Add new boards: AI Thinker ESP32-CAM, Frog Board ESP32, Heltec WiFi LoRa 32 (V2), Heltec Wireless Stick, M5Stick-C, SparkFun LoRa Gateway 1-Channel // Resolve #150

This commit is contained in:
Ivan Kravets
2019-04-18 01:05:30 +03:00
parent 528f2c4171
commit 0720476813
9 changed files with 219 additions and 5 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"partitions": "huge_app.csv",
"mcu": "esp32",
"variant": "esp32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "AI Thinker ESP32-CAM",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"protocol": "esptool",
"require_upload_port": true,
"speed": 921600
},
"url": "https://wiki.ai-thinker.com/esp32-cam",
"vendor": "AI Thinker"
}
+36
View File
@@ -0,0 +1,36 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_FROG_ESP32",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "frog32"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Frog Board ESP32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"protocol": "esptool",
"require_upload_port": true,
"speed": 921600
},
"url": "https://www.tindie.com/products/fred_IOT/esp32s-esp-wroom32-frogopins-development-board/",
"vendor": "Fred"
}
+3 -3
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_Heltec_WIFI_Kit_32",
"extra_flags": "-DARDUINO_HELTEC_WIFI_KIT_32",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
@@ -19,7 +19,7 @@
"arduino",
"espidf"
],
"name": "Heltec WIFI Kit 32",
"name": "Heltec WiFi Kit 32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
@@ -28,6 +28,6 @@
"require_upload_port": true,
"speed": 921600
},
"url": "http://www.heltec.cn",
"url": "http://www.heltec.cn/project/wifi-kit-32/?lang=en",
"vendor": "Heltec Automation"
}
+2 -2
View File
@@ -1,7 +1,7 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_Heltec_WIFI_LoRa_32",
"extra_flags": "-DARDUINO_HELTEC_WIFI_LORA_32",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
@@ -22,7 +22,7 @@
"arduino",
"espidf"
],
"name": "Heltec WIFI LoRa 32",
"name": "Heltec WiFi LoRa 32",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
+37
View File
@@ -0,0 +1,37 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_HELTEC_WIFI_LORA_32_V2",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"partitions": "default_8MB.csv",
"mcu": "esp32",
"variant": "heltec_wifi_lora_32_V2"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Heltec WiFi LoRa 32 (V2)",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"protocol": "esptool",
"require_upload_port": true,
"speed": 921600
},
"url": "http://www.heltec.cn/project/wifi-lora-32/?lang=en",
"vendor": "Heltec Automation"
}
+37
View File
@@ -0,0 +1,37 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_HELTEC_WIRELESS_STICK",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"partitions": "default_8MB.csv",
"mcu": "esp32",
"variant": "heltec_wireless_stick"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Heltec Wireless Stick",
"upload": {
"flash_size": "8MB",
"maximum_ram_size": 327680,
"maximum_size": 8388608,
"protocol": "esptool",
"require_upload_port": true,
"speed": 921600
},
"url": "http://www.heltec.cn/project/wireless-stick/?lang=en",
"vendor": "Heltec Automation"
}
+33
View File
@@ -0,0 +1,33 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_M5Stick_C",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "m5stick_c"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"frameworks": [
"arduino",
"espidf"
],
"name": "M5Stick-C",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"protocol": "esptool",
"require_upload_port": true,
"speed": 1500000
},
"url": "http://www.m5stack.com",
"vendor": "M5Stack"
}
+1
View File
@@ -6,6 +6,7 @@
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"partitions": "huge_app.csv",
"mcu": "esp32",
"variant": "oroca_edubot"
},
@@ -0,0 +1,36 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_ESP32_DEV",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "sparkfun_lora_gateway_1-channel"
},
"connectivity": [
"wifi",
"bluetooth",
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "SparkFun LoRa Gateway 1-Channel",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"protocol": "esptool",
"require_upload_port": true,
"speed": 921600
},
"url": "https://www.sparkfun.com/products/15006",
"vendor": "SparkFun"
}