no-OS
Loading...
Searching...
No Matches
platform.h
Go to the documentation of this file.
1/***************************************************************************/
33
34#ifndef __PLATFORM_H__
35#define __PLATFORM_H__
36
37#include "adhv4710.h"
38#include "no_os_uart.h"
39#include "no_os_delay.h"
40#include "no_os_gpio.h"
41#include "no_os_spi.h"
42#include "no_os_util.h"
43#include "maxim_uart.h"
44#include "maxim_gpio.h"
45#include "maxim_uart_stdio.h"
46#include "maxim_spi.h"
47#include "maxim_irq.h"
48
49/* Configuration for AD-APARD32690-SL */
50/* Port and pin for user LED */
51#define GPIO_LED_PORT 2
52#define GPIO_LED_PIN 1
53/* Hardware reset port and pin */
54#define GPIO_RESET_PORT 2
55#define GPIO_RESET_PIN 7
56/* SPI config */
57#define SPI_DEVICE_ID 1
58#define SPI_BAUDRATE 1000000
59#define SPI_CS 0
60#define SPI_SLAVE_NUM 1
61/* UART config */
62#define UART_DEV_ID 0
63#define UART_BAUD 115200
64
65#endif /* __PLATFORM_H__ */
Header file of ADHV4710 Driver.
Header file of Delay functions.
Header file of GPIO Interface.
Header file of SPI Interface.
Header file of UART interface.
Header file of utility functions.