RP2040/RP2350: Migrate variants to new structure

This commit is contained in:
vidplace7 2025-07-14 19:43:09 -04:00
parent 855514b4f3
commit 411e952181
25 changed files with 68 additions and 64 deletions

View File

@ -2,12 +2,12 @@
extends = rp2040_base extends = rp2040_base
board = rpipico board = rpipico
upload_protocol = picotool upload_protocol = picotool
build_flags =
build_flags = ${rp2040_base.build_flags} ${rp2040_base.build_flags}
-D RPI_PICO -D RPI_PICO
-Ivariants/ec_catsniffer -I variants/rp2040/ec_catsniffer
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
# -DHW_SPI1_DEVICE ; -D HW_SPI1_DEVICE
lib_deps = lib_deps =
${rp2040_base.lib_deps} ${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}, -g debug_build_flags = ${rp2040_base.build_flags}, -g

View File

@ -2,11 +2,11 @@
extends = rp2040_base extends = rp2040_base
board = adafruit_feather board = adafruit_feather
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-D RP2040_FEATHER_RFM95 -D RP2040_FEATHER_RFM95
-Ivariants/feather_rp2040_rfm95 -I variants/rp2040/feather_rp2040_rfm95
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE -D HW_SPI1_DEVICE
lib_deps = lib_deps =

View File

@ -3,11 +3,11 @@ extends = rp2040_base
board = rpipico board = rpipico
board_level = extra board_level = extra
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-D PRIVATE_HW -D PRIVATE_HW
-Ivariants/nibble_rp2040 -I variants/rp2040/nibble_rp2040
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE -D HW_SPI1_DEVICE
lib_deps = lib_deps =

View File

@ -2,14 +2,14 @@
extends = rp2040_base extends = rp2040_base
board = rakwireless_rak11300 board = rakwireless_rak11300
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-D RAK11310 -D RAK11310
-Ivariants/rak11310 -I variants/rp2040/rak11310
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
-D RV3028_RTC=0x52 -D RV3028_RTC=0x52
build_src_filter = ${rp2040_base.build_src_filter} +<../variants/rak11310> +<mesh/eth/> +<mesh/api/> +<mqtt/> build_src_filter = ${rp2040_base.build_src_filter} +<../variants/rp2040/rak11310> +<mesh/eth/> +<mesh/api/> +<mqtt/>
lib_deps = lib_deps =
${rp2040_base.lib_deps} ${rp2040_base.lib_deps}
${networking_base.lib_deps} ${networking_base.lib_deps}

View File

@ -2,11 +2,11 @@
extends = rp2040_base extends = rp2040_base
board = rpipico board = rpipico
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-D RP2040_LORA -D RP2040_LORA
-Ivariants/rp2040-lora -I variants/rp2040/rp2040-lora
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE -D HW_SPI1_DEVICE
lib_deps = lib_deps =

View File

@ -12,11 +12,11 @@ debug_init_cmds =
$LOAD_CMDS $LOAD_CMDS
monitor init monitor init
monitor reset halt monitor reset halt
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-DRPI_PICO -DRPI_PICO
-Ivariants/rpipico-slowclock -Ivariants/rp2040/rpipico-slowclock
-DDEBUG_RP2040_PORT=Serial2 -DDEBUG_RP2040_PORT=Serial2
-DHW_SPI1_DEVICE -DHW_SPI1_DEVICE
-g -g

View File

@ -4,9 +4,10 @@ board = rpipico
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-D RPI_PICO -D RPI_PICO
-Ivariants/rpipico -I variants/rp2040/rpipico
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE -D HW_SPI1_DEVICE
lib_deps = lib_deps =

View File

@ -2,14 +2,14 @@
extends = rp2040_base extends = rp2040_base
board = rpipicow board = rpipicow
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags =
${rp2040_base.build_flags}
-D RPI_PICO -D RPI_PICO
-Ivariants/rpipicow -I variants/rp2040/rpipicow
-D HW_SPI1_DEVICE -D HW_SPI1_DEVICE
-fexceptions # for exception handling in MQTT
-D HAS_UDP_MULTICAST=1 -D HAS_UDP_MULTICAST=1
-fexceptions # for exception handling in MQTT
build_src_filter = ${rp2040_base.build_src_filter} +<mesh/wifi/> build_src_filter = ${rp2040_base.build_src_filter} +<mesh/wifi/>
lib_deps = lib_deps =
${rp2040_base.lib_deps} ${rp2040_base.lib_deps}

View File

@ -7,7 +7,7 @@ upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags} build_flags = ${rp2040_base.build_flags}
-D SENSELORA_RP2040 -D SENSELORA_RP2040
-Ivariants/senselora_rp2040 -I variants/rp2040/senselora_rp2040
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
lib_deps = lib_deps =
${rp2040_base.lib_deps} ${rp2040_base.lib_deps}

View File

@ -6,6 +6,7 @@
#define BUTTON_NEED_PULLUP #define BUTTON_NEED_PULLUP
#define LED_PIN PIN_LED #define LED_PIN PIN_LED
#define ledOff(pin) pinMode(pin, INPUT)
#undef BATTERY_PIN #undef BATTERY_PIN
#define BATTERY_SENSE_RESOLUTION_BITS ADC_RESOLUTION #define BATTERY_SENSE_RESOLUTION_BITS ADC_RESOLUTION

View File

@ -4,9 +4,10 @@ board = rpipico2
upload_protocol = picotool upload_protocol = picotool
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2350_base.build_flags} build_flags =
${rp2350_base.build_flags}
-D RPI_PICO2 -D RPI_PICO2
-Ivariants/rpipico2 -I variants/rp2350/rpipico2
-D DEBUG_RP2040_PORT=Serial -D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE -D HW_SPI1_DEVICE
lib_deps = lib_deps =

View File

@ -13,9 +13,10 @@ debug_init_cmds =
monitor reset halt monitor reset halt
# add our variants files to the include and src paths # add our variants files to the include and src paths
build_flags = ${rp2350_base.build_flags} build_flags =
${rp2350_base.build_flags}
-DRPI_PICO2 -DRPI_PICO2
-Ivariants/rpipico2w -Ivariants/rp2350/rpipico2w
# -DDEBUG_RP2040_PORT=Serial # -DDEBUG_RP2040_PORT=Serial
-DHW_SPI1_DEVICE -DHW_SPI1_DEVICE
-DARDUINO_RASPBERRY_PI_PICO_2W -DARDUINO_RASPBERRY_PI_PICO_2W