13#ifndef APP_CONFIG_STM32_H_
14#define APP_CONFIG_STM32_H_
21#include "stm32_uart.h"
23#include "stm32_gpio.h"
25#include "stm32_uart_stdio.h"
37#define SPI_DEVICE_ID 1
42#define I2C_DEVICE_ID 1
63#define APP_UART_HANDLE &huart5
64#define UART_IRQ_ID UART5_IRQn
67#define uart_ops stm32_uart_ops
68#define i2c_ops stm32_i2c_ops
75extern UART_HandleTypeDef
huart5;
UART_HandleTypeDef huart5
void stm32_system_init(void)
Initialize the STM32 system peripherals.
Definition app_config_stm32.c:174
struct stm32_uart_init_param stm32_uart_extra_init_params
Definition app_config_stm32.c:51
struct stm32_spi_init_param stm32_spi_extra_init_params
Definition app_config_stm32.c:61
struct stm32_i2c_init_param stm32_i2c_extra_init_params
Definition app_config_stm32.c:99
struct no_os_uart_desc * uart_desc
Definition app_config.c:97