Date:2016-04-26 21:28:31 (7 years 11 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
3737#include "spi.h"
3838#include "mac.h"
3939
40
40#ifdef ATUSB
4141#define HW_TYPE HW_TYPE_110131
42#endif
43
44#ifdef RZUSB
45#define HW_TYPE HW_TYPE_RZUSB
46#endif
4247
4348#define debug(...)
4449#define error(...)
atusb/fw/include/atusb/ep0.h
3232#define HW_TYPE_100813 0 /* 2010-08-13 */
3333#define HW_TYPE_101216 1 /* 2010-12-16 */
3434#define HW_TYPE_110131 2 /* 2011-01-31, ATmega32U2-based */
35#define HW_TYPE_RZUSB 3 /* Atmel Raven USB dongle with at86rf230 */
3536
3637
3738/*

Archive Download the corresponding diff file



interactive