Skip to content

Commit

Permalink
Merge branch 'release/v1.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 18, 2019
2 parents d92f95a + 3851278 commit e6b4047
Show file tree
Hide file tree
Showing 116 changed files with 14,877 additions and 302 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ python:
env:
- PLATFORMIO_PROJECT_DIR=examples/arduino-blink
- PLATFORMIO_PROJECT_DIR=examples/arduino-wifiscan
- PLATFORMIO_PROJECT_DIR=examples/espidf-arduino-blink
- PLATFORMIO_PROJECT_DIR=examples/espidf-arduino-wifiscan
- PLATFORMIO_PROJECT_DIR=examples/espidf-aws-iot
- PLATFORMIO_PROJECT_DIR=examples/espidf-ble-adv
- PLATFORMIO_PROJECT_DIR=examples/espidf-coap-server
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ environment:
matrix:
- PLATFORMIO_PROJECT_DIR: "examples/arduino-blink"
- PLATFORMIO_PROJECT_DIR: "examples/arduino-wifiscan"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-arduino-blink"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-arduino-wifiscan"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-aws-iot"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-ble-adv"
- PLATFORMIO_PROJECT_DIR: "examples/espidf-coap-server"
Expand Down
2 changes: 1 addition & 1 deletion boards/alksesp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://github.com/RoboticsBrno/ArduinoLearningKitStarter.git",
"vendor": "RoboticsBrno"
Expand Down
2 changes: 1 addition & 1 deletion boards/bpi-bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://en.wikipedia.org/wiki/ESP32",
"vendor": "BPI Tech"
Expand Down
2 changes: 1 addition & 1 deletion boards/d-duino-32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.tindie.com/products/lspoplove/dstike-d-duino-32-v3/",
"vendor": "DSTIKE"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp-wrover-kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ftdi"
],
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://espressif.com/en/products/hardware/esp-wrover-kit/overview",
"vendor": "Espressif"
Expand Down
35 changes: 35 additions & 0 deletions boards/esp32-devkitlipo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEVKIT_LIPO",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32-devkit-lipo"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "OLIMEX ESP32-DevKit-LiPo",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-DevKit-LiPo/open-source-hardware",
"vendor": "OLIMEX"
}
2 changes: 1 addition & 1 deletion boards/esp32-evb.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.olimex.com/Products/IoT/ESP32-EVB/open-source-hardware",
"vendor": "OLIMEX"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32-gateway.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.olimex.com/Products/IoT/ESP32-GATEWAY/open-source-hardware",
"vendor": "OLIMEX"
Expand Down
32 changes: 32 additions & 0 deletions boards/esp32-poe-iso.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_POE_ISO",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "esp32-poe-iso"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "OLIMEX ESP32-PoE-ISO",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-POE-ISO/open-source-hardware",
"vendor": "OLIMEX"
}
2 changes: 1 addition & 1 deletion boards/esp32-poe.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-POE/open-source-hardware",
"vendor": "OLIMEX"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32-pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.olimex.com/Products/IoT/ESP32/ESP32-PRO/open-source-hardware",
"vendor": "OLIMEX"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp320.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.sweetpeas.se/controller-modules/10-esp210.html",
"vendor": "Electronic SweetPeas"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://en.wikipedia.org/wiki/ESP32",
"vendor": "Espressif"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32doit-devkit-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.doit.am/",
"vendor": "DOIT"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32thing.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.sparkfun.com/products/13907",
"vendor": "SparkFun Electronics"
Expand Down
2 changes: 1 addition & 1 deletion boards/esp32vn-iot-uno.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://esp32.vn/",
"vendor": "ESP32vn"
Expand Down
2 changes: 1 addition & 1 deletion boards/espea32.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://blog.aprbrother.com/product/espea",
"vendor": "April Brother"
Expand Down
2 changes: 1 addition & 1 deletion boards/espectro32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 2000000
"speed": 460800
},
"url": "https://shop.makestro.com/product/espectro32",
"vendor": "DycodeX"
Expand Down
2 changes: 1 addition & 1 deletion boards/espino32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://thaieasyelec.com/products/development-boards/espino-wifi-development-board-detail.html",
"vendor": "ThaiEasyElec"
Expand Down
2 changes: 1 addition & 1 deletion boards/featheresp32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.adafruit.com/product/3405",
"vendor": "Adafruit"
Expand Down
2 changes: 1 addition & 1 deletion boards/firebeetle32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://dfrobotblog.wordpress.com",
"vendor": "DFRobot"
Expand Down
2 changes: 1 addition & 1 deletion boards/fm-devkit.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://github.com/dragon-engineer/esp32_fmdevkit",
"vendor": "Unknown"
Expand Down
2 changes: 1 addition & 1 deletion boards/frogboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://www.tindie.com/products/fred_IOT/esp32s-esp-wroom32-frogopins-development-board/",
"vendor": "Fred"
Expand Down
2 changes: 1 addition & 1 deletion boards/heltec_wifi_kit_32.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.heltec.cn/project/wifi-kit-32/?lang=en",
"vendor": "Heltec Automation"
Expand Down
2 changes: 1 addition & 1 deletion boards/heltec_wifi_lora_32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.heltec.cn",
"vendor": "Heltec Automation"
Expand Down
2 changes: 1 addition & 1 deletion boards/heltec_wifi_lora_32_V2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.heltec.cn/project/wifi-lora-32/?lang=en",
"vendor": "Heltec Automation"
Expand Down
2 changes: 1 addition & 1 deletion boards/heltec_wireless_stick.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.heltec.cn/project/wireless-stick/?lang=en",
"vendor": "Heltec Automation"
Expand Down
2 changes: 1 addition & 1 deletion boards/hornbill32dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://hackaday.io/project/18997-hornbill",
"vendor": "Hornbill"
Expand Down
2 changes: 1 addition & 1 deletion boards/hornbill32minima.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://hackaday.io/project/18997-hornbill",
"vendor": "Hornbill"
Expand Down
2 changes: 1 addition & 1 deletion boards/intorobot.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://docs.intorobot.com/zh/hardware/fig/hardware/",
"vendor": "IntoRobot"
Expand Down
2 changes: 1 addition & 1 deletion boards/iotbusio.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.oddwires.com/iot-bus-io-esp32-processor-with-wifi-and-bluetooth/",
"vendor": "oddWires"
Expand Down
2 changes: 1 addition & 1 deletion boards/iotbusproteus.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "http://www.oddwires.com/proteus-iot-bus-esp32-microprocessor-wi-fi-and-bluetooth-with-prototype-board-form-factor/",
"vendor": "oddWires"
Expand Down
2 changes: 1 addition & 1 deletion boards/lolin32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://wiki.wemos.cc/products:lolin32:lolin32",
"vendor": "WEMOS"
Expand Down
2 changes: 1 addition & 1 deletion boards/lolin_d32.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://wiki.wemos.cc/products:d32:d32",
"vendor": "WEMOS"
Expand Down
2 changes: 1 addition & 1 deletion boards/lolin_d32_pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://wiki.wemos.cc/products:d32:d32_pro",
"vendor": "WEMOS"
Expand Down
2 changes: 1 addition & 1 deletion boards/lopy.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://pycom.io/",
"vendor": "Pycom Ltd."
Expand Down
2 changes: 1 addition & 1 deletion boards/lopy4.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"maximum_ram_size": 1310720,
"maximum_size": 4194304,
"require_upload_port": true,
"speed": 921600
"speed": 460800
},
"url": "https://pycom.io/",
"vendor": "Pycom Ltd."
Expand Down
Loading

0 comments on commit e6b4047

Please sign in to comment.