no-OS
Loading...
Searching...
No Matches
parameters.h
Go to the documentation of this file.
1/***************************************************************************/
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
36
37#include "stdio.h"
38#include "platform_init.h"
39#include "aducm3029_irq.h"
40#include "aducm3029_uart.h"
42
43#define UART_DEVICE_ID 0
44#define UART_BAUDRATE 115200
45#define UART_EXTRA NULL
46#define UART_OPS &aducm_uart_ops
47
48#define IRQ_CTRL_ID 0
49#define IRQ_OPS &aducm_irq_ops
50#define IRQ_EXTRA NULL
51
52#define FLASH_DEVICE_ID 0
53
54#endif /* __PARAMETERS_H__ */
Header file of IRQ driver for ADuCM302x.
Header file of UART driver for ADuCM302x.
Header file for UART driver stdout/stdin redirection.
ADuCM3029 platform initialization header.