greenscsi/README.md

17 lines
706 B
Markdown
Raw Permalink Normal View History

# GreenSCSI
2021-11-19 08:41:57 +00: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 15:52:29 +00:00
2022-06-11 19:32:06 +00:00
GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduce SCSI devices (hard disks) with Arduino like devices.
2020-12-21 15:52:29 +00:00
2022-09-16 16:43:09 +00:00
`GreenSCSI` created by https://github.com/dkgrizzly [dkgrizzly] is a fork of `BlueSCSI` which adds:
2021-11-19 07:49:46 +00:00
* Teensy 3.5 (Kinetis K64...) support
2021-11-19 07:49:10 +00:00
* Better LUN handling
2022-09-16 16:43:09 +00:00
`BlueSCSI` created by https://github.com/erichelgeson [erichelgeson] is a fork of `ArdSCSino-stm32`
2020-12-21 15:52:29 +00:00
2022-09-16 16:43:09 +00:00
`ArdSCSino-stm32` created by https://github.com/ztto/ArdSCSino-stm32 [ztto] is the STM32 version of `ArdSCSino`
2021-03-24 02:07:00 +00:00
2022-09-16 16:43:09 +00:00
`ArdSCSino` created by https://twitter.com/h_koma2 [Tambo (TNB Seisakusho)]