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