mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/lib: added USB-SPI driver for ATUSB
- atusb-spi.c: ATUSB driver that uses the ATUSB_SPI_* functions instead
of ATUSB_{REG,BUF,SRAM}_*
- driver.h, atrf.c (drivers, atrf_usb_handle): added atusb_spi_driver
- Makefile (OBJS): added atusb-spi.o
This commit is contained in:
@@ -15,7 +15,7 @@ LIB = libatrf.a
|
||||
|
||||
include ../Makefile.common
|
||||
|
||||
OBJS_host = atusb.o atusb-common.o usbopen.o
|
||||
OBJS_host = atusb.o atusb-spi.o atusb-common.o usbopen.o
|
||||
OBJS_ben_jlime = atben.o
|
||||
OBJS_ben_openwrt = atben.o
|
||||
|
||||
|
||||
Reference in New Issue
Block a user