no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
33#ifndef __PARAMETERS_H__
34#define __PARAMETERS_H__
35
36#ifdef ADUCM_PLATFORM
37#include "aducm3029_irq.h"
38#endif
39
40#ifdef ADUCM_PLATFORM
41
42#define UART_DEVICE_ID 0
43#define INTC_DEVICE_ID 0
44#define UART_IRQ_ID ADUCM_UART_INT_ID
45#define UART_BAUDRATE 115200
46
47#endif //ADUCM_PLATFORM
48
49#define WIFI_SSID "RouterSSID"
50#define WIFI_PWD "******"
51
52#endif // __PARAMETERS_H__
Header file of IRQ driver for ADuCM302x.