Added BOOKSELF and dsv setup procedure.

- BOOKSHELF: data sheets for the FT232RL and the C2 protocol
- Makefile: "make dsv" sets up the data sheet cache
This commit is contained in:
Werner Almesberger 2010-10-08 03:55:02 -03:00
parent 9777d88d5a
commit 3fd1720e8f
2 changed files with 31 additions and 0 deletions

22
BOOKSHELF Normal file
View File

@ -0,0 +1,22 @@
#
# Tags:
#
# N name to use for dsv (must be first)
# A alias name(s)
# D data sheet url
#
N: ft232rl
A: ft232r
A: ft232
D: http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232R.pdf
N: d2xx
D: http://www.ftdichip.com/Support/Documents/ProgramGuides/D2XX_Programmer's_Guide(FT_000071).pdf
N: bitbang
A: AN_232R-01
D: http://www.ftdichip.com/Support/Documents/AppNotes/AN232R-01_FT232RBitBangModes.pdf
N: c2
D: http://www.silabs.com/Support%20Documents/TechnicalDocs/C2spec.pdf

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: all dsv
all:
@echo "make what ? target: dsv"
@exit 1
dsv:
../eda-tools/dsv/dsv setup BOOKSHELF