mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-04 20:54:42 +00:00
platformio.ini updates
This commit is contained in:
parent
0840f07e1a
commit
fbc0c8bae4
@ -30,7 +30,6 @@ build_flags = ${portduino_base.build_flags} -O0 -fno-omit-frame-pointer -fsaniti
|
|||||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||||
-D USE_PACKET_API
|
-D USE_PACKET_API
|
||||||
-I lib/device-ui/generated/ui_320x240
|
-I lib/device-ui/generated/ui_320x240
|
||||||
; -I lib/device-ui/portduino
|
|
||||||
; The pkg-config commands below optionally add link flags.
|
; The pkg-config commands below optionally add link flags.
|
||||||
; the || : is just a "or run the null command" to avoid returning an error code
|
; the || : is just a "or run the null command" to avoid returning an error code
|
||||||
!pkg-config --libs libulfius --silence-errors || :
|
!pkg-config --libs libulfius --silence-errors || :
|
||||||
@ -67,7 +66,6 @@ build_flags = ${portduino_base.build_flags} -O0 -fno-omit-frame-pointer -fsaniti
|
|||||||
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
-D LOG_DEBUG_INC=\"DebugConfiguration.h\"
|
||||||
-D USE_PACKET_API
|
-D USE_PACKET_API
|
||||||
-I lib/device-ui/generated/ui_320x240
|
-I lib/device-ui/generated/ui_320x240
|
||||||
; -I lib/device-ui/portduino
|
|
||||||
board = cross_platform
|
board = cross_platform
|
||||||
lib_deps = ${portduino_base.lib_deps}
|
lib_deps = ${portduino_base.lib_deps}
|
||||||
; x11 is currently only supported in master branch, not in 6.1.1
|
; x11 is currently only supported in master branch, not in 6.1.1
|
||||||
@ -79,4 +77,3 @@ build_src_filter = ${portduino_base.build_src_filter}
|
|||||||
+<../lib/device-ui/resources>
|
+<../lib/device-ui/resources>
|
||||||
+<../lib/device-ui/portduino>
|
+<../lib/device-ui/portduino>
|
||||||
+<../lib/device-ui/source>
|
+<../lib/device-ui/source>
|
||||||
+<mesh/sharedMem/>
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
extends = esp32s3_base
|
extends = esp32s3_base
|
||||||
board = t-deck
|
board = t-deck
|
||||||
board_build.partitions = default_16MB.csv ; just for test
|
board_build.partitions = default_16MB.csv ; just for test
|
||||||
upload_protocol = esp-builtin
|
upload_protocol = esptool
|
||||||
build_flags = ${esp32_base.build_flags} -fno-omit-frame-pointer
|
build_flags = ${esp32_base.build_flags} -fno-omit-frame-pointer
|
||||||
-D T_DECK
|
-D T_DECK
|
||||||
-D MAX_THREADS=40
|
-D MAX_THREADS=40
|
||||||
|
Loading…
Reference in New Issue
Block a user