Eric Helgeson
13b8de7bfd
Merge pull request #69 from erichelgeson/eric/spiSpeed
...
Try clock speeds from 50 -> 32mhz for SD communication
2022-03-26 08:28:43 -05:00
Eric Helgeson
9732e90537
Merge pull request #71 from mactcp/AppleHDSCSetup
...
Apple HD SC Setup support
2022-03-25 08:23:39 -05:00
Glenn Anderson
7f68d9f808
Support for VERIFY (10).
...
Support for MODE SELECT as a no-op.
Range checking on block commands.
Sense key and additional sense for no image file.
2022-03-24 17:22:04 -07:00
Glenn Anderson
e42291e82f
Support Apple mode sense page 0x30.
...
Support for mode sense page control 01b (changeable values).
Change SYNCHRONIZE CACHE (10) to be a no-op rather than an error.
2022-03-24 16:51:35 -07:00
Eric Helgeson
f904486ad9
Merge pull request #70 from erichelgeson/eric/pin_toolchain
...
Explicitly pinning toolchain to 1.9031.200702 and updating to latest coordinates.
2022-03-24 09:02:12 -05:00
Eric Helgeson
44ce53de04
Explicitly pinning toolchain to 1.9031.200702 and updating to latest
...
coordinates.
Unpinned seemed to just grab the latest cached version.
2022-03-24 08:58:41 -05:00
Eric Helgeson
551faf72b2
Try clock speeds from 50 -> 32mhz for SD communication
...
Helps compatibility with SD and different STM32 chips.
Add warning if under 40mhz - testing showed 40-50mhz gave almost no change in speed
Thanks @marcelv-3 via https://github.com/erichelgeson/BlueSCSI/discussions/58
2022-03-23 21:08:04 -05:00
Eric Helgeson
32219ce18b
Merge pull request #67 from mactcp/main
...
Switch to latest toolchain
2022-03-21 13:42:25 -05:00
Glenn Anderson
c9dbfec6be
Change readDataLoop alignment to 16
2022-03-19 13:04:24 -07:00
Glenn Anderson
e0653d6647
Switch to latest toolchain.
...
Tune the timing for the readDataLoop with the latest toolchain.
2022-03-19 12:04:57 -07:00
Eric Helgeson
7eb1c0d250
Merge pull request #64 from mactcp/main
...
Optimize handling of reset interrupt.
2022-03-19 07:51:43 -05:00
Glenn Anderson
dd87235fc0
Pin down alignment for writeDataLoop and readDataLoop, and perform some additional timing adjustment.
2022-03-18 15:51:22 -07:00
Glenn Anderson
b797793340
Read timing adjustment, now getting 1216 KB/sec on LC III+.
...
First pass at write speed optimization, now getting 825 KB/sec on LC III+.
Whitespace cleanup.
2022-03-17 18:08:00 -07:00
Glenn Anderson
45f61a8346
Separate out writeDataLoop. Adjust the timing, and incorporate the loop overhead in to one of the desired delays.
2022-03-17 16:36:39 -07:00
Glenn Anderson
1f6410fdc2
Move the db_bsrr table to RAM for faster performance.
2022-03-16 13:21:10 -07:00
Glenn Anderson
d6ffe45554
Remove redundant set of BSY output when switching to inactive.
2022-03-15 10:04:49 -07:00
Glenn Anderson
3ed8ef0154
GPIO mode tweaks. Mode 1 is actually 10MHz PUSH/PULL, OD is mode 7. For DB PU/PD input, set the resistors to PU. Set REQ to match DB output mode.
2022-03-15 10:04:49 -07:00
Glenn Anderson
ab30ff262e
Add explicit "bx lr" to longjmpFromInterrupt.
2022-03-15 09:59:05 -07:00
Glenn Anderson
bc65933625
Optimize handling of reset interrupt.
2022-03-14 12:43:57 -07:00
Eric Helgeson
5f5053ba08
Merge pull request #63 from mactcp/main
...
CLZ optimization
2022-03-13 16:58:13 -05:00
Glenn Anderson
072c50a7f9
CLZ optimization
2022-03-05 15:45:47 -08:00
Eric Helgeson
57bf98de06
Update build-your-own.adoc
2022-01-24 15:24:04 -06:00
Eric Helgeson
f0239fc986
Initial 3D files for 1.1 mounts
2022-01-21 09:32:16 -06:00
Eric Helgeson
c819d9b09b
Minor white space fixes. Snapshot to VERSION
2022-01-09 10:53:27 -06:00
Pacjunk
d0290a8cca
Fix indenting
2022-01-07 19:11:40 +11:00
Pacjunk
9ca197f260
Various fixes for VAXstation
2022-01-07 18:21:13 +11:00
Eric Helgeson
2a2019ea55
v1.1-20211215
2021-12-15 11:16:29 -06:00
Eric Helgeson
ab646260a0
Dont consider LUN in filename as it wont work, just force to 0
2021-12-15 10:59:58 -06:00
Eric Helgeson
3e616f6a38
Fix warnings
2021-12-15 10:23:20 -06:00
Eric Helgeson
5e26988f93
Merge branch 'eric/1.1-a'
2021-12-15 10:14:58 -06:00
Eric Helgeson
3670f8535c
1.1-a
2021-12-15 10:01:48 -06:00
Eric Helgeson
3a34d36412
Restructure for multiple boards
2021-10-10 19:45:22 -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
980c0b58a2
bit of cleanup, flip sd card towards back
2021-09-12 09:39:29 -05: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
9cfba0ef6e
Initial 1.1-a
2021-06-24 09:53:04 -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