mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
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.
8 lines
340 B
INI
8 lines
340 B
INI
[env:buildroot]
|
|
extends = portduino_base
|
|
; Optional libraries should be appended to `PLATFORMIO_BUILD_FLAGS`
|
|
; environment variable in the buildroot environment.
|
|
build_flags = ${portduino_base.build_flags} -O0 -I variants/native/portduino-buildroot
|
|
board = buildroot
|
|
board_level = extra
|
|
build_src_filter = ${portduino_base.build_src_filter} |