Commit Graph

  • 5c357b578c Correct == to = for verify with bytchk of 3 Glenn Anderson 2022-03-31 09:23:30 -0700
  • 10985571b4 v1.1-BETA-20220330 v1.1-BETA-20220330 Eric Helgeson 2022-03-30 16:32:08 -0500
  • 46fd192ede
    Merge pull request #78 from mactcp/AppleHDSCSetup Eric Helgeson 2022-03-30 11:17:17 -0500
  • 79835832d1 Reorder bus phase change and file.seek() so that file.seek() acts as a bus settle delay. Glenn Anderson 2022-03-28 15:01:40 -0700
  • 08a57174eb
    Merge pull request #73 from erichelgeson/eric/ImageSelect Eric Helgeson 2022-03-27 14:53:35 -0500
  • 8db8000db3 Image set selection Eric Helgeson 2022-03-19 07:25:25 -0500
  • 13b8de7bfd
    Merge pull request #69 from erichelgeson/eric/spiSpeed Eric Helgeson 2022-03-26 08:28:43 -0500
  • 9732e90537
    Merge pull request #71 from mactcp/AppleHDSCSetup Eric Helgeson 2022-03-25 08:23:39 -0500
  • 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. Glenn Anderson 2022-03-24 17:22:04 -0700
  • 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. Glenn Anderson 2022-03-24 13:17:59 -0700
  • f904486ad9
    Merge pull request #70 from erichelgeson/eric/pin_toolchain Eric Helgeson 2022-03-24 09:02:12 -0500
  • 44ce53de04 Explicitly pinning toolchain to 1.9031.200702 and updating to latest coordinates. Eric Helgeson 2022-03-24 08:44:09 -0500
  • 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 Eric Helgeson 2022-02-27 14:22:13 -0600
  • 32219ce18b
    Merge pull request #67 from mactcp/main Eric Helgeson 2022-03-21 13:42:25 -0500
  • c9dbfec6be Change readDataLoop alignment to 16 Glenn Anderson 2022-03-19 13:02:34 -0700
  • e0653d6647 Switch to latest toolchain. Tune the timing for the readDataLoop with the latest toolchain. Glenn Anderson 2022-03-19 12:04:57 -0700
  • 7eb1c0d250
    Merge pull request #64 from mactcp/main Eric Helgeson 2022-03-19 07:51:43 -0500
  • dd87235fc0 Pin down alignment for writeDataLoop and readDataLoop, and perform some additional timing adjustment. Glenn Anderson 2022-03-18 15:51:22 -0700
  • 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. Glenn Anderson 2022-03-17 18:08:00 -0700
  • 45f61a8346 Separate out writeDataLoop. Adjust the timing, and incorporate the loop overhead in to one of the desired delays. Glenn Anderson 2022-03-17 16:36:39 -0700
  • 1f6410fdc2 Move the db_bsrr table to RAM for faster performance. Glenn Anderson 2022-03-16 13:21:10 -0700
  • d6ffe45554 Remove redundant set of BSY output when switching to inactive. Glenn Anderson 2022-03-14 10:19:08 -0700
  • 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. Glenn Anderson 2022-03-11 13:44:46 -0800
  • ab30ff262e Add explicit "bx lr" to longjmpFromInterrupt. Glenn Anderson 2022-03-15 09:57:21 -0700
  • bc65933625 Optimize handling of reset interrupt. Glenn Anderson 2022-03-14 12:43:57 -0700
  • 5f5053ba08
    Merge pull request #63 from mactcp/main Eric Helgeson 2022-03-13 16:58:13 -0500
  • 072c50a7f9 CLZ optimization Glenn Anderson 2022-03-05 15:45:47 -0800
  • 57bf98de06
    Update build-your-own.adoc Eric Helgeson 2022-01-24 15:24:04 -0600
  • f0239fc986 Initial 3D files for 1.1 mounts Eric Helgeson 2022-01-21 09:32:16 -0600
  • c819d9b09b Minor white space fixes. Snapshot to VERSION Eric Helgeson 2022-01-09 10:53:27 -0600
  • d0290a8cca
    Fix indenting Pacjunk 2022-01-07 19:11:40 +1100
  • 9ca197f260
    Various fixes for VAXstation Pacjunk 2022-01-07 18:21:13 +1100
  • 72001ffce3 WIP eric/dynamicSpiSpeed Eric Helgeson 2022-01-01 13:09:35 -0600
  • 8febd48133 Update footprint to Connector_Dsub:DSUB-25_Male_Horizontal_P2.77x2.84mm_EdgePinOffset7.70mm_Housed_MountingHolesOffset9.12mm to make vertical mounting easier eric/update-db25-footprint Eric Helgeson 2021-12-19 11:10:45 -0600
  • 2a2019ea55 v1.1-20211215 v1.1-20211215 Eric Helgeson 2021-12-15 11:05:51 -0600
  • ab646260a0 Dont consider LUN in filename as it wont work, just force to 0 Eric Helgeson 2021-12-15 10:59:58 -0600
  • 3e616f6a38 Fix warnings Eric Helgeson 2021-12-15 10:23:20 -0600
  • 5e26988f93 Merge branch 'eric/1.1-a' Eric Helgeson 2021-12-15 10:11:09 -0600
  • 3670f8535c 1.1-a Eric Helgeson 2021-12-15 09:23:19 -0600
  • 3a34d36412 Restructure for multiple boards Eric Helgeson 2021-10-10 19:45:22 -0500
  • 979448853d
    Merge pull request #51 from TomRBarber/patch-1 Eric Helgeson 2021-10-08 20:04:42 -0500
  • 302c98a267
    Update assembly.md TomRBarber 2021-10-08 20:51:46 -0400
  • 980c0b58a2 bit of cleanup, flip sd card towards back Eric Helgeson 2021-09-12 09:39:29 -0500
  • b54ecdee72 Quick fix for handling default ids Eric Helgeson 2021-08-13 10:53:05 -0500
  • 5c338e6294 Rely on Integer Promotion for ID and LUN parsing Mike Rojas 2021-08-04 11:11:51 -0400
  • c52cc33bb4 Fix whitespace Eric Helgeson 2021-07-08 21:47:55 -0500
  • 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 Eric Helgeson 2021-06-09 19:28:12 -0500
  • 09a79fccae Truncate log file on open Eric Helgeson 2021-07-08 10:03:07 -0500
  • 698f73c88b Allow for debug on USB serial or log file Eric Helgeson 2021-07-08 09:55:29 -0500
  • 8b30041f41 Fixed some quotes I screwed up Troy 2021-06-11 10:26:04 -0400
  • dd06c9f214 Sd card info is display in log now Troy 2021-06-10 09:51:02 -0400
  • fe77bd5a2f PA0 is External LED androda 2021-06-19 05:58:16 -0600
  • 6652cba50a Set version to snapshot Eric Helgeson 2021-07-08 09:36:47 -0500
  • 9cfba0ef6e Initial 1.1-a Eric Helgeson 2021-06-10 15:10:11 -0500
  • dbcd23f985
    Update assembly.md Eric Helgeson 2021-06-23 13:26:25 -0500
  • 45f58fa9ae bluescsi-1.0-c-FINAL.zip Eric Helgeson 2021-06-22 12:14:31 -0500
  • 4759218ae8 update text Eric Helgeson 2021-06-22 12:14:20 -0500
  • 23a912be54 PA0 is External LED androda 2021-06-19 05:58:16 -0600
  • 349161b13f Put reference to licesne under gerber dir too Eric Helgeson 2021-06-15 16:22:19 -0500
  • f59fedd682 Move old revs to old folder Eric Helgeson 2021-06-15 16:20:28 -0500
  • 054637bd6a Revert "Use `gpio_read` to toggle led state, saves 24 bytes of flash." Eric Helgeson 2021-06-14 18:25:34 -0500
  • 3b83116368 Clarify in root file that hw folder is licensed separately Eric Helgeson 2021-06-14 14:34:46 -0500
  • bb3e26bd23 Move usage to wiki Eric Helgeson 2021-06-13 10:14:42 -0500
  • 8711299b8f Move troubleshooting to wiki Eric Helgeson 2021-06-13 09:59:09 -0500
  • 4c4d0146c5 Move perf to wiki Eric Helgeson 2021-06-13 09:58:49 -0500
  • b0d9eb4fa5 scsi-config parsing update Troy 2021-06-11 13:31:10 -0400
  • f24e0bf494 Merge branch 'troy/sdinfo' into troy/scsiconfig Troy 2021-06-11 10:28:15 -0400
  • 851f7dcbfb Fixed some quotes I screwed up Troy 2021-06-11 10:26:04 -0400
  • 6a2e8e5781 WIP Troy 2021-06-10 17:49:50 -0400
  • c4bcf4b28f Sd card info is display in log now Troy 2021-06-10 09:51:02 -0400
  • f0ca2fba80 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 eric/easyFileNames Eric Helgeson 2021-06-09 19:28:12 -0500
  • e427532f98 Allow for 2048 block size Eric Helgeson 2021-06-09 19:27:51 -0500
  • 48262ff866 -O2 is the same speed but smaller size Eric Helgeson 2021-06-09 18:54:34 -0500
  • 5563d0def9
    Update README.adoc GeekyBit 2021-06-08 19:46:43 -0700
  • 2cdbd10dcf
    Merge pull request #22 from xunker/optimize-led-blink-on-error Eric Helgeson 2021-06-01 11:52:04 -0500
  • 17558b5260 Added more tested models and performance comparison Eric Helgeson 2021-05-14 08:02:07 -0500
  • ba78e9b06c Move troubleshooting to readme Eric Helgeson 2021-05-11 10:09:43 -0500
  • c0b323cbea Just ignore id as it's not important Eric Helgeson 2021-05-11 09:51:36 -0500
  • 56b83db1b0 Update BlueSCSI.cpp Ross Gouldthorpe 2021-05-08 21:37:34 +0100
  • 5a5716decc
    Merge pull request #27 from xunker/use-github-actions-to-check-code Eric Helgeson 2021-05-06 21:03:19 -0500
  • 43f5b9b704 Add basic Action workflow that builds the project for all devices listed in platformio.ini Matthew Nielsen 2021-05-06 19:22:54 -0600
  • 660ca705d2
    Add a note on adding headers for users to consider Eric Helgeson 2021-05-06 15:38:10 -0500
  • 15f941e0aa Fix var name when *_SPEED_OPTIMIZE is off Eric Helgeson 2021-05-06 11:49:17 -0500
  • 83f040dc40 Use `gpio_read` to toggle led state, saves 24 bytes of flash. Matthew Nielsen 2021-05-03 17:09:57 -0600
  • 65cc6244a3
    Remove link to taylor as it was confusing for new users. Eric Helgeson 2021-05-03 13:30:06 -0500
  • a8fe1b31af
    Fix link Eric Helgeson 2021-04-29 10:31:28 -0500
  • f024ba79a9
    Update link Eric Helgeson 2021-04-22 22:07:58 -0500
  • 671590dd95 Add non-editable mouser project Eric Helgeson 2021-04-20 10:54:50 -0500
  • e2522d0506 Remove mouser carts for now as it appears anyone can edit them. Eric Helgeson 2021-04-18 09:34:29 -0500
  • 7c4a1b3c9f Fix setting syncperiod Eric Helgeson 2021-04-16 11:08:47 -0500
  • ec22ecd777
    Add videos for assembly Eric Helgeson 2021-04-11 16:09:44 -0500
  • 0e691b76d0 docs/build-your-own.adoc Eric Helgeson 2021-04-11 12:14:13 -0500
  • e093dc8c9c Adding gitignore for kicad (thanks moof!) via https://github.com/github/gitignore/blob/master/KiCad.gitignore Eric Helgeson 2021-04-11 11:52:49 -0500
  • f7aa848a62 Remove folders, keep zips Eric Helgeson 2021-04-11 11:46:42 -0500
  • 44a4d89add Adding video tutorial for STLink programming Stephen Arsenault 2021-04-10 20:46:56 -0700
  • 4d725dacaa more adjustments Stephen Arsenault 2021-04-10 20:49:27 -0700
  • eed8db8163 adjusted description Stephen Arsenault 2021-04-10 20:48:38 -0700
  • 834131a0b9 Adding video tutorial for STLink programming Stephen Arsenault 2021-04-10 20:46:56 -0700
  • 70ab6166c1 update versions in readme v1.0-20210410 Eric Helgeson 2021-04-10 14:11:06 -0500
  • ef21912fca Update copyright satement Eric Helgeson 2021-04-10 14:08:30 -0500