mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-24 22:02:30 +00:00
Un-extra
This commit is contained in:
parent
b229d351cf
commit
0cd4224033
@ -2,7 +2,6 @@
|
||||
extends = esp32s3_base
|
||||
board = bpi_picow_esp32_s3
|
||||
board_check = true
|
||||
board_level = extra
|
||||
;OpenOCD flash method
|
||||
;upload_protocol = esp-builtin
|
||||
;Normal method
|
||||
@ -23,7 +22,6 @@ build_src_filter =
|
||||
|
||||
[env:picomputer-s3-tft]
|
||||
extends = env:picomputer-s3
|
||||
board_level = main
|
||||
board_build.partitions = default_8MB.csv ; just for test
|
||||
|
||||
build_flags =
|
||||
@ -63,4 +61,4 @@ build_src_filter =
|
||||
+<../lib/device-ui/generated/ui_320x240>
|
||||
+<../lib/device-ui/resources>
|
||||
+<../lib/device-ui/locale>
|
||||
+<../lib/device-ui/source>
|
||||
+<../lib/device-ui/source>
|
@ -6,7 +6,6 @@ platform_packages =
|
||||
|
||||
board = seeed-sensecap-indicator
|
||||
board_check = true
|
||||
board_level = extra
|
||||
upload_protocol = esptool
|
||||
|
||||
build_flags = ${esp32_base.build_flags}
|
||||
@ -31,7 +30,6 @@ lib_deps = ${esp32s3_base.lib_deps}
|
||||
|
||||
[env:seeed-sensecap-indicator-tft]
|
||||
extends = env:seeed-sensecap-indicator
|
||||
board_level = main
|
||||
upload_speed = 115200
|
||||
board_build.partitions = default_8MB.csv ; must be here for some reason, board.json is not enough !?
|
||||
|
||||
@ -82,5 +80,4 @@ build_src_filter =
|
||||
|
||||
lib_deps =
|
||||
${env:seeed-sensecap-indicator.lib_deps}
|
||||
https://github.com/bitbank2/bb_captouch.git#8f2f06462ff597847921739376a299db93612417 ; alternative touch library supporting FT6x36
|
||||
|
||||
https://github.com/bitbank2/bb_captouch.git#8f2f06462ff597847921739376a299db93612417 ; alternative touch library supporting FT6x36
|
@ -2,7 +2,6 @@
|
||||
[env:t-deck]
|
||||
extends = esp32s3_base
|
||||
board = t-deck
|
||||
board_level = extra
|
||||
board_check = true
|
||||
upload_protocol = esptool
|
||||
|
||||
@ -22,7 +21,6 @@ lib_deps = ${esp32s3_base.lib_deps}
|
||||
[env:t-deck-tft]
|
||||
extends = env:t-deck
|
||||
board_build.partitions = default_16MB.csv
|
||||
board_level = main
|
||||
|
||||
build_flags =
|
||||
${env:t-deck.build_flags}
|
||||
@ -81,4 +79,4 @@ build_src_filter =
|
||||
|
||||
lib_deps =
|
||||
${env:t-deck.lib_deps}
|
||||
bitbank2/bb_captouch@1.2.2 ; alternative touch library supporting GT911
|
||||
bitbank2/bb_captouch@1.2.2 ; alternative touch library supporting GT911
|
@ -3,7 +3,6 @@
|
||||
[env:unphone]
|
||||
extends = esp32s3_base
|
||||
board = unphone
|
||||
board_level = extra
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
monitor_filters = esp32_exception_decoder
|
||||
@ -33,7 +32,6 @@ lib_deps = ${esp32s3_base.lib_deps}
|
||||
|
||||
[env:unphone-tft]
|
||||
extends = env:unphone
|
||||
board_level = main
|
||||
board_build.partitions = default_8MB.csv
|
||||
build_flags =
|
||||
${env:unphone.build_flags}
|
||||
|
Loading…
Reference in New Issue
Block a user