├── .github └── workflows │ ├── analyze_crashlogs.yml │ └── firmware_build.yml ├── .gitignore ├── .vscode └── extensions.json ├── LICENSE ├── README.adoc ├── bluescsi.ini ├── boards ├── BlueSCSI_RP2040.json └── rpipico2w.json ├── docs ├── README.md ├── buynow.png └── discordbanner.png ├── hardware ├── Centronics_50Pin │ ├── Centronics_50Pin.kicad_pcb │ ├── Centronics_50Pin.kicad_prl │ ├── Centronics_50Pin.kicad_pro │ ├── Centronics_50Pin.kicad_sch │ ├── Centronics_50Pin_Gerber.zip │ ├── LED_Indicators.kicad_sch │ ├── LICENSE.adoc │ ├── Library.pretty │ │ ├── Centronics50Male.kicad_mod │ │ ├── TF-06_MicroSD.kicad_mod │ │ ├── TS-1187A-B-A-B.kicad_mod │ │ └── cc_by_nc_sa_front_silk_screen.kicad_mod │ ├── PrintedCase │ │ ├── CaseBottom.stl │ │ └── CaseTop.stl │ ├── ProductionFiles_JLCPCB │ │ ├── Centronics_50Pin-top-pos.csv │ │ ├── Centronics_50Pin_BOM_AdjustableVR.csv │ │ └── Centronics_50Pin_BOM_SetVR.csv │ ├── TopOfPCB.jpg │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerber │ │ ├── Centronics_50Pin-B_Cu.gbr │ │ ├── Centronics_50Pin-B_Mask.gbr │ │ ├── Centronics_50Pin-B_Paste.gbr │ │ ├── Centronics_50Pin-B_Silkscreen.gbr │ │ ├── Centronics_50Pin-Edge_Cuts.gbr │ │ ├── Centronics_50Pin-F_Cu.gbr │ │ ├── Centronics_50Pin-F_Mask.gbr │ │ ├── Centronics_50Pin-F_Paste.gbr │ │ ├── Centronics_50Pin-F_Silkscreen.gbr │ │ ├── Centronics_50Pin-NPTH.drl │ │ ├── Centronics_50Pin-PTH.drl │ │ └── Centronics_50Pin-job.gbrjob │ └── sym-lib-table ├── DB25_External │ ├── DB25_External.kicad_pcb │ ├── DB25_External.kicad_prl │ ├── DB25_External.kicad_pro │ ├── DB25_External.kicad_sch │ ├── DB25_External_Gerber.zip │ ├── LED_Indicators.kicad_sch │ ├── LICENSE.adoc │ ├── Library.pretty │ │ ├── TF-06_MicroSD.kicad_mod │ │ ├── TS-1187A-B-A-B.kicad_mod │ │ └── cc_by_nc_sa_front_silk_screen.kicad_mod │ ├── PrintedCase │ │ ├── CaseBottom.stl │ │ └── CaseTop.stl │ ├── ProductionFiles_JLCPCB │ │ ├── DB25_External-top-pos.csv │ │ └── DB25_External_BOM.csv │ ├── TopOfPCB.jpg │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerber │ │ ├── DB25_External-B_Cu.gbr │ │ ├── DB25_External-B_Mask.gbr │ │ ├── DB25_External-B_Paste.gbr │ │ ├── DB25_External-B_Silkscreen.gbr │ │ ├── DB25_External-Edge_Cuts.gbr │ │ ├── DB25_External-F_Cu.gbr │ │ ├── DB25_External-F_Mask.gbr │ │ ├── DB25_External-F_Paste.gbr │ │ ├── DB25_External-F_Silkscreen.gbr │ │ ├── DB25_External-NPTH.drl │ │ ├── DB25_External-PTH.drl │ │ └── DB25_External-job.gbrjob │ └── sym-lib-table ├── Desktop_50_Pin │ ├── DataBusTransceivers.kicad_sch │ ├── Desktop_50_Pin_TopConn.kicad_pcb │ ├── Desktop_50_Pin_TopConn.kicad_prl │ ├── Desktop_50_Pin_TopConn.kicad_pro │ ├── Desktop_50_Pin_TopConn.kicad_sch │ ├── Desktop_50_Pin_TopConn.zip │ ├── LED_Indicators.kicad_sch │ ├── LICENSE.adoc │ ├── Library.pretty │ │ ├── BergFloppy_RightAngle.kicad_mod │ │ ├── JST_SM04B-SRSS-TB(LF)(SN).kicad_mod │ │ ├── Raspberry_Pi_PicoW_SMT_THT.kicad_mod │ │ ├── TF-06_MicroSD.kicad_mod │ │ ├── TS-1187A-B-A-B.kicad_mod │ │ └── cc_by_nc_sa_front_silk_screen.kicad_mod │ ├── PrintedBracket │ │ └── DesktopMountingBracket.stl │ ├── ProductionFiles_JLCPCB │ │ ├── Desktop_50_Pin_TopConn-top-pos.csv │ │ └── Desktop_50_Pin_TopConn_BOM.csv │ ├── SCSI_And_Power.kicad_sch │ ├── TopOfPCB.jpg │ ├── fp-info-cache │ ├── fp-lib-table │ └── gerber │ │ ├── Desktop_50_Pin_TopConn-B_Cu.gbr │ │ ├── Desktop_50_Pin_TopConn-B_Mask.gbr │ │ ├── Desktop_50_Pin_TopConn-B_Paste.gbr │ │ ├── Desktop_50_Pin_TopConn-B_Silkscreen.gbr │ │ ├── Desktop_50_Pin_TopConn-Edge_Cuts.gbr │ │ ├── Desktop_50_Pin_TopConn-F_Cu.gbr │ │ ├── Desktop_50_Pin_TopConn-F_Mask.gbr │ │ ├── Desktop_50_Pin_TopConn-F_Paste.gbr │ │ ├── Desktop_50_Pin_TopConn-F_Silkscreen.gbr │ │ ├── Desktop_50_Pin_TopConn-NPTH.drl │ │ ├── Desktop_50_Pin_TopConn-PTH.drl │ │ └── Desktop_50_Pin_TopConn-job.gbrjob ├── LICENSE.adoc ├── PowerBook │ ├── LED_Indicators.kicad_sch │ ├── LICENSE.adoc │ ├── Library.pretty │ │ ├── BergFloppy_RightAngle.kicad_mod │ │ ├── JST_SM04B-SRSS-TB(LF)(SN).kicad_mod │ │ ├── PowerBook_SCSI_40Pin_UpsideDown.kicad_mod │ │ ├── Raspberry_Pi_PicoW_SMT_THT.kicad_mod │ │ ├── TF-06_MicroSD.kicad_mod │ │ ├── TS-1187A-B-A-B.kicad_mod │ │ └── cc_by_nc_sa_front_silk_screen.kicad_mod │ ├── New_Library.kicad_sym │ ├── PowerBook.kicad_pcb │ ├── PowerBook.kicad_prl │ ├── PowerBook.kicad_pro │ ├── PowerBook.kicad_sch │ ├── PowerBook_Gerber.zip │ ├── PrintedBracket │ │ └── PBMountingBracket.stl │ ├── ProductionFiles_JLCPCB │ │ ├── PowerBook-top-pos.csv │ │ └── PowerBook_BOM.csv │ ├── TopOfPCB.jpg │ ├── fp-info-cache │ ├── fp-lib-table │ ├── gerber │ │ ├── PowerBook-B_Cu.gbr │ │ ├── PowerBook-B_Mask.gbr │ │ ├── PowerBook-B_Paste.gbr │ │ ├── PowerBook-B_Silkscreen.gbr │ │ ├── PowerBook-Edge_Cuts.gbr │ │ ├── PowerBook-F_Cu.gbr │ │ ├── PowerBook-F_Mask.gbr │ │ ├── PowerBook-F_Paste.gbr │ │ ├── PowerBook-F_Silkscreen.gbr │ │ ├── PowerBook-NPTH.drl │ │ ├── PowerBook-PTH.drl │ │ └── PowerBook-job.gbrjob │ └── sym-lib-table └── README.adoc ├── include └── README ├── lib ├── BlueSCSI_platform_RP2040 │ ├── BlueSCSI_platform.cpp │ ├── BlueSCSI_platform.h │ ├── BlueSCSI_platform_config_hook.cpp │ ├── BlueSCSI_platform_config_hook.h │ ├── BlueSCSI_platform_gpio.h │ ├── BlueSCSI_platform_network.cpp │ ├── audio.cpp │ ├── audio.h │ ├── bsp.h │ ├── rp2040.ld │ ├── rp2040_btldr.ld │ ├── rp2040_sdio.cpp │ ├── rp2040_sdio.h │ ├── rp2040_sdio.pio │ ├── rp2040_sdio.pio.h │ ├── scsi2sd_time.h │ ├── scsiHostPhy.cpp │ ├── scsiHostPhy.h │ ├── scsiPhy.cpp │ ├── scsiPhy.h │ ├── scsi_accel.pio │ ├── scsi_accel.pio.h │ ├── scsi_accel_host.cpp │ ├── scsi_accel_host.h │ ├── scsi_accel_host.pio │ ├── scsi_accel_host.pio.h │ ├── scsi_accel_rp2040.cpp │ ├── scsi_accel_rp2040.h │ ├── sd_card_sdio.cpp │ └── sd_card_spi.cpp ├── BlueSCSI_platform_template │ ├── BlueSCSI_platform.cpp │ ├── BlueSCSI_platform.h │ ├── BlueSCSI_platform_gpio.h │ ├── README.md │ ├── bsp.h │ ├── scsi2sd_time.h │ ├── scsiPhy.cpp │ └── scsiPhy.h ├── CUEParser │ ├── library.json │ ├── src │ │ ├── CUEParser.cpp │ │ └── CUEParser.h │ └── test │ │ ├── CUEParser_test.cpp │ │ └── Makefile ├── README ├── SCSI2SD │ ├── .gitattributes │ ├── .gitignore │ ├── .gitmodules │ ├── CHANGELOG │ ├── COPYING │ ├── gplv3.txt │ ├── include │ │ └── scsi2sd.h │ ├── library.json │ └── src │ │ └── firmware │ │ ├── bluescsi_toolbox.h │ │ ├── cdrom.h │ │ ├── config.h │ │ ├── diagnostic.c │ │ ├── diagnostic.h │ │ ├── disk.h │ │ ├── geometry.c │ │ ├── geometry.h │ │ ├── inquiry.c │ │ ├── inquiry.h │ │ ├── led.h │ │ ├── log.h │ │ ├── mo.c │ │ ├── mo.h │ │ ├── mode.c │ │ ├── mode.h │ │ ├── network.c │ │ ├── network.h │ │ ├── scsi.c │ │ ├── scsi.h │ │ ├── sd.h │ │ ├── sense.h │ │ ├── tape.h │ │ ├── vendor.c │ │ └── vendor.h └── minIni │ ├── LICENSE │ ├── minGlue.h │ ├── minIni.cpp │ ├── minIni.h │ ├── minIni_cache.cpp │ └── minIni_cache.h ├── platformio.ini ├── src ├── BlueSCSI.cpp ├── BlueSCSI_Toolbox.cpp ├── BlueSCSI_Toolbox.h ├── BlueSCSI_audio.h ├── BlueSCSI_bootloader.cpp ├── BlueSCSI_cdrom.cpp ├── BlueSCSI_cdrom.h ├── BlueSCSI_config.cpp ├── BlueSCSI_config.h ├── BlueSCSI_disk.cpp ├── BlueSCSI_disk.h ├── BlueSCSI_initiator.cpp ├── BlueSCSI_initiator.h ├── BlueSCSI_log.cpp ├── BlueSCSI_log.h ├── BlueSCSI_log_trace.cpp ├── BlueSCSI_log_trace.h ├── BlueSCSI_main.cpp ├── BlueSCSI_mode.cpp ├── BlueSCSI_mode.h ├── BlueSCSI_presets.cpp ├── BlueSCSI_presets.h ├── BlueSCSI_tape.cpp ├── BlueSCSI_tape.h ├── ImageBackingStore.cpp ├── ImageBackingStore.h ├── ROMDrive.cpp ├── ROMDrive.h └── build_bootloader.py ├── test └── README └── utils ├── analyze_crashlog.sh ├── gdb_macros ├── random_tester.py ├── rename_binaries.sh ├── rp2040_gdb_macros ├── run_gdb_rp2040.sh └── speed_tester.py /.github/workflows/analyze_crashlogs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/.github/workflows/analyze_crashlogs.yml -------------------------------------------------------------------------------- /.github/workflows/firmware_build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/.github/workflows/firmware_build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/LICENSE -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/README.adoc -------------------------------------------------------------------------------- /bluescsi.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/bluescsi.ini -------------------------------------------------------------------------------- /boards/BlueSCSI_RP2040.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/boards/BlueSCSI_RP2040.json -------------------------------------------------------------------------------- /boards/rpipico2w.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/boards/rpipico2w.json -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/buynow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/docs/buynow.png -------------------------------------------------------------------------------- /docs/discordbanner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/docs/discordbanner.png -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Centronics_50Pin.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Centronics_50Pin.kicad_pcb -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Centronics_50Pin.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Centronics_50Pin.kicad_prl -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Centronics_50Pin.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Centronics_50Pin.kicad_pro -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Centronics_50Pin.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Centronics_50Pin.kicad_sch -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Centronics_50Pin_Gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Centronics_50Pin_Gerber.zip -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/LED_Indicators.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/LED_Indicators.kicad_sch -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/LICENSE.adoc: -------------------------------------------------------------------------------- 1 | https://ohwr.org/cern_ohl_s_v2.txt[CERN Open Hardware Licence Version 2 - Strongly Reciprocal] -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Library.pretty/Centronics50Male.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Library.pretty/Centronics50Male.kicad_mod -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Library.pretty/TF-06_MicroSD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Library.pretty/TF-06_MicroSD.kicad_mod -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Library.pretty/TS-1187A-B-A-B.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Library.pretty/TS-1187A-B-A-B.kicad_mod -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/PrintedCase/CaseBottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/PrintedCase/CaseBottom.stl -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/PrintedCase/CaseTop.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/PrintedCase/CaseTop.stl -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/ProductionFiles_JLCPCB/Centronics_50Pin-top-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/ProductionFiles_JLCPCB/Centronics_50Pin-top-pos.csv -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/ProductionFiles_JLCPCB/Centronics_50Pin_BOM_AdjustableVR.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/ProductionFiles_JLCPCB/Centronics_50Pin_BOM_AdjustableVR.csv -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/ProductionFiles_JLCPCB/Centronics_50Pin_BOM_SetVR.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/ProductionFiles_JLCPCB/Centronics_50Pin_BOM_SetVR.csv -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/TopOfPCB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/TopOfPCB.jpg -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/fp-info-cache -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/fp-lib-table -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-NPTH.drl -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-PTH.drl -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/gerber/Centronics_50Pin-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/gerber/Centronics_50Pin-job.gbrjob -------------------------------------------------------------------------------- /hardware/Centronics_50Pin/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Centronics_50Pin/sym-lib-table -------------------------------------------------------------------------------- /hardware/DB25_External/DB25_External.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/DB25_External.kicad_pcb -------------------------------------------------------------------------------- /hardware/DB25_External/DB25_External.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/DB25_External.kicad_prl -------------------------------------------------------------------------------- /hardware/DB25_External/DB25_External.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/DB25_External.kicad_pro -------------------------------------------------------------------------------- /hardware/DB25_External/DB25_External.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/DB25_External.kicad_sch -------------------------------------------------------------------------------- /hardware/DB25_External/DB25_External_Gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/DB25_External_Gerber.zip -------------------------------------------------------------------------------- /hardware/DB25_External/LED_Indicators.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/LED_Indicators.kicad_sch -------------------------------------------------------------------------------- /hardware/DB25_External/LICENSE.adoc: -------------------------------------------------------------------------------- 1 | https://ohwr.org/cern_ohl_s_v2.txt[CERN Open Hardware Licence Version 2 - Strongly Reciprocal] -------------------------------------------------------------------------------- /hardware/DB25_External/Library.pretty/TF-06_MicroSD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/Library.pretty/TF-06_MicroSD.kicad_mod -------------------------------------------------------------------------------- /hardware/DB25_External/Library.pretty/TS-1187A-B-A-B.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/Library.pretty/TS-1187A-B-A-B.kicad_mod -------------------------------------------------------------------------------- /hardware/DB25_External/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod -------------------------------------------------------------------------------- /hardware/DB25_External/PrintedCase/CaseBottom.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/PrintedCase/CaseBottom.stl -------------------------------------------------------------------------------- /hardware/DB25_External/PrintedCase/CaseTop.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/PrintedCase/CaseTop.stl -------------------------------------------------------------------------------- /hardware/DB25_External/ProductionFiles_JLCPCB/DB25_External-top-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/ProductionFiles_JLCPCB/DB25_External-top-pos.csv -------------------------------------------------------------------------------- /hardware/DB25_External/ProductionFiles_JLCPCB/DB25_External_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/ProductionFiles_JLCPCB/DB25_External_BOM.csv -------------------------------------------------------------------------------- /hardware/DB25_External/TopOfPCB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/TopOfPCB.jpg -------------------------------------------------------------------------------- /hardware/DB25_External/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/fp-info-cache -------------------------------------------------------------------------------- /hardware/DB25_External/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/fp-lib-table -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-NPTH.drl -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-PTH.drl -------------------------------------------------------------------------------- /hardware/DB25_External/gerber/DB25_External-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/gerber/DB25_External-job.gbrjob -------------------------------------------------------------------------------- /hardware/DB25_External/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/DB25_External/sym-lib-table -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/DataBusTransceivers.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/DataBusTransceivers.kicad_sch -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_pcb -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_prl -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_pro -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.kicad_sch -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Desktop_50_Pin_TopConn.zip -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/LED_Indicators.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/LED_Indicators.kicad_sch -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/LICENSE.adoc: -------------------------------------------------------------------------------- 1 | https://ohwr.org/cern_ohl_s_v2.txt[CERN Open Hardware Licence Version 2 - Strongly Reciprocal] -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Library.pretty/BergFloppy_RightAngle.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Library.pretty/BergFloppy_RightAngle.kicad_mod -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Library.pretty/JST_SM04B-SRSS-TB(LF)(SN).kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Library.pretty/JST_SM04B-SRSS-TB(LF)(SN).kicad_mod -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Library.pretty/Raspberry_Pi_PicoW_SMT_THT.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Library.pretty/Raspberry_Pi_PicoW_SMT_THT.kicad_mod -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Library.pretty/TF-06_MicroSD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Library.pretty/TF-06_MicroSD.kicad_mod -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Library.pretty/TS-1187A-B-A-B.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Library.pretty/TS-1187A-B-A-B.kicad_mod -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/PrintedBracket/DesktopMountingBracket.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/PrintedBracket/DesktopMountingBracket.stl -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/ProductionFiles_JLCPCB/Desktop_50_Pin_TopConn-top-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/ProductionFiles_JLCPCB/Desktop_50_Pin_TopConn-top-pos.csv -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/ProductionFiles_JLCPCB/Desktop_50_Pin_TopConn_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/ProductionFiles_JLCPCB/Desktop_50_Pin_TopConn_BOM.csv -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/SCSI_And_Power.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/SCSI_And_Power.kicad_sch -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/TopOfPCB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/TopOfPCB.jpg -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/fp-info-cache -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/fp-lib-table -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-NPTH.drl -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-PTH.drl -------------------------------------------------------------------------------- /hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/Desktop_50_Pin/gerber/Desktop_50_Pin_TopConn-job.gbrjob -------------------------------------------------------------------------------- /hardware/LICENSE.adoc: -------------------------------------------------------------------------------- 1 | https://ohwr.org/cern_ohl_s_v2.txt[CERN Open Hardware Licence Version 2 - Strongly Reciprocal] -------------------------------------------------------------------------------- /hardware/PowerBook/LED_Indicators.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/LED_Indicators.kicad_sch -------------------------------------------------------------------------------- /hardware/PowerBook/LICENSE.adoc: -------------------------------------------------------------------------------- 1 | https://ohwr.org/cern_ohl_s_v2.txt[CERN Open Hardware Licence Version 2 - Strongly Reciprocal] -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/BergFloppy_RightAngle.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/BergFloppy_RightAngle.kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/JST_SM04B-SRSS-TB(LF)(SN).kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/JST_SM04B-SRSS-TB(LF)(SN).kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/PowerBook_SCSI_40Pin_UpsideDown.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/PowerBook_SCSI_40Pin_UpsideDown.kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/Raspberry_Pi_PicoW_SMT_THT.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/Raspberry_Pi_PicoW_SMT_THT.kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/TF-06_MicroSD.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/TF-06_MicroSD.kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/TS-1187A-B-A-B.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/TS-1187A-B-A-B.kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/Library.pretty/cc_by_nc_sa_front_silk_screen.kicad_mod -------------------------------------------------------------------------------- /hardware/PowerBook/New_Library.kicad_sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/New_Library.kicad_sym -------------------------------------------------------------------------------- /hardware/PowerBook/PowerBook.kicad_pcb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/PowerBook.kicad_pcb -------------------------------------------------------------------------------- /hardware/PowerBook/PowerBook.kicad_prl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/PowerBook.kicad_prl -------------------------------------------------------------------------------- /hardware/PowerBook/PowerBook.kicad_pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/PowerBook.kicad_pro -------------------------------------------------------------------------------- /hardware/PowerBook/PowerBook.kicad_sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/PowerBook.kicad_sch -------------------------------------------------------------------------------- /hardware/PowerBook/PowerBook_Gerber.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/PowerBook_Gerber.zip -------------------------------------------------------------------------------- /hardware/PowerBook/PrintedBracket/PBMountingBracket.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/PrintedBracket/PBMountingBracket.stl -------------------------------------------------------------------------------- /hardware/PowerBook/ProductionFiles_JLCPCB/PowerBook-top-pos.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/ProductionFiles_JLCPCB/PowerBook-top-pos.csv -------------------------------------------------------------------------------- /hardware/PowerBook/ProductionFiles_JLCPCB/PowerBook_BOM.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/ProductionFiles_JLCPCB/PowerBook_BOM.csv -------------------------------------------------------------------------------- /hardware/PowerBook/TopOfPCB.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/TopOfPCB.jpg -------------------------------------------------------------------------------- /hardware/PowerBook/fp-info-cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/fp-info-cache -------------------------------------------------------------------------------- /hardware/PowerBook/fp-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/fp-lib-table -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-B_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-B_Cu.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-B_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-B_Mask.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-B_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-B_Paste.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-B_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-B_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-Edge_Cuts.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-Edge_Cuts.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-F_Cu.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-F_Cu.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-F_Mask.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-F_Mask.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-F_Paste.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-F_Paste.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-F_Silkscreen.gbr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-F_Silkscreen.gbr -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-NPTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-NPTH.drl -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-PTH.drl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-PTH.drl -------------------------------------------------------------------------------- /hardware/PowerBook/gerber/PowerBook-job.gbrjob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/gerber/PowerBook-job.gbrjob -------------------------------------------------------------------------------- /hardware/PowerBook/sym-lib-table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/PowerBook/sym-lib-table -------------------------------------------------------------------------------- /hardware/README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/hardware/README.adoc -------------------------------------------------------------------------------- /include/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/include/README -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/BlueSCSI_platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/BlueSCSI_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_config_hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_config_hook.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_config_hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_config_hook.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_gpio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_network.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/BlueSCSI_platform_network.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/audio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/audio.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/audio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/bsp.h: -------------------------------------------------------------------------------- 1 | // Dummy file for SCSI2SD. 2 | 3 | #pragma once 4 | 5 | #define S2S_DMA_ALIGN 6 | -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/rp2040.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/rp2040.ld -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/rp2040_btldr.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/rp2040_btldr.ld -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/rp2040_sdio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/rp2040_sdio.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/rp2040_sdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/rp2040_sdio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/rp2040_sdio.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/rp2040_sdio.pio -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/rp2040_sdio.pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/rp2040_sdio.pio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi2sd_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi2sd_time.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsiHostPhy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsiHostPhy.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsiHostPhy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsiHostPhy.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsiPhy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsiPhy.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsiPhy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsiPhy.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel.pio -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel.pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel.pio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel_host.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel_host.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel_host.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel_host.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel_host.pio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel_host.pio -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel_host.pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel_host.pio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel_rp2040.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel_rp2040.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/scsi_accel_rp2040.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/scsi_accel_rp2040.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/sd_card_sdio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/sd_card_sdio.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_RP2040/sd_card_spi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_RP2040/sd_card_spi.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/BlueSCSI_platform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/BlueSCSI_platform.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/BlueSCSI_platform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/BlueSCSI_platform.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/BlueSCSI_platform_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/BlueSCSI_platform_gpio.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/README.md -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/bsp.h: -------------------------------------------------------------------------------- 1 | // Dummy file for SCSI2SD. 2 | 3 | #pragma once 4 | 5 | #define S2S_DMA_ALIGN 6 | -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/scsi2sd_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/scsi2sd_time.h -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/scsiPhy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/scsiPhy.cpp -------------------------------------------------------------------------------- /lib/BlueSCSI_platform_template/scsiPhy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/BlueSCSI_platform_template/scsiPhy.h -------------------------------------------------------------------------------- /lib/CUEParser/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/CUEParser/library.json -------------------------------------------------------------------------------- /lib/CUEParser/src/CUEParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/CUEParser/src/CUEParser.cpp -------------------------------------------------------------------------------- /lib/CUEParser/src/CUEParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/CUEParser/src/CUEParser.h -------------------------------------------------------------------------------- /lib/CUEParser/test/CUEParser_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/CUEParser/test/CUEParser_test.cpp -------------------------------------------------------------------------------- /lib/CUEParser/test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/CUEParser/test/Makefile -------------------------------------------------------------------------------- /lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/README -------------------------------------------------------------------------------- /lib/SCSI2SD/.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /lib/SCSI2SD/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/.gitignore -------------------------------------------------------------------------------- /lib/SCSI2SD/.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/SCSI2SD/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/CHANGELOG -------------------------------------------------------------------------------- /lib/SCSI2SD/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/COPYING -------------------------------------------------------------------------------- /lib/SCSI2SD/gplv3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/gplv3.txt -------------------------------------------------------------------------------- /lib/SCSI2SD/include/scsi2sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/include/scsi2sd.h -------------------------------------------------------------------------------- /lib/SCSI2SD/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/library.json -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/bluescsi_toolbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/bluescsi_toolbox.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/cdrom.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/config.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/diagnostic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/diagnostic.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/diagnostic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/diagnostic.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/disk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/disk.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/geometry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/geometry.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/geometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/geometry.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/inquiry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/inquiry.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/inquiry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/inquiry.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/led.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/log.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/mo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/mo.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/mo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/mo.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/mode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/mode.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/mode.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/network.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/network.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/network.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/scsi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/scsi.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/scsi.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/sd.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/sense.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/sense.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/tape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/tape.h -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/vendor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/vendor.c -------------------------------------------------------------------------------- /lib/SCSI2SD/src/firmware/vendor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/SCSI2SD/src/firmware/vendor.h -------------------------------------------------------------------------------- /lib/minIni/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/minIni/LICENSE -------------------------------------------------------------------------------- /lib/minIni/minGlue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/minIni/minGlue.h -------------------------------------------------------------------------------- /lib/minIni/minIni.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/minIni/minIni.cpp -------------------------------------------------------------------------------- /lib/minIni/minIni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/minIni/minIni.h -------------------------------------------------------------------------------- /lib/minIni/minIni_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/minIni/minIni_cache.cpp -------------------------------------------------------------------------------- /lib/minIni/minIni_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/lib/minIni/minIni_cache.h -------------------------------------------------------------------------------- /platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/platformio.ini -------------------------------------------------------------------------------- /src/BlueSCSI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_Toolbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_Toolbox.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_Toolbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_Toolbox.h -------------------------------------------------------------------------------- /src/BlueSCSI_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_audio.h -------------------------------------------------------------------------------- /src/BlueSCSI_bootloader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_bootloader.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_cdrom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_cdrom.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_cdrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_cdrom.h -------------------------------------------------------------------------------- /src/BlueSCSI_config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_config.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_config.h -------------------------------------------------------------------------------- /src/BlueSCSI_disk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_disk.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_disk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_disk.h -------------------------------------------------------------------------------- /src/BlueSCSI_initiator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_initiator.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_initiator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_initiator.h -------------------------------------------------------------------------------- /src/BlueSCSI_log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_log.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_log.h -------------------------------------------------------------------------------- /src/BlueSCSI_log_trace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_log_trace.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_log_trace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_log_trace.h -------------------------------------------------------------------------------- /src/BlueSCSI_main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_main.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_mode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_mode.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_mode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_mode.h -------------------------------------------------------------------------------- /src/BlueSCSI_presets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_presets.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_presets.h -------------------------------------------------------------------------------- /src/BlueSCSI_tape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_tape.cpp -------------------------------------------------------------------------------- /src/BlueSCSI_tape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/BlueSCSI_tape.h -------------------------------------------------------------------------------- /src/ImageBackingStore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/ImageBackingStore.cpp -------------------------------------------------------------------------------- /src/ImageBackingStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/ImageBackingStore.h -------------------------------------------------------------------------------- /src/ROMDrive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/ROMDrive.cpp -------------------------------------------------------------------------------- /src/ROMDrive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/ROMDrive.h -------------------------------------------------------------------------------- /src/build_bootloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/src/build_bootloader.py -------------------------------------------------------------------------------- /test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/test/README -------------------------------------------------------------------------------- /utils/analyze_crashlog.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/analyze_crashlog.sh -------------------------------------------------------------------------------- /utils/gdb_macros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/gdb_macros -------------------------------------------------------------------------------- /utils/random_tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/random_tester.py -------------------------------------------------------------------------------- /utils/rename_binaries.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/rename_binaries.sh -------------------------------------------------------------------------------- /utils/rp2040_gdb_macros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/rp2040_gdb_macros -------------------------------------------------------------------------------- /utils/run_gdb_rp2040.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/run_gdb_rp2040.sh -------------------------------------------------------------------------------- /utils/speed_tester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlueSCSI/BlueSCSI-v2/HEAD/utils/speed_tester.py --------------------------------------------------------------------------------