mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-04 23:04:38 +02:00
f4342f49ae
- modules/usb_a_plug_smt.fpd: enlarged hole for positioning pins from 1.1 mm to 1.15 mm - atusb/usb.sch, atusb/atusb.cmp, atusb/atusb.brd: removed trailing space from CON1's value - atusb/atusb.sch, atusb/usb.sch, atusb/atrf.sch: schematics title still said AT86RF230, not 231 - atusb/README-SMT: corrected a typo - atusb/README-PCB: specified the tolerance of the hole for the positioning pins of the USB connector - atusb/README-PCB: added the 16-17 mm hole for the USB connector to the specification - atusb/: bumped all version numbers to 20110330
11 lines
165 B
Makefile
11 lines
165 B
Makefile
NAME = atusb
|
|
VERSION = 110330
|
|
|
|
include ../makefiles/Makefile.kicad
|
|
|
|
cptx:
|
|
$(CPTX) -i $(NAME).brd 0 47000 48100 21 46811 40591
|
|
|
|
spotless::
|
|
rm -f atrf.bak usb.bak
|