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

Firmware-free C2 programmer, with USB interface.

This commit is contained in:
Werner Almesberger
2010-10-03 03:06:30 -03:00
parent 79396b1777
commit 88f3dcc8ab
11 changed files with 1626 additions and 0 deletions

13
hw/modules/Makefile Normal file
View File

@@ -0,0 +1,13 @@
MODULES=pads ssop usb-a-pcb
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod:
fped -k $< $@