File tree Expand file tree Collapse file tree 3 files changed +111
-1
lines changed Expand file tree Collapse file tree 3 files changed +111
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "earlephilhower" : {
5
+ "boot2_source" : " boot2_w25q080_2_padded_checksum.S" ,
6
+ "usb_vid" : " 0x239A" ,
7
+ "usb_pid" : " 0x8151"
8
+ }
9
+ },
10
+ "core" : " earlephilhower" ,
11
+ "cpu" : " cortex-m0plus" ,
12
+ "extra_flags" : " -DARDUINO_ADAFRUIT_FLOPPSY_RP2040 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 " ,
13
+ "f_cpu" : " 133000000L" ,
14
+ "hwids" : [
15
+ [
16
+ " 0x2E8A" ,
17
+ " 0x00C0"
18
+ ],
19
+ [
20
+ " 0x239A" ,
21
+ " 0x8151"
22
+ ]
23
+ ],
24
+ "mcu" : " rp2040" ,
25
+ "variant" : " adafruit_floppsy"
26
+ },
27
+ "debug" : {
28
+ "jlink_device" : " RP2040_M0_0" ,
29
+ "openocd_target" : " rp2040.cfg" ,
30
+ "svd_path" : " rp2040.svd"
31
+ },
32
+ "frameworks" : [
33
+ " arduino"
34
+ ],
35
+ "name" : " Floppsy" ,
36
+ "upload" : {
37
+ "maximum_ram_size" : 262144 ,
38
+ "maximum_size" : 16777216 ,
39
+ "require_upload_port" : true ,
40
+ "native_usb" : true ,
41
+ "use_1200bps_touch" : true ,
42
+ "wait_for_upload_port" : false ,
43
+ "protocol" : " picotool" ,
44
+ "protocols" : [
45
+ " blackmagic" ,
46
+ " cmsis-dap" ,
47
+ " jlink" ,
48
+ " raspberrypi-swd" ,
49
+ " picotool" ,
50
+ " picoprobe"
51
+ ]
52
+ },
53
+ "url" : " https://www.raspberrypi.org/products/raspberry-pi-pico/" ,
54
+ "vendor" : " Adafruit"
55
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "build" : {
3
+ "arduino" : {
4
+ "earlephilhower" : {
5
+ "boot2_source" : " none.S" ,
6
+ "usb_vid" : " 0x2E8A" ,
7
+ "usb_pid" : " 0xF00F"
8
+ }
9
+ },
10
+ "core" : " earlephilhower" ,
11
+ "cpu" : " cortex-m33" ,
12
+ "extra_flags" : " -DARDUINO_RASPBERRY_PI_PICO_2W -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 -DPICO_CYW43_SUPPORTED=1 -DCYW43_PIN_WL_DYNAMIC=1" ,
13
+ "f_cpu" : " 150000000L" ,
14
+ "hwids" : [
15
+ [
16
+ " 0x2E8A" ,
17
+ " 0x00C0"
18
+ ],
19
+ [
20
+ " 0x2E8A" ,
21
+ " 0xF00F"
22
+ ]
23
+ ],
24
+ "mcu" : " rp2350" ,
25
+ "variant" : " rpipico2w"
26
+ },
27
+ "debug" : {
28
+ "jlink_device" : " RP2350_0" ,
29
+ "openocd_target" : " rp2350.cfg" ,
30
+ "svd_path" : " rp2350.svd"
31
+ },
32
+ "frameworks" : [
33
+ " arduino"
34
+ ],
35
+ "name" : " Pico 2W" ,
36
+ "upload" : {
37
+ "maximum_ram_size" : 524288 ,
38
+ "maximum_size" : 4194304 ,
39
+ "require_upload_port" : true ,
40
+ "native_usb" : true ,
41
+ "use_1200bps_touch" : true ,
42
+ "wait_for_upload_port" : false ,
43
+ "protocol" : " picotool" ,
44
+ "protocols" : [
45
+ " blackmagic" ,
46
+ " cmsis-dap" ,
47
+ " jlink" ,
48
+ " raspberrypi-swd" ,
49
+ " picotool" ,
50
+ " picoprobe"
51
+ ]
52
+ },
53
+ "url" : " https://www.raspberrypi.org/products/raspberry-pi-pico/" ,
54
+ "vendor" : " Raspberry Pi"
55
+ }
Original file line number Diff line number Diff line change 51
51
"type" : " framework" ,
52
52
"optional" : true ,
53
53
"owner" : " earlephilhower" ,
54
- "version" : " https://github.com/earlephilhower/arduino-pico.git#e25d382732173fb9bebe153c3c4948556c7e03bc "
54
+ "version" : " https://github.com/earlephilhower/arduino-pico.git#e16c459598b86ce67d8b83ac5b1384dcb8c982ae "
55
55
},
56
56
"framework-picosdk" : {
57
57
"type" : " framework" ,
You can’t perform that action at this time.
0 commit comments