A small SCSI device based on Teensy 3.5
Go to file
2021-11-19 02:54:01 -05:00
.github/workflows Add basic Action workflow that builds the project for all devices listed in platformio.ini 2021-05-06 19:22:54 -06:00
.vscode Initial working platform io config 2021-04-10 12:42:39 -05:00
3D-Files More docs 2021-04-10 12:42:41 -05:00
include Initial working platform io config 2021-04-10 12:42:39 -05:00
lib Initial working platform io config 2021-04-10 12:42:39 -05:00
src Quick fix for handling default ids 2021-08-13 10:53:05 -05:00
test Initial working platform io config 2021-04-10 12:42:39 -05:00
.gitignore Update gitignore 2021-04-10 12:58:56 -05:00
LICENSE Clarify in root file that hw folder is licensed separately 2021-06-14 14:41:37 -05:00
platformio.ini Put reference to licesne under gerber dir too 2021-06-15 16:22:19 -05:00
README.adoc Update README.adoc 2021-11-19 02:49:46 -05:00

# BlueSCSI
:toc: macro

GreenSCSI, BlueSCSI & ArdSCSino are hardware that reproduces SCSI devices (hard disks) with Arduino like devices.

`GreenSCSI` created by https://github.com/dkgrizzly[dkgrizzly] is a fork of `BlueSCSI` which adds:

* Teensy 3.5 (Kinetis K64...) support
* Better LUN handling

`BlueSCSI` created by https://github.com/erichelgeson[erichelgeson] is a fork of `ArdSCSino-stm32`

`ArdSCSino-stm32` created by https://github.com/ztto/ArdSCSino-stm32[ztto] is the STM32 version of `ArdSCSino`

`ArdSCSino` created by https://twitter.com/h_koma2[Tambo (TNB Seisakusho)]