Skip to content

Commit 73d51dd

Browse files
authored
feat(boards): add m5stack-atoms3u board (#172)
* feat(boards): add m5stack-atoms3u board matches pindefs PR espressif/arduino-esp32#11352
1 parent 5ce80da commit 73d51dd

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

boards/m5stack-atoms3u.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"build": {
3+
"arduino": {
4+
"memory_type": "qio_opi",
5+
"partitions": "default_8MB.csv"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_M5Stack_ATOMS3U",
10+
"-DARDUINO_USB_MODE=1",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_RUNNING_CORE=1",
13+
"-DARDUINO_EVENT_RUNNING_CORE=1"
14+
],
15+
"f_cpu": "240000000L",
16+
"f_flash": "80000000L",
17+
"flash_mode": "dio",
18+
"mcu": "esp32s3",
19+
"variant": "m5stack_atoms3"
20+
},
21+
"connectivity": [
22+
"bluetooth",
23+
"wifi"
24+
],
25+
"debug": {
26+
"openocd_target": "esp32s3.cfg"
27+
},
28+
"frameworks": [
29+
"arduino",
30+
"espidf"
31+
],
32+
"name": "M5Stack AtomS3U",
33+
"upload": {
34+
"flash_size": "8MB",
35+
"maximum_ram_size": 327680,
36+
"maximum_size": 8388608,
37+
"require_upload_port": true,
38+
"speed": 460800
39+
},
40+
"url": "https://docs.m5stack.com/en/core/AtomS3U",
41+
"vendor": "M5Stack"
42+
}

0 commit comments

Comments
 (0)