mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
Add support for bable wireless, adjust flash_mode and memory type to get PSRAM working
This commit is contained in:
parent
3b7c4d8b70
commit
21382c6f76
@ -182,8 +182,21 @@ build_flags = ${env.build_flags}
|
||||
${pinoutsESPS3WROOM.build_flags}
|
||||
upload_flags = --no-stub
|
||||
|
||||
[env:Babble-wrooms-s3]
|
||||
board = esp32-s3-devkitc-1 ; this probably should be the default esp32s3 dev module
|
||||
board_build.flash_mode = qio ; qio_qspi
|
||||
board_build.arduino.memory_type = qio_qspi
|
||||
build_type = debug
|
||||
build_flags = ${env.build_flags}
|
||||
-DCORE_DEBUG_LEVEL=4
|
||||
-DDEBUG_MODE=1
|
||||
${pinoutSWROOMBABBLES3.build_flags}
|
||||
upload_flags = --no-stub
|
||||
|
||||
[env:Babble_USB-wrooms-s3]
|
||||
board = esp32-s3-devkitc-1 ; this probably should be the default esp32s3 dev module
|
||||
board_build.flash_mode = qio ; qio_qspi
|
||||
board_build.arduino.memory_type = qio_qspi
|
||||
build_type = debug
|
||||
build_flags = ${env.build_flags}
|
||||
-DCORE_DEBUG_LEVEL=4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user