Implemented use of UART4 and 5 on STM32F103V devices
commitf54fa52c129076dd13d171decf02d5105a1a5cb0
authorLupin <lupin@virtual>
Fri, 13 Nov 2015 18:46:03 +0000 (13 19:46 +0100)
committerDominic Clifton <me@dominicclifton.name>
Sat, 20 Feb 2016 15:07:55 +0000 (20 16:07 +0100)
treec11921494a7858a9610060736c99de72334475f4
parent618ebf454a683914935714b1f2cd63aca05240b9
Implemented use of UART4 and 5 on STM32F103V devices

Enabled hardware UARTs 4 and 5
Should be useable in all STM32F103 high-density devices (F103R/V/Z)
13 files changed:
Makefile
src/main/drivers/nvic.h
src/main/drivers/pwm_mapping.c
src/main/drivers/pwm_mapping.h
src/main/drivers/serial_uart.c
src/main/drivers/serial_uart.h
src/main/drivers/serial_uart_impl.h
src/main/drivers/serial_uart_stm32f10x.c
src/main/drivers/timer.c
src/main/io/serial.c
src/main/io/serial.h
src/main/sensors/sonar.c
src/main/target/PORT103V/target.h [new file with mode: 0644]