Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware for the ZuluSCSI Pico #296

Merged
merged 6 commits into from
Sep 12, 2023
Merged

Firmware for the ZuluSCSI Pico #296

merged 6 commits into from
Sep 12, 2023

Conversation

morio
Copy link
Collaborator

@morio morio commented Sep 12, 2023

This firmware has support for the ZuluSCSI Pico line

morio added 6 commits August 21, 2023 12:42
The SD card is working with the ZuluSCSI Pico FS.
scsi_accel* and rp2040_sdio* files have been renamed
so that RP2040 becomes a specific target, like BS2 and
the new Pico suffix.

For example:
  rp2040_sdio.pio  -> sdio_RP2040.pio
  rp2040_sdio_BS2.pio.h -> sdio_BS2.pio.h
Getting normal transfer rates for an RP2040 on the SCSI interface.
Added a flag to disable the SWO pin (DISABLE_SWO). Not sure if the
define should be in the platformio.ini file or in the
ZuluSCSI_platform_RP2040 library.
Missed adding target to scsi_accel files to be explicit between
host and target scsi_accel files.
Initiator mode is working, and the dip switch reading are now correct.
The workflow specifically targeted the Pico firmware. Now that
separate development is over, building all targets.
@aperezbios aperezbios merged commit caa34d9 into main Sep 12, 2023
@aperezbios aperezbios deleted the pico branch September 12, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants