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