Skip to content

Commit

Permalink
Merge branch 'release/v1.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Oct 4, 2019
2 parents e6b4047 + b330c10 commit 1c9d00d
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 2 deletions.
3 changes: 3 additions & 0 deletions boards/esp32cam.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
Expand Down
34 changes: 34 additions & 0 deletions boards/iotaap_magnolia.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino"
],
"name": "IoTaaP Magnolia",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
},
"url": "https://iotaap.mvt-solutions.com",
"vendor": "MVT Solutions"
}
3 changes: 3 additions & 0 deletions boards/ttgo-t1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
Expand Down
35 changes: 35 additions & 0 deletions boards/vintlabs-devkit-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "vintlabsdevkitv1"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "VintLabs ESP32 Devkit",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.vintlabs.com/product/vintlabs-esp32-wroom32-iot-8x2a-pwm-driver-development-kit-4mb-flash-wifi-bluetooth/",
"vendor": "VintLabs"
}
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-espressif32.git"
},
"version": "1.10.0",
"version": "1.11.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
Expand Down Expand Up @@ -50,7 +50,7 @@
"framework-arduinoespressif32": {
"type": "framework",
"optional": true,
"version": "~2.10003.190916"
"version": "~2.10004.191002"
},
"framework-espidf": {
"type": "framework",
Expand Down

0 comments on commit 1c9d00d

Please sign in to comment.