mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2025-04-21 12:27:27 +03:00
Renamed hw/ to c2usb/, to make room for other hardware.
This commit is contained in:
21
c2usb/Makefile
Normal file
21
c2usb/Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
.PHONY: all gen generate sch brd xpdf flash-eeprom
|
||||
|
||||
all:
|
||||
@echo "make what ? target: gen sch brd xpdf"
|
||||
@exit 1
|
||||
|
||||
gen generate:
|
||||
eeschema --plot `pwd`/c2usb.sch
|
||||
# need scripts
|
||||
|
||||
sch:
|
||||
eeschema `pwd`/c2usb.sch
|
||||
|
||||
brd:
|
||||
pcbnew `pwd`/c2usb.brd
|
||||
|
||||
xpdf:
|
||||
xpdf c2usb.pdf
|
||||
|
||||
flash-eeprom:
|
||||
ftdi_eeprom --flash-eeprom c2usb.conf
|
||||
Reference in New Issue
Block a user