v2024.02.22
What's Changed
New
- New Quirks X68000 aa77d67 @aotta
- Allow for floppy image dirs e8cb024 @erichelgeson
Initiator Bug Fixes
- initiator: allow multiple ZIP disks to be cycled in one session 164ab5e @erichelgeson
- initiator: Eject CD devices and continue to look for media on them. 5860b48 @erichelgeson
- initiator: add InitiatorMaxRetry to allow 0-255 retries. Default 5. e1a1734 @erichelgeson
- initiator: print percent complete - dont make user do math. 908af73 @erichelgeson
- initiator: dont make user grep through file to see if there were bad sectors, just tell them at the end. 71ce1da @erichelgeson
- initiator: target_file is never read from, open write only. b4cf5b7 @erichelgeson
- initiator: fix logging of retry count 45f8e73 @erichelgeson
- initiator: Fix issue causing some drives to hang d926dd7 @erichelgeson
- Some drives report SCSI3, so check < 2 to assert SCSI1 5c5833a @androda
- initiator: properly detect scsi-1 devices c80f3c0 @erichelgeson
- initiator: Fix issue with LED on Pico-W 638a053 @erichelgeson
- initiator: add unlikely to platform_is_initiator_mode_enabled 11eef85 @erichelgeson
- initiator: fixed 2 images when device/host were 0/7. 857bbf6 @morio
- READ(6) bug in Initiator mode with oddly-sized HDD 3f3f4ae @ZigZagJoe
SCSI
- scsi: correctly send back sense data for non-0 LUN scenarios 39efa85 @erichelgeson
- scsi: Only set valid to true when we are sending valid SENSE data back. 66e980f @erichelgeson
- sasi: Added Xebec (SASI E0 and E4 Commands) handling e1ed361 @peclark1
- Fixed Watchdog Timeout Issues @morio fa722d0 & ef5a668
Platform
- platformio: update to platformio/[email protected] 9e4c0d9 @erichelgeson
- Add back Serial USB logging with SRAM optimizations. 34da988 @morio
- BlueSCSI_platform_RP2040: re-apply 28f6de1 f895a6d to set uart to 115200 28f6de1 @jcs
- Fix SD card IO timeout wrapping bc7ee25 @morio
Hardware
Docs
- docs: Update readme to point to wiki for hardware 9e815ed @erichelgeson
- Add copyright notices to source files missing them 8a9b78d @androda & @PetteriAimonen
- 143 Wiki updates from 19 authors! - Benedict-1966 VicTheVicar jacexpo bobsahib uweseimet parabellum mac84tv OneGeekArmy androda attila.wagner ben bruce carey.gene.brown erichelgeson gutbomb jcs plaes toyoshim
How to update
https://github.com/BlueSCSI/BlueSCSI-v2/wiki/Updating-Firmware
Need Help?
Find us on Discord, TinkerDifferent, or Github Issues/Discussions.
Full Changelog: v2023.11.16...v2024.02.22