mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +02:00
Merge pull request #1560 from dalathegreat/improvement/enable-qio-stark
Enable QIO and 80MHZ flash on Stark CMR
This commit is contained in:
commit
0458267634
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
monitor_filters = default, time, log2file, esp32_exception_decoder
|
monitor_filters = default, time, log2file, esp32_exception_decoder
|
||||||
|
board_build.flash_mode = qio
|
||||||
|
board_build.f_flash = 80000000
|
||||||
|
board_build.arduino.memory_type = qio_qspi
|
||||||
board_build.partitions = min_spiffs.csv
|
board_build.partitions = min_spiffs.csv
|
||||||
framework = arduino
|
framework = arduino
|
||||||
build_flags = -I include -DHW_STARK
|
build_flags = -I include -DHW_STARK
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue