Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jan 3, 2018
2 parents 44295db + 491fe52 commit 41a0bee
Show file tree
Hide file tree
Showing 55 changed files with 386 additions and 928 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- "2.7"

env:
- PLATFORMIO_PROJECT_DIR=examples/arduino-asyncudp
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
- PLATFORMIO_PROJECT_DIR=examples/arduino-webserver
- PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan
Expand Down
4 changes: 2 additions & 2 deletions boards/d1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "d1"
},
Expand All @@ -17,7 +17,7 @@
"esp8266-rtos-sdk",
"esp8266-nonos-sdk"
],
"name": "WEMOS D1 (Retired)",
"name": "WEMOS D1 R1 (Retired)",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 4194304,
Expand Down
4 changes: 2 additions & 2 deletions boards/d1_mini.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "d1_mini"
},
Expand All @@ -17,7 +17,7 @@
"esp8266-rtos-sdk",
"esp8266-nonos-sdk"
],
"name": "WEMOS D1 mini",
"name": "WeMos D1 R2 & mini",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 4194304,
Expand Down
6 changes: 3 additions & 3 deletions boards/d1_mini_lite.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dout",
"ldscript": "esp8266.flash.1m64.ld",
"ldscript": "eagle.flash.1m64.ld",
"mcu": "esp8266",
"variant": "d1_mini"
},
Expand All @@ -15,10 +15,10 @@
"frameworks": [
"arduino"
],
"name": "WEMOS D1 mini Lite",
"name": "WeMos D1 mini Lite",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 958448,
"maximum_size": 1048576,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200
Expand Down
30 changes: 30 additions & 0 deletions boards/d1_mini_pro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"build": {
"core": "esp8266",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DESP8266_WEMOS_D1MINIPRO",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "eagle.flash.16m.ld",
"mcu": "esp8266",
"variant": "d1_mini"
},
"connectivity": [
"wifi"
],
"frameworks": [
"arduino",
"esp8266-rtos-sdk",
"esp8266-nonos-sdk"
],
"name": "WeMos D1 mini Pro",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 16777216,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200
},
"url": "https://wiki.wemos.cc/products:d1:d1_mini",
"vendor": "WEMOS"
}
2 changes: 1 addition & 1 deletion boards/esp01.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.512k64.ld",
"ldscript": "eagle.flash.512k64.ld",
"mcu": "esp8266",
"variant": "generic"
},
Expand Down
3 changes: 1 addition & 2 deletions boards/esp01_1m.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.1m256.ld",
"ldscript": "eagle.flash.1m256.ld",
"mcu": "esp8266",
"variant": "generic"
},
Expand All @@ -14,7 +14,6 @@
],
"frameworks": [
"arduino",
"simba",
"esp8266-rtos-sdk",
"esp8266-nonos-sdk"
],
Expand Down
2 changes: 1 addition & 1 deletion boards/esp07.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "nodemcu"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/esp12e.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "nodemcu"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/esp210.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "generic"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/esp8285.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dout",
"ldscript": "esp8266.flash.1m256.ld",
"ldscript": "eagle.flash.1m256.ld",
"mcu": "esp8266",
"variant": "generic"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/esp_wroom_02.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "nodemcu"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/espduino.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "ESPDuino"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/espectro.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "espectro"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/espino.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "espino"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/espinotee.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "espinotee"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/espresso_lite_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "espresso_lite_v1"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/espresso_lite_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "espresso_lite_v2"
},
Expand Down
30 changes: 30 additions & 0 deletions boards/gen4iod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"build": {
"core": "esp8266",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_GEN4_IOD",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "eagle.flash.512k64.ld",
"mcu": "esp8266",
"variant": "generic"
},
"connectivity": [
"wifi"
],
"frameworks": [
"arduino",
"esp8266-rtos-sdk",
"esp8266-nonos-sdk"
],
"name": "4D Systems gen4 IoD Range",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 524288,
"require_upload_port": true,
"resetmethod": "ck",
"speed": 115200
},
"url": "http://www.4dsystems.com.au/product/gen4_IoD/",
"vendor": "4D Systems"
}
2 changes: 1 addition & 1 deletion boards/heltec_wifi_kit_8.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "d1_mini"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/huzzah.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "adafruit"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/modwifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.2m.ld",
"ldscript": "eagle.flash.2m.ld",
"mcu": "esp8266",
"variant": "generic"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/nodemcu.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"0xEA60"
]
],
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "nodemcu"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/nodemcuv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"0xEA60"
]
],
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "nodemcu"
},
Expand Down
28 changes: 28 additions & 0 deletions boards/oak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"build": {
"core": "esp8266",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DESP8266_OAK",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "oak"
},
"connectivity": [
"wifi"
],
"frameworks": [
"arduino"
],
"name": "DigiStump Oak",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 4194304,
"require_upload_port": true,
"resetmethod": "ck",
"speed": 115200
},
"url": "http://digistump.com/category/22",
"vendor": "DigiStump"
}
4 changes: 2 additions & 2 deletions boards/phoenix_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "phoenix_v1"
},
Expand All @@ -20,7 +20,7 @@
"name": "Phoenix 1.0",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 1044464,
"maximum_size": 4194304,
"require_upload_port": true,
"resetmethod": "nodemcu",
"speed": 115200
Expand Down
4 changes: 2 additions & 2 deletions boards/phoenix_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "phoenix_v2"
},
Expand All @@ -20,7 +20,7 @@
"name": "Phoenix 2.0",
"upload": {
"maximum_ram_size": 81920,
"maximum_size": 1044464,
"maximum_size": 4194304,
"require_upload_port": true,
"resetmethod": "ck",
"speed": 115200
Expand Down
2 changes: 1 addition & 1 deletion boards/sparkfunBlynk.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.4m1m.ld",
"ldscript": "eagle.flash.4m1m.ld",
"mcu": "esp8266",
"variant": "thing"
},
Expand Down
2 changes: 1 addition & 1 deletion boards/thing.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp8266.flash.512k64.ld",
"ldscript": "eagle.flash.512k64.ld",
"mcu": "esp8266",
"variant": "thing"
},
Expand Down
4 changes: 2 additions & 2 deletions boards/thingdev.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"build": {
"core": "esp8266",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_THING",
"extra_flags": "-DESP8266 -DARDUINO_ARCH_ESP8266 -DARDUINO_ESP8266_THING_DEV",
"f_cpu": "80000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp8266.flash.512k64.ld",
"ldscript": "eagle.flash.512k64.ld",
"mcu": "esp8266",
"variant": "thing"
},
Expand Down
Loading

0 comments on commit 41a0bee

Please sign in to comment.