Skip to content

Commit aa5a97e

Browse files
UnexpectedMakerSeon Rozenblum
and
Seon Rozenblum
authored
Added missing UM boards and fixed TinyS3 product URL. (#122)
* Added missing UM boards and fixed TinyS3 product URL. Signed-off-by: Seon Rozenblum <[email protected]> * More modifications for UM boards. Signed-off-by: Seon Rozenblum <[email protected]> --------- Signed-off-by: Seon Rozenblum <[email protected]> Co-authored-by: Seon Rozenblum <[email protected]>
1 parent 6fa2efb commit aa5a97e

9 files changed

+198
-6
lines changed

boards/um_bling.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"partitions": "default_8MB.csv",
5+
"memory_type": "qio_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_BLING",
10+
"-DBOARD_HAS_PSRAM",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_RUNNING_CORE=1",
14+
"-DARDUINO_EVENT_RUNNING_CORE=1"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0X303A",
22+
"0x817F"
23+
]
24+
],
25+
"mcu": "esp32s3",
26+
"variant": "um_bling"
27+
},
28+
"connectivity": [
29+
"bluetooth",
30+
"wifi"
31+
],
32+
"debug": {
33+
"openocd_target": "esp32s3.cfg"
34+
},
35+
"frameworks": [
36+
"arduino",
37+
"espidf"
38+
],
39+
"name": "Unexpected Maker BLING!",
40+
"upload": {
41+
"flash_size": "8MB",
42+
"maximum_ram_size": 327680,
43+
"maximum_size": 8388608,
44+
"use_1200bps_touch": true,
45+
"wait_for_upload_port": true,
46+
"require_upload_port": true,
47+
"speed": 460800
48+
},
49+
"url": "https://unexpectedmaker.com/shop/bling",
50+
"vendor": "Unexpected Maker"
51+
}

boards/um_feathers3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "default_16MB.csv",
65
"memory_type": "qio_qspi"
76
},
@@ -10,6 +9,7 @@
109
"-DARDUINO_FEATHERS3",
1110
"-DBOARD_HAS_PSRAM",
1211
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
1313
"-DARDUINO_RUNNING_CORE=1",
1414
"-DARDUINO_EVENT_RUNNING_CORE=1"
1515
],

boards/um_feathers3_neo.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"partitions": "default_8MB.csv",
5+
"memory_type": "qio_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_FEATHERS3NEO",
10+
"-DBOARD_HAS_PSRAM",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_RUNNING_CORE=1",
14+
"-DARDUINO_EVENT_RUNNING_CORE=1"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0X303A",
22+
"0x81FB"
23+
]
24+
],
25+
"mcu": "esp32s3",
26+
"variant": "um_feathers3neo"
27+
},
28+
"connectivity": [
29+
"bluetooth",
30+
"wifi"
31+
],
32+
"debug": {
33+
"openocd_target": "esp32s3.cfg"
34+
},
35+
"frameworks": [
36+
"arduino",
37+
"espidf"
38+
],
39+
"name": "Unexpected Maker FeatherS3 Neo",
40+
"upload": {
41+
"flash_size": "8MB",
42+
"maximum_ram_size": 327680,
43+
"maximum_size": 8388608,
44+
"use_1200bps_touch": true,
45+
"wait_for_upload_port": true,
46+
"require_upload_port": true,
47+
"speed": 460800
48+
},
49+
"url": "https://unexpectedmaker.com/shop/feathers3neo",
50+
"vendor": "Unexpected Maker"
51+
}

boards/um_nanos3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "default_8MB.csv",
65
"memory_type": "qio_qspi"
76
},
@@ -10,6 +9,7 @@
109
"-DBOARD_HAS_PSRAM",
1110
"-DARDUINO_NANOS3",
1211
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
1313
"-DARDUINO_RUNNING_CORE=1",
1414
"-DARDUINO_EVENT_RUNNING_CORE=1"
1515
],

