Go to the documentation of this file.
67 #if MODELS_CONF_CC2531_USB_STICK
68 #define MODEL_STRING "TI cc2531 USB Dongle\n"
69 #define USB_CONF_ENABLE 1
72 #define PORT_2_ISR_ENABLED 1
74 #ifndef USB_CONF_CLASS
76 #define DMA_USB_CHANNEL 0
77 #define CTRL_EP_SIZE 8
78 #define USB_EP1_SIZE 32
79 #define USB_EP2_SIZE 64
80 #define USB_EP3_SIZE 64
81 #define USB_CONF_CLASS 1
84 #define CDC_ACM_CONF_VID 0x0451
85 #define CDC_ACM_CONF_PID 0x16A8
88 #define LEDS_CONF_ALL 3
97 #define LED2_MASK 0x01
98 #define LED1_MASK 0x02
100 #define MODEL_STRING "TI SmartRF05 EB\n"
105 #define LED1_PIN P1_0
106 #define LED2_PIN P1_1
107 #define LED3_PIN P1_4
110 #define LED1_MASK 0x01
111 #define LED2_MASK 0x02
112 #define LED3_MASK 0x10
113 #define LED4_MASK 0x02