Skip to content

Commit

Permalink
Added board ESP32-PICO-DevKitM-2 (#1254)
Browse files Browse the repository at this point in the history
Co-authored-by: Dominic Pearman <[email protected]>
  • Loading branch information
djpearman and Dominic Pearman authored Dec 14, 2023
1 parent f5a40f5 commit c266d1f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions boards/esp32-pico-devkitm-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"build": {
"arduino": {
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_ESP32_PICO_DEVKITM_2",
"-DBOARD_HAS_PSRAM"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"mcu": "esp32",
"variant": "esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "Espressif ESP32-PICO-DevKitM-2",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 921600
},
"url": "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-pico-devkitm-2.html",
"vendor": "Espressif Systems"
}

0 comments on commit c266d1f

Please sign in to comment.