File tree Expand file tree Collapse file tree 2 files changed +108
-0
lines changed Expand file tree Collapse file tree 2 files changed +108
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "core" : " esp32" ,
4
+ "extra_flags" : [
5
+ " -DARDUINO_MOTORGO_MINI_1" ,
6
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
7
+ " -DARDUINO_RUNNING_CORE=1" ,
8
+ " -DARDUINO_EVENT_RUNNING_CORE=1"
9
+ ],
10
+ "f_cpu" : " 240000000L" ,
11
+ "f_flash" : " 80000000L" ,
12
+ "flash_mode" : " qio" ,
13
+ "hwids" : [
14
+ [
15
+ " 0X303A" ,
16
+ " 0x1001"
17
+ ]
18
+ ],
19
+ "mcu" : " esp32s3" ,
20
+ "variant" : " motorgo_mini_1"
21
+ },
22
+ "connectivity" : [
23
+ " bluetooth" ,
24
+ " wifi"
25
+ ],
26
+ "debug" : {
27
+ "openocd_target" : " esp32s3.cfg"
28
+ },
29
+ "frameworks" : [
30
+ " arduino" ,
31
+ " espidf"
32
+ ],
33
+ "name" : " MotorGo Mini 1 (ESP32-S3)" ,
34
+ "upload" : {
35
+ "flash_size" : " 4MB" ,
36
+ "maximum_ram_size" : 327680 ,
37
+ "maximum_size" : 4194304 ,
38
+ "require_upload_port" : true ,
39
+ "speed" : 460800
40
+ },
41
+ "url" : " https://motorgo.net/shop/ols/products/motorgo-mini-v1-dot-2-starter-kit-plus-motors" ,
42
+ "vendor" : " MotorGo"
43
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "ldscript" : " esp32s2_out.ld" ,
5
+ "partitions" : " partitions-4MB-tinyuf2.csv" ,
6
+ "memory_type" : " qio_qspi"
7
+ },
8
+ "core" : " esp32" ,
9
+ "extra_flags" : [
10
+ " -DARDUINO_SENSEBOX_MCU_ESP32S2" ,
11
+ " -DBOARD_HAS_PSRAM" ,
12
+ " -DARDUINO_USB_CDC_ON_BOOT=1" ,
13
+ " -DARDUINO_USB_MSC_ON_BOOT=1"
14
+ ],
15
+ "f_cpu" : " 240000000L" ,
16
+ "f_flash" : " 80000000L" ,
17
+ "flash_mode" : " qio" ,
18
+ "hwids" : [
19
+ [
20
+ " 0x303A" ,
21
+ " 0x81B8"
22
+ ],
23
+ [
24
+ " 0x303A" ,
25
+ " 0x81B9"
26
+ ],
27
+ [
28
+ " 0x303A" ,
29
+ " 0x81BA"
30
+ ]
31
+ ],
32
+ "mcu" : " esp32s2" ,
33
+ "variant" : " sensebox_mcu_esp32s2"
34
+ },
35
+ "connectivity" : [
36
+ " wifi"
37
+ ],
38
+ "debug" : {
39
+ "openocd_target" : " esp32s2.cfg"
40
+ },
41
+ "frameworks" : [
42
+ " arduino" ,
43
+ " espidf"
44
+ ],
45
+ "name" : " senseBox MCU-S2 ESP32-S2" ,
46
+ "upload" : {
47
+ "arduino" : {
48
+ "flash_extra_images" : [
49
+ [
50
+ " 0x2d0000" ,
51
+ " variants/sensebox_mcu_esp32s2/tinyuf2.bin"
52
+ ]
53
+ ]
54
+ },
55
+ "flash_size" : " 4MB" ,
56
+ "maximum_ram_size" : 327680 ,
57
+ "maximum_size" : 4194304 ,
58
+ "use_1200bps_touch" : true ,
59
+ "wait_for_upload_port" : true ,
60
+ "require_upload_port" : true ,
61
+ "speed" : 460800
62
+ },
63
+ "url" : " https://sensebox.de/en/products-home" ,
64
+ "vendor" : " senseBox"
65
+ }
You can’t perform that action at this time.
0 commit comments