We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03254d4 commit 660f6c9Copy full SHA for 660f6c9
boards/m5stamp-c3.json
@@ -0,0 +1,34 @@
1
+{
2
+ "build": {
3
+ "arduino":{
4
+ "ldscript": "esp32c3_out.ld"
5
+ },
6
+ "core": "esp32",
7
+ "f_cpu": "160000000L",
8
+ "f_flash": "40000000L",
9
+ "flash_mode": "qio",
10
+ "mcu": "esp32c3",
11
+ "variant": "esp32c3"
12
13
+ "connectivity": [
14
+ "wifi",
15
+ "bluetooth"
16
+ ],
17
+ "debug": {
18
+ "openocd_target": "esp32c3.cfg"
19
20
+ "frameworks": [
21
+ "arduino",
22
+ "espidf"
23
24
+ "name": "M5Stamp C3",
25
+ "upload": {
26
+ "flash_size": "4MB",
27
+ "maximum_ram_size": 327680,
28
+ "maximum_size": 4194304,
29
+ "require_upload_port": true,
30
+ "speed": 460800
31
32
+ "url": "https://docs.m5stack.com/en/core/stamp_c3",
33
+ "vendor": "M5Stack"
34
+}
0 commit comments