Compare commits

..

No commits in common. "102c328436746808976b6e718af3a8383399b619" and "20743ae2c4a81b3dec6e5d4f0a630fd0a547292f" have entirely different histories.

4 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,7 @@
extends = esp32s3_base
board = bpi_picow_esp32_s3
board_check = true
board_level = extra
;OpenOCD flash method
;upload_protocol = esp-builtin
;Normal method
@ -22,6 +23,7 @@ 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 =
@ -61,4 +63,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>

View File

@ -6,6 +6,7 @@ platform_packages =
board = seeed-sensecap-indicator
board_check = true
board_level = extra
upload_protocol = esptool
build_flags = ${esp32_base.build_flags}

View File

@ -2,6 +2,7 @@
[env:t-deck]
extends = esp32s3_base
board = t-deck
board_level = extra
board_check = true
upload_protocol = esptool
@ -21,6 +22,7 @@ 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}
@ -79,4 +81,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

View File

@ -3,6 +3,7 @@
[env:unphone]
extends = esp32s3_base
board = unphone
board_level = extra
upload_speed = 921600
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
@ -32,6 +33,7 @@ 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}