aes2501: port to asynchronous model

This commit is contained in:
Daniel Drake 2008-02-15 18:11:01 +00:00
parent 0aaffcee33
commit eff26bf0be
3 changed files with 745 additions and 399 deletions

View file

@ -8,8 +8,8 @@ AES2501_SRC = drivers/aes2501.c drivers/aes2501.h
AES4000_SRC = drivers/aes4000.c
FDU2000_SRC = drivers/fdu2000.c
DRIVER_SRC = $(UPEKTS_SRC) $(AES4000_SRC)
#DRIVER_SRC = $(URU4000_SRC) $(AES1610_SRC) $(AES2501_SRC) $(UPEKTC_SRC) $(FDU2000_SRC)
DRIVER_SRC = $(UPEKTS_SRC) $(AES4000_SRC) $(AES2501_SRC)
#DRIVER_SRC = $(URU4000_SRC) $(AES1610_SRC) $(UPEKTC_SRC) $(FDU2000_SRC)
NBIS_SRC = \
nbis/include/bozorth.h \

View file

@ -330,9 +330,9 @@ static struct fp_driver * const primitive_drivers[] = {
static struct fp_img_driver * const img_drivers[] = {
&aes4000_driver,
&aes2501_driver,
/* &uru4000_driver,
&aes1610_driver,
&aes2501_driver,
&upektc_driver,
&fdu2000_driver, */
};

File diff suppressed because it is too large Load diff