This commit separates various build settings and include files that are specific to RP2040 and RP2350, and uses the aon_timer interface instead of rtc, to work across both MCU variants. Signed-off-by: Damien George <damien@micropython.org> Signed-off-by: Phil Howard <phil@gadgetoid.com>
4 lines
86 B
CMake
4 lines
86 B
CMake
# cmake file for Raspberry Pi Pico
|
|
set(PICO_BOARD "pico")
|
|
set(PICO_PLATFORM "rp2040")
|