no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
33 #ifndef __PARAMETERS_H__
34 #define __PARAMETERS_H__
35 
36 /******************************************************************************/
37 /***************************** Include Files **********************************/
38 /******************************************************************************/
39 
40 #ifdef ADUCM_PLATFORM
41 #include "aducm3029_irq.h"
42 #endif
43 
44 /******************************************************************************/
45 /********************** Macros and Constants Definitions **********************/
46 /******************************************************************************/
47 
48 #ifdef ADUCM_PLATFORM
49 
50 #define UART_DEVICE_ID 0
51 #define INTC_DEVICE_ID 0
52 #define UART_IRQ_ID ADUCM_UART_INT_ID
53 #define UART_BAUDRATE 115200
54 
55 #endif //ADUCM_PLATFORM
56 
57 #define WIFI_SSID "RouterSSID"
58 #define WIFI_PWD "******"
59 
60 #endif // __PARAMETERS_H__
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.