updated libraries
This commit is contained in:
parent
d5d5d000b3
commit
3b7e68065a
102 changed files with 3020 additions and 1624 deletions
|
|
@ -5,7 +5,7 @@ default_envs = dev
|
|||
|
||||
[env:generic-esp]
|
||||
# Developement branch of the open source espressif32 platform
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10/platform-espressif32.zip
|
||||
platform = https://github.com/pioarduino/platform-espressif32/releases/download/54.03.20/platform-espressif32.zip
|
||||
framework = arduino
|
||||
upload_protocol = esptool
|
||||
monitor_filters =
|
||||
|
|
@ -41,9 +41,6 @@ extends = env:generic-esp
|
|||
board = seeed_xiao_esp32s3
|
||||
build_flags =
|
||||
${env:generic-esp.build_flags}
|
||||
-DBOARD_HAS_PSRAM
|
||||
-mfix-esp32-psram-cache-issue
|
||||
-mfix-esp32-psram-cache-strategy=memw
|
||||
board_build.partitions = huge_app.csv
|
||||
|
||||
[env:esp32c6]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue