mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-08-05 08:25:46 +00:00
Compare commits
40 Commits
v1.1-20211
...
v1.1-20220
Author | SHA1 | Date | |
---|---|---|---|
|
9290adb1d6 | ||
|
fc38371717 | ||
|
08f25847f2 | ||
|
e468bd6fef | ||
|
004eea5ace | ||
|
833cfd9384 | ||
|
3b17788cc6 | ||
|
de35be0dc2 | ||
|
30eccd413e | ||
|
5c357b578c | ||
|
46fd192ede | ||
|
79835832d1 | ||
|
08a57174eb | ||
|
8db8000db3 | ||
|
13b8de7bfd | ||
|
9732e90537 | ||
|
7f68d9f808 | ||
|
e42291e82f | ||
|
f904486ad9 | ||
|
44ce53de04 | ||
|
551faf72b2 | ||
|
32219ce18b | ||
|
c9dbfec6be | ||
|
e0653d6647 | ||
|
7eb1c0d250 | ||
|
dd87235fc0 | ||
|
b797793340 | ||
|
45f61a8346 | ||
|
1f6410fdc2 | ||
|
d6ffe45554 | ||
|
3ed8ef0154 | ||
|
ab30ff262e | ||
|
bc65933625 | ||
|
5f5053ba08 | ||
|
072c50a7f9 | ||
|
57bf98de06 | ||
|
f0239fc986 | ||
|
c819d9b09b | ||
|
d0290a8cca | ||
|
9ca197f260 |
17
.vscode/extensions.json
vendored
17
.vscode/extensions.json
vendored
@@ -1,7 +1,10 @@
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
]
|
||||
}
|
||||
{
|
||||
// See http://go.microsoft.com/fwlink/?LinkId=827846
|
||||
// for the documentation about the extensions.json format
|
||||
"recommendations": [
|
||||
"platformio.platformio-ide"
|
||||
],
|
||||
"unwantedRecommendations": [
|
||||
"ms-vscode.cpptools-extension-pack"
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 3.1 MiB After Width: | Height: | Size: 3.1 MiB |
14
3D-Files/1.0/README.md
Normal file
14
3D-Files/1.0/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Mounts
|
||||
|
||||
## `BlueSCSI-1.0-b_V2.stl` - Current
|
||||
|
||||
* Added more support on the side holes
|
||||
* Adjusted so 50pin headers dont hit standoff
|
||||
|
||||
## `BlueSCSI-1.0-b.stl`
|
||||
|
||||
An internal mount for the BlueSCSI 1.0-b. Provides side and bottom mounts.
|
||||
|
||||
# License
|
||||
|
||||
BlueSCSI 3D files © 2021 by Eric Helgeson is licensed under Attribution-NonCommercial 4.0 International
|
BIN
3D-Files/1.1/BlueSCSI 1.1-a Desktop.stl
Normal file
BIN
3D-Files/1.1/BlueSCSI 1.1-a Desktop.stl
Normal file
Binary file not shown.
BIN
3D-Files/1.1/BlueSCSI 1.1-a-DB25-Base.stl
Normal file
BIN
3D-Files/1.1/BlueSCSI 1.1-a-DB25-Base.stl
Normal file
Binary file not shown.
BIN
3D-Files/1.1/BlueSCSI 1.1-a-DB25-Lid.stl
Normal file
BIN
3D-Files/1.1/BlueSCSI 1.1-a-DB25-Lid.stl
Normal file
Binary file not shown.
15
3D-Files/1.1/README.md
Normal file
15
3D-Files/1.1/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Mounts
|
||||
|
||||
## Desktop
|
||||
|
||||
Provides mouting holes for the BlueSCSI along with side and bottom holes for common mounting in computers.
|
||||
|
||||
Please pre-tap any screw holes before mounting.
|
||||
|
||||
## DB-25 External
|
||||
|
||||
Print with supports for front overhangs. Tight fit to hold everything together.
|
||||
|
||||
# License
|
||||
|
||||
BlueSCSI 3D files © 2021 by Eric Helgeson is licensed under Attribution-NonCommercial 4.0 International
|
BIN
docs/MacHD.zip
BIN
docs/MacHD.zip
Binary file not shown.
@@ -13,19 +13,19 @@ Updated for 1.0-c.
|
||||
|
||||
Grab the latest Gerbers. Gerber files tell the PCB manufactuer how to create the BlueSCSI boards.
|
||||
|
||||
https://github.com/erichelgeson/BlueSCSI/tree/main/hw/gerbers
|
||||
https://github.com/erichelgeson/BlueSCSI/tree/main/hw/
|
||||
|
||||
Order the boards from https://jlcpcb.com/ or your manufactuer of choice.
|
||||
|
||||
### Components
|
||||
|
||||
#### Version 1.0-b & 1.0-c BOM
|
||||
#### Version 1.0-c, 1.1-a BOM
|
||||
|
||||
https://www.mouser.com/ProjectManager/ProjectDetail.aspx?AccessID=c5cc83feff
|
||||
|
||||
### BluePill
|
||||
|
||||
Beware of fakes and buy from a place where returns are easy. Ensure the photo in the listing shows a chip that says STM32 on it.
|
||||
Buy from a place where returns are easy. Ensure the photo in the listing shows a chip that says STM32 on it.
|
||||
|
||||
https://www.amazon.com/s?k=stm32f103c8t6
|
||||
|
||||
|
@@ -10,14 +10,7 @@ lib_deps =
|
||||
greiman/SdFat @ ^2.0.6
|
||||
upload_protocol = stlink
|
||||
; Different gcc versions produce much different binaries in terms of speed.
|
||||
; 1.40804.0 ; 985kb/sec
|
||||
; 1.60301.0 ; 1012kb/sec ***
|
||||
; 1.70201.0 ; 926kb/sec
|
||||
; 1.80301.0 ; 935kb/sec
|
||||
; 1.80201.181220 ; 921kb/sec
|
||||
; 1.90201.191206 ; 912kb/sec
|
||||
; 1.90301.200702 ; default - 955kb/sec
|
||||
platform_packages = toolchain-gccarmnoneeabi@1.60301.0
|
||||
platform_packages = platformio/toolchain-gccarmnoneeabi@1.90301.200702
|
||||
|
||||
build_unflags =
|
||||
-Os
|
||||
|
806
src/BlueSCSI.cpp
806
src/BlueSCSI.cpp
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user