Update Arduino core to v2.0.11
- Added several new boards (including Nano ESP32) // Resolves #1162 - Added DFU upload method via dfu-util for the new Arduino Nano ESP32 - Updated IDF version to v4.4.5 for mixed Arduino/IDF projects
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"build": {
|
||||
"arduino":{
|
||||
"ldscript": "esp32s3_out.ld",
|
||||
"partitions": "app3M_fat9M_fact512k_16MB.csv",
|
||||
"memory_type": "qio_opi"
|
||||
},
|
||||
"core": "esp32",
|
||||
"extra_flags": [
|
||||
"-DARDUINO_NANO_ESP32",
|
||||
"-DBOARD_HAS_PIN_REMAP",
|
||||
"-DBOARD_HAS_PSRAM",
|
||||
"-DUSB_MANUFACTURER=\\\"Arduino\\\"",
|
||||
"-DUSB_PRODUCT=\\\"NanoESP32\\\"",
|
||||
"-DARDUINO_USB_CDC_ON_BOOT=1",
|
||||
"-DARDUINO_USB_DFU_ON_BOOT=1",
|
||||
"-DARDUINO_RUNNING_CORE=1",
|
||||
"-DARDUINO_EVENT_RUNNING_CORE=1"
|
||||
],
|
||||
"f_cpu": "240000000L",
|
||||
"f_flash": "80000000L",
|
||||
"flash_mode": "qio",
|
||||
"hwids": [
|
||||
[
|
||||
"0x2341",
|
||||
"0x0070"
|
||||
]
|
||||
],
|
||||
"mcu": "esp32s3",
|
||||
"variant": "arduino_nano_nora"
|
||||
},
|
||||
"connectivity": [
|
||||
"wifi"
|
||||
],
|
||||
"debug": {
|
||||
"openocd_target": "esp32s3.cfg"
|
||||
},
|
||||
"frameworks": [
|
||||
"arduino",
|
||||
"espidf"
|
||||
],
|
||||
"name": "Arduino Nano ESP32",
|
||||
"upload": {
|
||||
"flash_size": "16MB",
|
||||
"maximum_ram_size": 327680,
|
||||
"maximum_size": 16777216,
|
||||
"require_upload_port": true,
|
||||
"speed": 460800,
|
||||
"protocol": "dfu"
|
||||
},
|
||||
"url": "https://docs.arduino.cc/hardware/nano-esp32",
|
||||
"vendor": "Arduino"
|
||||
}
|
||||
Reference in New Issue
Block a user