-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #467 from ZuluSCSI/feature/merge-rp2xxx-libs
Merge the RP2350 and the RP2040 base MCU platform libraries into a common library
- Loading branch information
Showing
75 changed files
with
3,022 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x2E8A", | ||
"usb_pid": "0x000A" | ||
} | ||
}, | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-DARDUINO_RASPBERRY_PI_PICO -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 ", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
], | ||
[ | ||
"0x2E8A", | ||
"0x000A" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "rpipico" | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "ZuluSCSI Pico", | ||
"upload": { | ||
"maximum_ram_size": 262144, | ||
"maximum_size": 2097152, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "cmsis-dap", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "http://zuluscsi.com", | ||
"vendor": "Rabbit Hole Computing LLC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "none.S", | ||
"usb_vid": "0x2E8A", | ||
"usb_pid": "0x000F" | ||
} | ||
}, | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m33", | ||
"extra_flags": "-DARDUINO_RASPBERRY_PI_PICO_2 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 ", | ||
"f_cpu": "150000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
], | ||
[ | ||
"0x2E8A", | ||
"0x000F" | ||
] | ||
], | ||
"mcu": "rp2350", | ||
"variant": "rpipico2" | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2350_0", | ||
"openocd_target": "rp2350.cfg", | ||
"svd_path": "rp2350.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "ZuluSCSI Pico 2", | ||
"upload": { | ||
"psram_length": 0, | ||
"maximum_ram_size": 524288, | ||
"maximum_size": 4194304, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "cmsis-dap", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe", | ||
"pico-debug" | ||
] | ||
}, | ||
"url": "http://zuluscsi.com", | ||
"vendor": "Rabbit Hole Computing LLC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "boot2_w25q080_2_padded_checksum.S", | ||
"usb_vid": "0x2E8A", | ||
"usb_pid": "0xF00A" | ||
} | ||
}, | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m0plus", | ||
"extra_flags": "-DARDUINO_RASPBERRY_PI_PICO_W -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=250 ", | ||
"f_cpu": "133000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
], | ||
[ | ||
"0x2E8A", | ||
"0xF00A" | ||
] | ||
], | ||
"mcu": "rp2040", | ||
"variant": "rpipicow" | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2040_M0_0", | ||
"openocd_target": "rp2040.cfg", | ||
"svd_path": "rp2040.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "ZuluSCSI Pico DaynaPORT", | ||
"upload": { | ||
"maximum_ram_size": 262144, | ||
"maximum_size": 2097152, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "cmsis-dap", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "http://zuluscsi.com", | ||
"vendor": "Rabbit Hole Computing LLC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"build": { | ||
"arduino": { | ||
"earlephilhower": { | ||
"boot2_source": "none.S", | ||
"usb_vid": "0x2E8A", | ||
"usb_pid": "0xF00F" | ||
} | ||
}, | ||
"core": "earlephilhower", | ||
"cpu": "cortex-m33", | ||
"extra_flags": "-DARDUINO_GENERIC_RP2350 -DARDUINO_ARCH_RP2040 -DUSBD_MAX_POWER_MA=500 ", | ||
"f_cpu": "150000000L", | ||
"hwids": [ | ||
[ | ||
"0x2E8A", | ||
"0x00C0" | ||
], | ||
[ | ||
"0x2E8A", | ||
"0xF00F" | ||
] | ||
], | ||
"mcu": "rp2350", | ||
"variant": "generic_rp2350" | ||
}, | ||
"debug": { | ||
"jlink_device": "RP2350_0", | ||
"openocd_target": "rp2350.cfg", | ||
"svd_path": "rp2350.svd" | ||
}, | ||
"frameworks": [ | ||
"arduino" | ||
], | ||
"name": "ZuluSCSI RP2350A", | ||
"upload": { | ||
"maximum_ram_size": 524288, | ||
"maximum_size": 16777216, | ||
"require_upload_port": true, | ||
"native_usb": true, | ||
"use_1200bps_touch": true, | ||
"wait_for_upload_port": false, | ||
"protocol": "cmsis-dap", | ||
"protocols": [ | ||
"blackmagic", | ||
"cmsis-dap", | ||
"jlink", | ||
"raspberrypi-swd", | ||
"picotool", | ||
"picoprobe" | ||
] | ||
}, | ||
"url": "http://zuluscsi.com", | ||
"vendor": "Rabbit Hole Computing LLC" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.