Skip to content

Commit

Permalink
Add Freenove ESP32-WROVER(-E) board (platformio#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliv3r authored Oct 24, 2024
1 parent 61e9531 commit f3ef50f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions boards/freenove_esp32_wrover.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"build": {
"arduino": {
"ldscript": "esp32_out.ld"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_ESP32_DEV",
"-DBOARD_HAS_PSRAM",
"-mfix-esp32-psram-cache-issue",
"-mfix-esp32-psram-cache-strategy=memw"
],
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wrover-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Freenove ESP32-Wrover",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://store.freenove.com/products/fnk0060",
"vendor": "Freenove"
}

0 comments on commit f3ef50f

Please sign in to comment.