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