Add new boards: Pycom LoPy & LoPy4 (#134)

* Create lopy4.json

* Create lopy.json

* Update lopy.json

* Update lopy4.json

* Update lopy.json

* Update lopy4.json

* Update lopy4.json

* Update lopy.json

* Update heltec_wifi_lora_32.json

added debug field

* Update heltec_wifi_lora_32.json

added debug protocols
This commit is contained in:
Verkehrsrot
2018-11-24 13:35:07 +01:00
committed by Ivan Kravets
parent 4f2ca7dba5
commit 28bc32b23d
3 changed files with 100 additions and 1 deletions
+10 -1
View File
@@ -15,6 +15,9 @@
"ethernet",
"can"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
@@ -26,7 +29,13 @@
"maximum_size": 4194304,
"protocol": "esptool",
"protocols": [
"esptool"
"esptool",
"esp-prog",
"olimex-arm-usb-tiny-h",
"olimex-arm-usb-ocd-h",
"olimex-arm-usb-ocd",
"olimex-jtag-tiny",
"minimodule"
],
"require_upload_port": true,
"speed": 921600
+45
View File
@@ -0,0 +1,45 @@
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_LoPy",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "lopy"
},
"connectivity": [
"wifi",
"bluetooth",
"can",
"ethernet"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Pycom LoPy",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
"protocol": "esptool",
"protocols": [
"esptool",
"esp-prog",
"olimex-arm-usb-tiny-h",
"olimex-arm-usb-ocd-h",
"olimex-arm-usb-ocd",
"olimex-jtag-tiny",
"minimodule"
],
"require_upload_port": true,
"speed": 921600
},
"url": "https://pycom.io/",
"vendor": "Pycom Ltd."
}
+45
View File
@@ -0,0 +1,45 @@
{
"build": {
"core": "esp32",
"extra_flags": "-DARDUINO_LoPy4",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "dio",
"ldscript": "esp32_out.ld",
"mcu": "esp32",
"variant": "lopy4"
},
"connectivity": [
"wifi",
"bluetooth",
"can",
"ethernet"
],
"debug": {
"openocd_board": "esp-wroom-32.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "Pycom LoPy4",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 1310720,
"maximum_size": 4194304,
"protocol": "esptool",
"protocols": [
"esptool",
"esp-prog",
"olimex-arm-usb-tiny-h",
"olimex-arm-usb-ocd-h",
"olimex-arm-usb-ocd",
"olimex-jtag-tiny",
"minimodule"
],
"require_upload_port": true,
"speed": 921600
},
"url": "https://pycom.io/",
"vendor": "Pycom Ltd."
}