Eric Helgeson
|
b16dc558dc
|
Add a few more noops
|
2022-05-30 11:13:06 -05:00 |
|
Eric Helgeson
|
a5c6edadc3
|
Move read/write command earlier, few kb/sec faster read/write
|
2022-05-30 11:13:06 -05:00 |
|
Eric Helgeson
|
79d5b12110
|
Merge pull request #116 from erichelgeson/eric/noopCmds
Add cmds that are ok to respond GOOD and not do anything.
|
2022-05-30 14:50:33 +00:00 |
|
Eric Helgeson
|
d6fb46d387
|
Add cmds that are ok to respond GOOD and not do anything.
|
2022-05-26 10:01:03 -05:00 |
|
Eric Helgeson
|
c2c3397b72
|
Merge pull request #114 from erichelgeson/eric/newCmds
Four new commands & some Sense
|
2022-05-25 02:38:02 +00:00 |
|
Eric Helgeson
|
906b8be9aa
|
Implement Send Diagnostic
|
2022-05-24 16:49:23 -05:00 |
|
Eric Helgeson
|
3c258451fa
|
Add SCSI_SENSE_MODE_FLEXABLE_GEOMETRY
|
2022-05-24 13:38:21 -05:00 |
|
Eric Helgeson
|
7cdddf7371
|
Fix header handling in scsi buffer
|
2022-05-24 13:37:17 -05:00 |
|
Eric Helgeson
|
20cb5d8552
|
Prepend the header to the buffer data
|
2022-05-23 17:13:09 -05:00 |
|
Eric Helgeson
|
5c0724703b
|
Fix build for USB
|
2022-05-22 12:53:57 -05:00 |
|
Eric Helgeson
|
61ae8a59db
|
Add constants for SCSI mode page codes
|
2022-05-21 17:32:07 -05:00 |
|
Eric Helgeson
|
19cc9ad169
|
Implement 3 commands:
SCSI Read Buffer (Thanks @marcelv-3!)
SCSI Write Buffer (Thanks @marcelv-3!)
ReZero Unit
|
2022-05-21 15:51:42 -05:00 |
|
Eric Helgeson
|
14321e3ba6
|
Merge pull request #113 from erichelgeson/eric/minorFixes2
Minor fixes
|
2022-05-21 15:51:33 -05:00 |
|
Eric Helgeson
|
b0799bc327
|
Remove tabs
|
2022-05-21 13:21:21 -05:00 |
|
Eric Helgeson
|
2127b14863
|
Fix default env name
|
2022-05-21 13:20:53 -05:00 |
|
Eric Helgeson
|
3ef2474ae8
|
Merge pull request #112 from erichelgeson/eric/versions
Build and tag all versions, collect & rename bin fines
|
2022-05-21 09:30:58 -05:00 |
|
Eric Helgeson
|
9d1b58cdb6
|
Merge pull request #111 from erichelgeson/eric/fewMinorFixes
Few minor fixes
|
2022-05-21 09:30:31 -05:00 |
|
Eric Helgeson
|
1f03996977
|
Build and tag all versions, collect & rename bin fines
|
2022-05-20 20:47:11 -05:00 |
|
Eric Helgeson
|
73fc0ed2bf
|
Fix issue where log file would close when logging was enabled.
Thanks @marcelv-3
https://github.com/erichelgeson/BlueSCSI/discussions/103#discussioncomment-2779471
|
2022-05-20 19:36:06 -05:00 |
|
Eric Helgeson
|
94a22bb45e
|
Add sd card volume format to log.txt
|
2022-05-20 19:34:19 -05:00 |
|
Eric Helgeson
|
c8d47218b1
|
Remove the usage of String, saves quite a bit of flash
|
2022-05-20 19:34:19 -05:00 |
|
Eric Helgeson
|
853956e441
|
Merge pull request #110 from erichelgeson/eric/APM32F103C8-support
Add support for the APM32F103C8T6 chip, a clone of the STM32F103
|
2022-05-20 19:34:01 -05:00 |
|
Eric Helgeson
|
69e69cad3a
|
add support for the APM32F103C8T6 chip, a clone of the STM32F103
|
2022-05-18 19:43:56 -05:00 |
|
Eric Helgeson
|
bbd91936fb
|
Fix typo
|
2022-04-24 14:41:09 -05:00 |
|
Eric Helgeson
|
c04027c8ca
|
Merge pull request #97 from erichelgeson/eric/minor_cleanup
Implement Test Unit Ready & minor cleanup
|
2022-04-23 16:12:57 -05:00 |
|
Eric Helgeson
|
b898d9684f
|
Remove comment
|
2022-04-23 16:09:44 -05:00 |
|
Eric Helgeson
|
38904285d4
|
Make the STM32F103C8 the default env
|
2022-04-23 16:08:30 -05:00 |
|
Eric Helgeson
|
8a27bcc585
|
Remove unused settings as we always use the OPTIMISEd ones
|
2022-04-23 16:08:30 -05:00 |
|
Eric Helgeson
|
c5447a4098
|
Add back LUN filename parsing
|
2022-04-23 16:08:30 -05:00 |
|
Eric Helgeson
|
408e155a63
|
Implement Test Unit Ready command
|
2022-04-23 16:08:30 -05:00 |
|
Eric Helgeson
|
f7799fb225
|
Replace magic numbers with constants - thanks Jokker
|
2022-04-23 16:08:30 -05:00 |
|
Eric Helgeson
|
845954edeb
|
Remove unused SCSI_SELECT - upstream has moved to a different approch to
support PC98/etc
|
2022-04-23 16:08:30 -05:00 |
|
Eric Helgeson
|
7b7f19413c
|
Merge pull request #98 from mactcp/main
Support for image files larger than 4GB
|
2022-04-22 07:48:52 -05:00 |
|
Glenn Anderson
|
961ae0b8b7
|
Support for images larger than 4GB
|
2022-04-19 10:14:23 -07:00 |
|
Eric Helgeson
|
aa751dc3b8
|
Merge pull request #92 from erichelgeson/XCVR
Code for Transceiver Hardware
|
2022-04-18 21:19:08 -05:00 |
|
androda
|
fff520959e
|
Merge branch 'main' into XCVR
|
2022-04-18 16:57:57 -06:00 |
|
androda
|
2f08b9fa73
|
Swap to #ifdef
|
2022-04-18 16:57:19 -06:00 |
|
Eric Helgeson
|
24e1612fc7
|
Add build env for xcvr
|
2022-04-17 16:39:59 -05:00 |
|
Eric Helgeson
|
a566c9bbb0
|
Merge pull request #94 from mactcp/Write-speed-tune
Write speed tuning
|
2022-04-17 14:51:46 -05:00 |
|
Eric Helgeson
|
9a4e3dc886
|
Merge pull request #96 from erichelgeson/eric/moveAssembly
Point assembly to wiki
|
2022-04-17 11:04:10 -05:00 |
|
Eric Helgeson
|
27c424d2f9
|
Update assembly.md
|
2022-04-17 11:01:44 -05:00 |
|
androda
|
3158391c86
|
Merge branch 'main' into XCVR
|
2022-04-15 06:29:02 -06:00 |
|
androda
|
ceb6da764b
|
Boot tested
Tested to boot beige G3 and Q700, both with XCVR mode on and off on appropriate hardware
|
2022-04-15 06:14:59 -06:00 |
|
androda
|
b4b0ce711f
|
Cleaning up changes
|
2022-04-15 05:34:47 -06:00 |
|
androda
|
77698d0a68
|
Disable by default
Since this is new hardware, disable it by default
|
2022-04-15 05:21:44 -06:00 |
|
androda
|
d593c0817c
|
Seems to boot
|
2022-04-14 06:44:19 -06:00 |
|
Glenn Anderson
|
adca34aeb8
|
Write speed tuning
|
2022-04-13 16:47:48 -07:00 |
|
Eric Helgeson
|
693ab2a5c0
|
Merge pull request #88 from mactcp/Bus-settle-delay-cleanup
Cleanup of SCSI phase change code, and adjustment of bus settle delays.
|
2022-04-13 08:28:02 -05:00 |
|
androda
|
4d3ee87c56
|
Work in progress
|
2022-04-12 06:22:28 -06:00 |
|
Glenn Anderson
|
ba1b3df680
|
Cleanup of SCSI phase change code, and adjustment of bus settle delays.
|
2022-04-08 11:10:07 -07:00 |
|