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
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
2021-06-09 19:28:12 -05:00
Eric Helgeson
e427532f98
Allow for 2048 block size
2021-06-09 19:27:51 -05:00
Eric Helgeson
48262ff866
-O2 is the same speed but smaller size
2021-06-09 18:54:34 -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
Matthew Nielsen
43f5b9b704
Add basic Action workflow that builds the project for all devices listed in platformio.ini
2021-05-06 19:22:54 -06:00
Eric Helgeson
660ca705d2
Add a note on adding headers for users to consider
2021-05-06 15:38:10 -05:00
Eric Helgeson
15f941e0aa
Fix var name when *_SPEED_OPTIMIZE is off
2021-05-06 11:50:32 -05:00
Matthew Nielsen
83f040dc40
Use gpio_read
to toggle led state, saves 24 bytes of flash.
2021-05-03 17:09:57 -06:00
Eric Helgeson
65cc6244a3
Remove link to taylor as it was confusing for new users.
2021-05-03 13:30:06 -05:00
Eric Helgeson
a8fe1b31af
Fix link
2021-04-29 10:31:28 -05:00
Eric Helgeson
f024ba79a9
Update link
2021-04-22 22:07:58 -05:00
Eric Helgeson
671590dd95
Add non-editable mouser project
2021-04-20 10:54:50 -05:00
Eric Helgeson
e2522d0506
Remove mouser carts for now as it appears anyone can edit them.
2021-04-18 09:34:29 -05:00
Eric Helgeson
7c4a1b3c9f
Fix setting syncperiod
2021-04-16 11:08:47 -05:00
Eric Helgeson
ec22ecd777
Add videos for assembly
2021-04-11 16:09:44 -05:00
Eric Helgeson
0e691b76d0
docs/build-your-own.adoc
2021-04-11 12:14:13 -05:00
Eric Helgeson
e093dc8c9c
Adding gitignore for kicad (thanks moof!)
...
via https://github.com/github/gitignore/blob/master/KiCad.gitignore
2021-04-11 11:52:49 -05:00
Eric Helgeson
f7aa848a62
Remove folders, keep zips
2021-04-11 11:46:42 -05:00
Stephen Arsenault
44a4d89add
Adding video tutorial for STLink programming
2021-04-11 11:43:22 -05:00
Eric Helgeson
70ab6166c1
update versions in readme
2021-04-10 14:11:06 -05:00
Eric Helgeson
ef21912fca
Update copyright satement
2021-04-10 14:08:30 -05:00
Eric Helgeson
21a3708a99
Merge pull request #16 from androda/main
...
Update BlueSCSI.cpp
2021-04-10 13:58:05 -05:00
androda
8d0dfd0b90
Update BlueSCSI.cpp
...
Fix incorrect array data type and update SEL -> MSG/CMD transition
2021-04-10 12:55:46 -06:00
Eric Helgeson
fc864d2843
Update gitignore
2021-04-10 12:58:56 -05:00
Eric Helgeson
b9e977d44d
Version 1.0-20210410
2021-04-10 12:58:56 -05:00
Eric Helgeson
a223891a6d
Fix issue with incorrect LUN calc
2021-04-10 12:58:56 -05:00
Eric Helgeson
6342dc58de
Ignore case on file names
2021-04-10 12:42:41 -05:00
Eric Helgeson
9cfb9a6001
Fix issues with log file not being written.
...
Add different blinks for error condidtions
2021-04-10 12:42:41 -05:00
Eric Helgeson
ef9c815ae1
Update sdfat - bug fixes and improvements
2021-04-10 12:42:41 -05:00
Eric Helgeson
393e3fb84f
bluescsi-1.0-c-FINAL.zip
2021-04-10 12:42:41 -05:00
Eric Helgeson
5b7d430b54
More docs
...
Clarify sub folders without license
2021-04-10 12:42:41 -05:00
Eric Helgeson
046f523e6c
Add a bunch of docs and help
2021-04-10 12:42:41 -05:00
Eric Helgeson
cd728e3b14
Add note about exfat and perf
2021-04-10 12:42:41 -05:00
Eric Helgeson
4e9755d39e
Clarify premade images and blanks.
2021-04-10 12:42:41 -05:00
Eric Helgeson
6cd33b4040
Update link to stlinkv2 firmware updater
2021-04-10 12:42:41 -05:00
Eric Helgeson
37ff939ba2
Clarify which images to use from st
2021-04-10 12:42:41 -05:00
Eric Helgeson
bce951a3ff
Remove to avoid confusion
2021-04-10 12:42:41 -05:00
Eric Helgeson
d6556cdab4
Add blanks
2021-04-10 12:42:41 -05:00
Eric Helgeson
5565297cc0
Fix spacing/newlines
2021-04-10 12:42:41 -05:00
Eric Helgeson
ce24f7e03f
Clarify project name.
...
First use: Oct 16, 2020
First use in commerce: Jan 20, 2021
2021-04-10 12:42:41 -05:00
Eric Helgeson
746c01ce6c
Add schematic pdf
2021-04-10 12:42:41 -05:00
Eric Helgeson
79d3f4a32f
add link to platform io tasks
2021-04-10 12:42:41 -05:00