boards/um_omgs3.json

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"partitions": "default_8MB.csv",
5+
"memory_type": "qio_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_OMGS3",
10+
"-DBOARD_HAS_PSRAM",
11+
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
13+
"-DARDUINO_RUNNING_CORE=1",
14+
"-DARDUINO_EVENT_RUNNING_CORE=1"
15+
],
16+
"f_cpu": "240000000L",
17+
"f_flash": "80000000L",
18+
"flash_mode": "qio",
19+
"hwids": [
20+
[
21+
"0X303A",
22+
"0x8224"
23+
]
24+
],
25+
"mcu": "esp32s3",
26+
"variant": "um_omgs3"
27+
},
28+
"connectivity": [
29+
"bluetooth",
30+
"wifi"
31+
],
32+
"debug": {
33+
"openocd_target": "esp32s3.cfg"
34+
},
35+
"frameworks": [
36+
"arduino",
37+
"espidf"
38+
],
39+
"name": "Unexpected Maker OMGS3",
40+
"upload": {
41+
"flash_size": "8MB",
42+
"maximum_ram_size": 327680,
43+
"maximum_size": 8388608,
44+
"use_1200bps_touch": true,
45+
"wait_for_upload_port": true,
46+
"require_upload_port": true,
47+
"speed": 460800
48+
},
49+
"url": "https://unexpectedmaker.com/shop/omgs3",
50+
"vendor": "Unexpected Maker"
51+
}

boards/um_pros3.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "default_16MB.csv",
65
"memory_type": "qio_qspi"
76
},
@@ -10,6 +9,7 @@
109
"-DARDUINO_PROS3",
1110
"-DBOARD_HAS_PSRAM",
1211
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
1313
"-DARDUINO_RUNNING_CORE=1",
1414
"-DARDUINO_EVENT_RUNNING_CORE=1"
1515
],

boards/um_tinyc6.json

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"build": {
3+
"arduino":{
4+
"partitions": "default_8MB.csv",
5+
"memory_type": "qio_qspi"
6+
},
7+
"core": "esp32",
8+
"extra_flags": [
9+
"-DARDUINO_TINYC6"
10+
],
11+
"f_cpu": "240000000L",
12+
"f_flash": "80000000L",
13+
"flash_mode": "qio",
14+
"mcu": "esp32c6",
15+
"variant": "um_tinyc6"
16+
},
17+
"connectivity": [
18+
"bluetooth",
19+
"wifi"
20+
],
21+
"debug": {
22+
"openocd_target": "esp32c6.cfg"
23+
},
24+
"frameworks": [
25+
"arduino",
26+
"espidf"
27+
],
28+
"name": "Unexpected Maker TinyC6",
29+
"upload": {
30+
"flash_size": "8MB",
31+
"maximum_ram_size": 327680,
32+
"maximum_size": 8388608,
33+
"require_upload_port": true,
34+
"speed": 460800
35+
},
36+
"url": "https://unexpectedmaker.com/shop/tinyc6",
37+
"vendor": "Unexpected Maker"
38+
}

boards/um_tinys2.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"build": {
33
"arduino": {
4-
"ldscript": "esp32s2_out.ld"
4+
"partitions": "default_4MB.csv",
5+
"memory_type": "qio_qspi"
56
},
67
"core": "esp32",
78
"extra_flags": [

boards/um_tinys3.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "esp32s3_out.ld",
54
"partitions": "default_8MB.csv",
65
"memory_type": "qio_qspi"
76
},
@@ -10,6 +9,7 @@
109
"-DARDUINO_TINYS3",
1110
"-DBOARD_HAS_PSRAM",
1211
"-DARDUINO_USB_CDC_ON_BOOT=1",
12+
"-DARDUINO_USB_MODE=1",
1313
"-DARDUINO_RUNNING_CORE=1",
1414
"-DARDUINO_EVENT_RUNNING_CORE=1"
1515
],
@@ -46,6 +46,6 @@
4646
"require_upload_port": true,
4747
"speed": 460800
4848
},
49-
"url": "https://unexpectedmaker.com/shop/ttinys3-esp32s3",
49+
"url": "https://unexpectedmaker.com/shop/tinys3",
5050
"vendor": "Unexpected Maker"
5151
}

0 commit comments

Comments
 (0)