IEEE 802.15.4 subsystem
Sign in or create your account | Project List | Help
IEEE 802.15.4 subsystem Commit Details
Date: | 2016-04-26 21:28:31 (7 years 7 months ago) |
---|---|
Author: | Stefan Schmidt |
Commit: | 35d14c74d63e484c644c34db45f1e0049e2c421d |
Message: | atusb: fw: define a new hardware type for the rzusb dongle So far we do not need this in the firmware or in the driver but this might become handy later on. Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> |
Files: |
atusb/fw/ep0.c (1 diff) atusb/fw/include/atusb/ep0.h (1 diff) |
Change Details
atusb/fw/ep0.c | ||
---|---|---|
37 | 37 | #include "spi.h" |
38 | 38 | #include "mac.h" |
39 | 39 | |
40 | ||
40 | #ifdef ATUSB | |
41 | 41 | #define HW_TYPE HW_TYPE_110131 |
42 | #endif | |
43 | ||
44 | #ifdef RZUSB | |
45 | #define HW_TYPE HW_TYPE_RZUSB | |
46 | #endif | |
42 | 47 | |
43 | 48 | #define debug(...) |
44 | 49 | #define error(...) |
atusb/fw/include/atusb/ep0.h | ||
---|---|---|
32 | 32 | #define HW_TYPE_100813 0 /* 2010-08-13 */ |
33 | 33 | #define HW_TYPE_101216 1 /* 2010-12-16 */ |
34 | 34 | #define HW_TYPE_110131 2 /* 2011-01-31, ATmega32U2-based */ |
35 | #define HW_TYPE_RZUSB 3 /* Atmel Raven USB dongle with at86rf230 */ | |
35 | 36 | |
36 | 37 | |
37 | 38 | /* |