add "memory_type" to specify flash type for S3

This commit is contained in:
Jason2866 2022-03-10 21:40:48 +01:00 committed by GitHub
parent 76345c3234
commit daf610d0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
{ {
"build": { "build": {
"arduino":{ "arduino":{
"ldscript": "esp32s3_out.ld" "ldscript": "esp32s3_out.ld",
"memory_type": "qspi_qspi"
}, },
"core": "esp32", "core": "esp32",
"extra_flags": "-DBOARD_HAS_PSRAM -DESP32_4M -DESP32S3", "extra_flags": "-DBOARD_HAS_PSRAM -DESP32_4M -DESP32S3",