Skip to content

Commit

Permalink
Merge branch 'release/v0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Aug 7, 2017
2 parents bea8f60 + 4098e7d commit 9c69b3c
Show file tree
Hide file tree
Showing 25 changed files with 277 additions and 24 deletions.
40 changes: 40 additions & 0 deletions boards/esp-wrover-kit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"hwids": [
[
"0x0403",
"0x6010"
]
],
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "Espressif ESP-WROVER-KIT",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "https://espressif.com/en/products/hardware/esp-wrover-kit/overview",
"vendor": "Espressif"
}
34 changes: 34 additions & 0 deletions boards/esp32-evb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32-EVB",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32-evb"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "OLIMEX ESP32-EVB",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "https://www.olimex.com/Products/IoT/ESP32-EVB/open-source-hardware",
"vendor": "OLIMEX"
}
34 changes: 34 additions & 0 deletions boards/esp32-gateway.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32-GATEWAY",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32-gateway"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "OLIMEX ESP32-GATEWAY",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "https://www.olimex.com/Products/IoT/ESP32-GATEWAY/open-source-hardware",
"vendor": "OLIMEX"
}
8 changes: 7 additions & 1 deletion boards/esp320.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "esp320"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/esp32dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "esp32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/esp32doit-devkit-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "doitESP32devkitV1"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/esp32thing.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "esp32thing"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/esp32vn-iot-uno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "esp32vn-iot-uno"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
10 changes: 8 additions & 2 deletions boards/espea32.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,19 @@
"mcu": "esp32",
"variant": "espea32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "April Brother ESPea32",
"upload": {
"flash_size": "4MB",
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
Expand Down
34 changes: 34 additions & 0 deletions boards/espino32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESPino32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "espino32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "ESPino32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
"url": "http://thaieasyelec.com/products/development-boards/espino-wifi-development-board-detail.html",
"vendor": "ThaiEasyElec"
}
8 changes: 7 additions & 1 deletion boards/featheresp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "feather_esp32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/firebeetle32.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "firebeetle32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/hornbill32dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "hornbill32dev"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/hornbill32minima.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "hornbill32minima"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/intorobot.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "intorobot-fig"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/lolin32.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "lolin32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/nano32.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "nano32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf",
"simba",
Expand Down
8 changes: 7 additions & 1 deletion boards/node32s.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "esp32"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/nodemcu-32s.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "nodemcu-32s"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
8 changes: 7 additions & 1 deletion boards/onehorse32dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"mcu": "esp32",
"variant": "onehorse32dev"
},
"frameworks": [
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
Expand Down
Loading

0 comments on commit 9c69b3c

Please sign in to comment.