David Kuder
5aeb32e928
File allocation fix
...
mkimg would create files 1/1048576 in size compared to the request.
2022-06-11 10:56:21 -04:00
David Kuder
cf468bcbde
Debug Logging Toggle
...
Debug Logging disabled by default, On/Off toggle with setvar debug 1/0
2022-06-11 10:54:54 -04:00
David Kuder
0c04852ad8
Command shell updates and quirks modes
2021-12-11 16:59:32 -05:00
David Kuder
178cffa658
Speed improvements
2021-11-30 00:12:32 -05:00
David Kuder
494a803890
Configuration CLI, performance tweaks, stability improvements, tested on GreenSCSI v1.0 Minimum Viable Product (MVP) PCB
2021-11-29 22:43:26 -05:00
David Kuder
c2bac1a9d0
This commit is seemingly stable with transfer speeds around 1.5MB/s - 1.6MB/s, equal to speeds obtained
...
from TinySCSIEmu with the NCR5380 PHY. Successfully booted OpenVMS and Digital UNIX on an DEC Alpha 3000/300.
+ Interrupt-driven SCSI Data bus for Read & Write block routines
+ Low-Level Hardware register access for GPIO manipulation
+ Initial Optical Drive Emulation ported from TinySCSIEmu
+ Additional Mode Sense / Mode Select work to enable booting OpenVMS and Digital UNIX from CD or HD
+ Per-ID Inquiry Response editing via [CH]Dxx_xxx.cfg files instead of SCSI_CONFIG.TXT (same format)
+ Images should now be named CDxx_xxx.img or HDxx_xxx.img instead of HDxx_xxx.hda
2021-11-22 17:33:52 -05:00
David Kuder
f4bb40a094
Update README.md
2021-11-19 03:41:57 -05:00
David Kuder
f980aa6f91
Add files via upload
2021-11-19 02:39:23 -06:00
David Kuder
e880015516
Update LICENSE
2021-11-19 03:38:46 -05:00
David Kuder
7ec0ad2a66
Update and rename README.adoc to README.md
2021-11-19 03:38:04 -05:00
David Kuder
8f44ace571
Update and rename BlueSCSI.cpp to GreenSCSI.ino
...
LUN Enhancement, Teensy 3.5 changes.
2021-11-19 03:37:27 -05:00
David Kuder
42f7375caf
Delete platformio.ini
2021-11-19 02:55:33 -05:00
David Kuder
ed3ad3c281
Delete .gitignore
2021-11-19 02:55:16 -05:00
David Kuder
92c17b12ca
Delete lib directory
2021-11-19 02:55:08 -05:00
David Kuder
178cc1561c
Delete test directory
2021-11-19 02:54:59 -05:00
David Kuder
a17a216c43
Delete include directory
2021-11-19 02:54:53 -05:00
David Kuder
89b619efb0
Delete .vscode directory
2021-11-19 02:54:41 -05:00
David Kuder
3a2f8ec660
Delete .github directory
2021-11-19 02:54:34 -05:00
David Kuder
b4d1654b32
Delete 3D-Files directory
2021-11-19 02:54:12 -05:00
David Kuder
d5a6ac0b9c
Delete docs directory
2021-11-19 02:54:01 -05:00
David Kuder
12743b6fb8
Delete ArdSCSinoV2.png
2021-11-19 02:53:34 -05:00
David Kuder
809421e2f2
Delete hw directory
2021-11-19 02:52:34 -05:00
David Kuder
b3a250bb8a
Update README.adoc
2021-11-19 02:49:46 -05:00
David Kuder
1b0fff73e9
Update README.adoc
2021-11-19 02:49:10 -05:00
Eric Helgeson
979448853d
Merge pull request #51 from TomRBarber/patch-1
...
Update assembly.md
2021-10-08 20:04:42 -05:00
TomRBarber
302c98a267
Update assembly.md
...
fided typo
2021-10-08 20:51:46 -04:00
Eric Helgeson
b54ecdee72
Quick fix for handling default ids
2021-08-13 10:53:05 -05:00
Eric Helgeson
c52cc33bb4
Fix whitespace
2021-07-08 21:47:55 -05:00
Eric Helgeson
c709fa35d9
Allow for easier use of files - Just define what you know.
...
HD == hard drive - min file name req.
* Defaults to SCSI ID 0, LUN 0, 512 block size.
HD1 == SCSI ID 1, LUN 0, 512
HD11 == SCSI ID 1, LUN 1, 512
HD11_1024 == SCSI ID 1, LUN 1, 1024
HD System 7.0.1 Apps.dsk == ID 0, LUN 0, 512
* suffix no longer required
2021-07-08 21:45:11 -05:00
Eric Helgeson
09a79fccae
Truncate log file on open
2021-07-08 10:03:07 -05:00
Eric Helgeson
698f73c88b
Allow for debug on USB serial or log file
2021-07-08 09:59:50 -05:00
Troy
8b30041f41
Fixed some quotes I screwed up
2021-07-08 09:46:55 -05:00
Troy
dd06c9f214
Sd card info is display in log now
2021-07-08 09:43:29 -05:00
androda
fe77bd5a2f
PA0 is External LED
...
Always set both, no performance decrease in my testing
2021-07-08 09:37:48 -05:00
Eric Helgeson
6652cba50a
Set version to snapshot
2021-07-08 09:36:47 -05:00
Eric Helgeson
dbcd23f985
Update assembly.md
2021-06-23 13:26:25 -05:00
Eric Helgeson
45f58fa9ae
bluescsi-1.0-c-FINAL.zip
2021-06-22 12:14:31 -05:00
Eric Helgeson
4759218ae8
update text
2021-06-22 12:14:20 -05:00
Eric Helgeson
349161b13f
Put reference to licesne under gerber dir too
2021-06-15 16:22:19 -05:00
Eric Helgeson
f59fedd682
Move old revs to old folder
2021-06-15 16:20:28 -05:00
Eric Helgeson
054637bd6a
Revert "Use gpio_read
to toggle led state, saves 24 bytes of flash."
...
This reverts commit 83f040dc40
.
2021-06-14 18:25:34 -05:00
Eric Helgeson
3b83116368
Clarify in root file that hw folder is licensed separately
2021-06-14 14:41:37 -05:00
Eric Helgeson
bb3e26bd23
Move usage to wiki
2021-06-13 10:14:42 -05:00
Eric Helgeson
8711299b8f
Move troubleshooting to wiki
2021-06-13 09:59:09 -05:00
Eric Helgeson
4c4d0146c5
Move perf to wiki
2021-06-13 09:58:49 -05:00
Eric Helgeson
2cdbd10dcf
Merge pull request #22 from xunker/optimize-led-blink-on-error
...
Use `gpio_read` to toggle led state, saves 24 bytes of flash.
2021-06-01 11:52:04 -05:00
Eric Helgeson
17558b5260
Added more tested models and performance comparison
2021-05-14 08:02:07 -05:00
Eric Helgeson
ba78e9b06c
Move troubleshooting to readme
2021-05-14 07:54:24 -05:00
Eric Helgeson
c0b323cbea
Just ignore id as it's not important
2021-05-14 07:54:24 -05:00
Eric Helgeson
5a5716decc
Merge pull request #27 from xunker/use-github-actions-to-check-code
...
Add Github Action workflow that ensures the project compiles
2021-05-06 21:03:19 -05:00