Skip to content

Commit

Permalink
Revert "rp2040-Zero support tentatively renewed"
Browse files Browse the repository at this point in the history
This reverts commit a99327c.
  • Loading branch information
FilipDominec committed Apr 6, 2024
1 parent e15594d commit 9eff177
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 13 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
cmake_minimum_required(VERSION 3.12)
set(CMAKE_CXX_STANDARD 14)

# TODO check if this is necessary for rp2040-zero board reliable reconnect, see commit d609199
set(PICO_COPY_TO_RAM 1)
set(XOSC_STARTUP_DELAY_MULTIPLIER 64)
set(PICO_FLASH_SPI_CLKDIV 4 )



include(pico_sdk_import.cmake)
project(rp2daq)
pico_sdk_init()
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,12 +184,12 @@ More elaborate uses of ADC, as well as other features, can be found in the [exam
<summary><ins>Q: Can I use Rp2daq with other boards than Raspberry Pi Pico?</ins></summary>

A: Very likely it can be directly uploaded to all boards featuring the RP2040 microcontroller.

Obviously the available GPIO number, as well as their assignment, may differ. For instance the colourful LED on the *RP2040-zero* is in fact a WS2812B chip, and its data bus is connected to GPIO 16.

(However, the *RP2040-zero* was reported randomly failed to connect over USB, as reported elsewhere
However, the *RP2040-zero* randomly failed to connect over USB, as reported elsewhere
![(1)](https://github.com/raspberrypi/pico-sdk/issues/1304)
![(2)](https://forums.raspberrypi.com/viewtopic.php?t=338085), but the commit d609199 seems to have fixed it.)
![(2)](https://forums.raspberrypi.com/viewtopic.php?t=338085)
; we cannot consider it fully supported.


The Arduino family of boards is not supported. Neither the ESP/Espressif boards are. (Development of this project was started on the ESP32-WROOM module, but it suffered from its randomly failing (and consistently slow) USB communication, as well as somewhat lacking documentation.)
Expand Down
5 changes: 2 additions & 3 deletions rp2daq.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
// 240221 - troubles running Waveshare RP2040-zero board, with this board not reliably
// holding firmware and randomly failing to reportt upon USB re-connection or re-set btn.
// Following two lines did not help, and we decided to abandon RP2040-Zero board support.
#define XOSC_STARTUP_DELAY_MULTIPLIER 64
#undef PICO_FLASH_SPI_CLKDIV
#define PICO_FLASH_SPI_CLKDIV 4
//#define XOSC_STARTUP_DELAY_MULTIPLIER 64
//#define PICO_FLASH_SPI_CLKDIV 4


#define FIRMWARE_VERSION {"rp2daq_231005_"}
Expand Down

0 comments on commit 9eff177

Please sign in to comment.