Skip to content

Commit de73b9d

Browse files
powerfeatherdevjonathandreyer
authored andcommitted
Add board ESP32-S3 PowerFeather (platformio#1344)
1 parent 20120e8 commit de73b9d

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

boards/esp32s3_powerfeather.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"partitions": "default_8MB.csv"
5+
},
6+
"core": "esp32",
7+
"extra_flags": [
8+
"-DARDUINO_ESP32S3_POWERFEATHER",
9+
"-DARDUINO_USB_CDC_ON_BOOT=1",
10+
"-DARDUINO_RUNNING_CORE=1",
11+
"-DARDUINO_EVENT_RUNNING_CORE=1"
12+
],
13+
"f_cpu": "240000000L",
14+
"f_flash": "80000000L",
15+
"flash_mode": "qio",
16+
"hwids": [
17+
[
18+
"0X303A",
19+
"0x81BB"
20+
]
21+
],
22+
"mcu": "esp32s3",
23+
"variant": "esp32s3_powerfeather"
24+
},
25+
"connectivity": [
26+
"bluetooth",
27+
"wifi"
28+
],
29+
"debug": {
30+
"openocd_target": "esp32s3.cfg"
31+
},
32+
"frameworks": [
33+
"arduino",
34+
"espidf"
35+
],
36+
"name": "ESP32-S3 PowerFeather",
37+
"upload": {
38+
"flash_size": "8MB",
39+
"maximum_ram_size": 327680,
40+
"maximum_size": 8388608,
41+
"wait_for_upload_port": true,
42+
"require_upload_port": true,
43+
"speed": 460800
44+
},
45+
"url": "https://powerfeather.dev/",
46+
"vendor": "PowerFeather"
47+
}
48+

0 commit comments

Comments
 (0)