Browse Source

Doc: README.md - add resources

master
heck 2 years ago
parent
commit
0c68b311c6
  1. 26
      README.md

26
README.md

@ -43,7 +43,7 @@ To build switch into dir `src` to execute the makefile targets
You dont need this for the makefile build, only if you want to use the toolchain directly from the shell. You dont need this for the makefile build, only if you want to use the toolchain directly from the shell.
`source env.sh` to get the commands () `source toolchain.sh` to get the commands ()
* `fvcompile` * `fvcompile`
* `fvhex2bin` * `fvhex2bin`
@ -52,4 +52,26 @@ You dont need this for the makefile build, only if you want to use the toolchain
## Test ## Test
If everything worked well, you should have a delay effect on program nr 0. If everything worked well, you should have a delay effect on program nr 0.
## Resources
### Chip
Datasheet - http://spinsemi.com/Products/datasheets/spn1001/FV-1.pdf
Instruction Set - http://www.spinsemi.com/Products/datasheets/spn1001-dev/SPINAsmUserManual.pdf
AN0001 - http://www.spinsemi.com/Products/appnotes/spn1001/AN-0001.pdf
AN002 - http://www.spinsemi.com/Products/appnotes/spn1001/AN-0002.pdf
### Assembler
github - https://github.com/ndf-zz/asfv1
### SpinCAD Designer (visual programming)
SpinCAD designer - https://github.com/HolyCityAudio/SpinCAD-Designer
### ROM flash tool
github - https://github.com/command-tab/ch341eeprom
# Programs
Programs collections - https://mstratman.github.io/fv1-programs
Test programs - https://github.com/ndf-zz/fv1testing

Loading…
Cancel
Save