greenscsi/README.md

17 lines
702 B
Markdown
Raw Normal View History

# GreenSCSI
2021-11-19 03:41:57 -05:00
![DeadBug assembly of a Teensy 3.5 directly on a 50 pin SCSI header!](/GreenSCSI-DeadBug.jpg "GreenSCSI Teensy 3.5 Dead Bug")
2020-12-21 09:52:29 -06:00
2022-06-11 15:32:06 -04:00
GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduce SCSI devices (hard disks) with Arduino like devices.
2020-12-21 09:52:29 -06:00
2021-11-19 02:49:10 -05:00
`GreenSCSI` created by https://github.com/dkgrizzly[dkgrizzly] is a fork of `BlueSCSI` which adds:
2021-11-19 02:49:46 -05:00
* Teensy 3.5 (Kinetis K64...) support
2021-11-19 02:49:10 -05:00
* Better LUN handling
`BlueSCSI` created by https://github.com/erichelgeson[erichelgeson] is a fork of `ArdSCSino-stm32`
2020-12-21 09:52:29 -06:00
`ArdSCSino-stm32` created by https://github.com/ztto/ArdSCSino-stm32[ztto] is the STM32 version of `ArdSCSino`
2021-03-23 21:07:00 -05:00
`ArdSCSino` created by https://twitter.com/h_koma2[Tambo (TNB Seisakusho)]