1
0
mirror of git://projects.qi-hardware.com/nn-usb-fpga.git synced 2025-04-21 12:27:27 +03:00

Adding a simple plasma example read write char short int, adding simulations

for this example
This commit is contained in:
Carlos Camargo
2010-04-30 22:21:55 -05:00
parent 0348078440
commit 622f59856f
16 changed files with 212 additions and 630 deletions

View File

@@ -1,5 +1,5 @@
TARGET = bootldr
DIRS = tools bootldr logic
DIRS = tools bootldr logic gpio
all:
for n in $(DIRS); do $(MAKE) -C $$n || exit 1; done