Files
platform-espressif32/boards/featheresp32-s2.json
T

62 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-21 13:42:23 +02:00
{
"build": {
2025-11-05 18:33:57 +01:00
"arduino": {
2022-07-19 15:20:05 +03:00
"partitions": "partitions-4MB-tinyuf2.csv"
2021-01-21 13:42:23 +02:00
},
"core": "esp32",
2022-04-13 18:49:20 +03:00
"extra_flags": [
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S2_NOPSRAM",
"-DARDUINO_USB_CDC_ON_BOOT=1"
],
2021-01-21 13:42:23 +02:00
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
2022-04-13 18:49:20 +03:00
"hwids": [
[
"0x239A",
"0x80EB"
],
[
"0x239A",
"0x00EB"
],
[
"0x239A",
"0x80EC"
]
],
2021-01-21 13:42:23 +02:00
"mcu": "esp32s2",
2022-04-13 18:49:20 +03:00
"variant": "adafruit_feather_esp32s2"
2021-01-21 13:42:23 +02:00
},
"connectivity": [
"wifi"
2021-01-21 13:42:23 +02:00
],
"debug": {
"openocd_target": "esp32s2.cfg"
},
"frameworks": [
2022-04-13 18:49:20 +03:00
"arduino",
2021-01-21 13:42:23 +02:00
"espidf"
],
"name": "Adafruit ESP32-S2 Feather Development Board",
"upload": {
2022-04-13 18:49:20 +03:00
"arduino": {
"flash_extra_images": [
[
"0x2d0000",
"variants/adafruit_feather_esp32s2/tinyuf2.bin"
]
]
},
2021-01-21 13:42:23 +02:00
"flash_size": "4MB",
"maximum_ram_size": 327680,
"maximum_size": 4194304,
2022-04-13 18:49:20 +03:00
"use_1200bps_touch": true,
"wait_for_upload_port": true,
2021-01-21 13:42:23 +02:00
"require_upload_port": true,
"speed": 460800
},
"url": "https://www.adafruit.com/product/4769",
"vendor": "Adafruit"
}