Skip to content

Commit

Permalink
Add M5Stack-CoreS3 board (#1106)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao authored Aug 2, 2023
1 parent 95125e2 commit 91bdde3
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions boards/m5stack-cores3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"build": {
"arduino": {
"ldscript": "esp32s3_out.ld",
"partitions": "default_16MB.csv"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_M5STACK_CORES3",
"-DARDUINO_USB_MODE=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
"flash_mode": "qio",
"hwids": [
[
"0x303A",
"0x8119"
]
],
"mcu": "esp32s3",
"variant": "m5stack_cores3"
},
"connectivity": [
"wifi"
],
"debug": {
"openocd_target": "esp32s3.cfg"
},
"frameworks": [
"arduino",
"espidf"
],
"name": "M5Stack CoreS3",
"upload": {
"flash_size": "16MB",
"maximum_ram_size": 327680,
"maximum_size": 16777216,
"require_upload_port": true,
"speed": 921600
},
"url": "https://docs.m5stack.com/en/core/CoreS3",
"vendor": "M5Stack"
}

0 comments on commit 91bdde3

Please sign in to comment.