no-OS
parameters.h
Go to the documentation of this file.
1 /***************************************************************************/
39 #ifndef __PARAMETERS_H
40 #define __PARAMETERS_H
41 
42 #include "aducm3029_irq.h"
43 
44 #define UART_DEVICE_ID 0
45 #define INTC_DEVICE_ID 0
46 #define UART_IRQ_ID ADUCM_UART_INT_ID
47 #define UART_BAUDRATE 115200
48 #define I2C_SPEED 100000
49 
50 #endif
aducm3029_irq.h
Header file of IRQ driver for ADuCM302x.