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 e3c581e commit 0ba3f19Copy full SHA for 0ba3f19
boards/ws_esp32_s3_matrix.json
@@ -0,0 +1,32 @@
1
+{
2
+ "build": {
3
+ "core": "esp32",
4
+ "f_cpu": "240000000L",
5
+ "f_flash": "80000000L",
6
+ "memory_type": "qio_qspi"
7
+ "mcu": "esp32s3",
8
+ "variant": "ws_esp32_s3_matrix"
9
+ },
10
+ "connectivity": [
11
+ "bluetooth",
12
+ "wifi"
13
+ ],
14
+ "debug": {
15
+ "openocd_target": "esp32s3.cfg"
16
17
+ "frameworks": [
18
+ "arduino",
19
+ "espidf"
20
21
+ "name": "Waveshare ESP32-S3-Matrix",
22
+ "upload": {
23
+ "flash_size": "4MB",
24
+ "maximum_ram_size": 327680,
25
+ "maximum_size": 4194304,
26
+ "wait_for_upload_port": true,
27
+ "require_upload_port": true,
28
+ "speed": 460800
29
30
+ "url": "https://www.waveshare.com/wiki/ESP32-S3-Matrix",
31
+ "vendor": "Waveshare"
32
+}
0 commit comments