Skip to content

Commit

Permalink
Merge branch 'release/v0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Nov 27, 2017
2 parents 949098a + 8ff4af6 commit e789b9f
Show file tree
Hide file tree
Showing 36 changed files with 229 additions and 97 deletions.
3 changes: 1 addition & 2 deletions boards/esp-wrover-kit.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"hwids": [
[
Expand Down Expand Up @@ -31,7 +31,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp32-evb.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32-EVB",
"extra_flags": "-DARDUINO_ESP32-EVB",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp32-gateway.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32-GATEWAY",
"extra_flags": "-DARDUINO_ESP32-GATEWAY",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp320.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP320",
"extra_flags": "-DARDUINO_ESP320",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp32dev.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp32doit-devkit-v1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp32thing.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_THING",
"extra_flags": "-DARDUINO_ESP32_THING",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/esp32vn-iot-uno.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_esp32vn-iot-uno",
"extra_flags": "-DARDUINO_esp32vn-iot-uno",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1044464,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/espea32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESPea32",
"extra_flags": "-DARDUINO_ESPea32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
7 changes: 3 additions & 4 deletions boards/espectro32.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESPECTRO32",
"extra_flags": "-DARDUINO_ESPECTRO32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "espectro32"
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 2000000,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/espino32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESPino32",
"extra_flags": "-DARDUINO_ESPino32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/featheresp32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_FEATHER_ESP32",
"extra_flags": "-DARDUINO_FEATHER_ESP32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/firebeetle32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_ESP32_DEV",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/heltec_wifi_kit_32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_Heltec_WIFI_Kit_32",
"extra_flags": "-DARDUINO_Heltec_WIFI_Kit_32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/heltec_wifi_lora_32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_Heltec_WIFI_LoRa_32",
"extra_flags": "-DARDUINO_Heltec_WIFI_LoRa_32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/hornbill32dev.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_HORNBILL_ESP32_DEV",
"extra_flags": "-DARDUINO_HORNBILL_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/hornbill32minima.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_HORNBILL_ESP32_MINIMA",
"extra_flags": "-DARDUINO_HORNBILL_ESP32_MINIMA",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/intorobot.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_INTOROBOT_ESP32_DEV",
"extra_flags": "-DARDUINO_INTOROBOT_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
5 changes: 2 additions & 3 deletions boards/lolin32.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DESP32_DEV -DARDUINO_LOLIN32",
"extra_flags": "-DARDUINO_LOLIN32",
"f_cpu": "240000000L",
"f_flash": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
Expand All @@ -25,7 +25,6 @@
"maximum_ram_size": 294912,
"maximum_size": 1310720,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200,
"wait_for_upload_port": true
},
Expand Down
Loading

0 comments on commit e789b9f

Please sign in to comment.