forked from BlueSCSI/BlueSCSI-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlueSCSI_RP2040.json
42 lines (42 loc) · 987 Bytes
/
BlueSCSI_RP2040.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "BlueSCSI RP2040",
"url": "https://github.com/BlueSCSI/BlueSCSI",
"vendor": "BlueSCSI",
"build": {
"core": "arduino",
"cpu": "cortex-m0plus",
"extra_flags": "-DARDUINO_ARCH_RP2040",
"f_cpu": "133000000L",
"hwids": [
[
"0x2E8A",
"0x00C0"
]
],
"mcu": "rp2040",
"variant": "RASPBERRY_PI_PICO"
},
"debug": {
"jlink_device": "RP2040_M0_0",
"openocd_target": "rp2040.cfg",
"svd_path": "rp2040.svd"
},
"frameworks": [
"arduino"
],
"upload": {
"maximum_ram_size": 270336,
"maximum_size": 2097152,
"require_upload_port": true,
"native_usb": true,
"use_1200bps_touch": true,
"wait_for_upload_port": false,
"protocol": "picotool",
"protocols": [
"cmsis-dap",
"jlink",
"raspberrypi-swd",
"picotool"
]
}
}