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