PIO: Remove useless inheritence (references extends env) (#8987)

Remove lib_deps section for all PlatformIO envs which are unneeded (only references the `extends` lib_deps, thus pointless)

This makes the configs more concise and make future PIO variants/ libdeps audits easier.
This commit is contained in:
Austin
2025-12-16 15:38:10 +11:00
committed by GitHub
co-authored by GitHub
parent ed77ba5612
commit 917794ebab
41 changed files with 3 additions and 81 deletions
@@ -10,7 +10,5 @@ build_flags =
-I variants/rp2040/challenger_2040_lora
-D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}
debug_tool = cmsis-dap ; for e.g. Picotool
@@ -9,7 +9,5 @@ build_flags =
-I variants/rp2040/ec_catsniffer
-D DEBUG_RP2040_PORT=Serial
; -D HW_SPI1_DEVICE
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}, -g
debug_tool = cmsis-dap
@@ -10,7 +10,5 @@ build_flags =
-I variants/rp2040/feather_rp2040_rfm95
-D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}
debug_tool = cmsis-dap ; for e.g. Picotool
@@ -10,7 +10,5 @@ build_flags =
-I variants/rp2040/nibble_rp2040
-D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}, -g
debug_tool = cmsis-dap ; for e.g. Picotool
@@ -9,7 +9,5 @@ build_flags =
-I variants/rp2040/rp2040-lora
-D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}, -g
debug_tool = cmsis-dap ; for e.g. Picotool
@@ -21,8 +21,6 @@ build_flags =
-DHW_SPI1_DEVICE
-g
-DNO_USB
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}
-g
-DNO_USB
-2
View File
@@ -11,7 +11,5 @@ build_flags =
-I variants/rp2040/rpipico
-D DEBUG_RP2040_PORT=Serial
-D HW_SPI1_DEVICE
lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}, -g
debug_tool = cmsis-dap ; for e.g. Picotool
@@ -9,5 +9,3 @@ build_flags = ${rp2040_base.build_flags}
-D SENSELORA_RP2040
-I variants/rp2040/senselora_rp2040
-D DEBUG_RP2040_PORT=Serial
lib_deps =
${rp2040_base.lib_deps}