 |
no-OS
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
34#ifndef __PARAMETERS_H__
35#define __PARAMETERS_H__
41#define UART_DEVICE_ID 0
42#define UART_BAUDRATE 115200
44#define UART_EXTRA NULL
45#define UART_OPS &linux_uart_ops
47#define SPI_DEVICE_ID 0
48#define SPI_BAUDRATE 1000000
50#define SPI_OPS &linux_spi_ops
53#define GPIO_RESET_PIN_NUM 12
54#define GPIO_RESET_PORT_NUM 0
55#define GPIO_OPS &linux_gpio_ops
56#define GPIO_EXTRA NULL