Remove PORT103V support that was added in the commit for UART4/5
commitc031e8d4aa7383ff5a933be06d6355507e6eb552
authorDominic Clifton <me@dominicclifton.name>
Sat, 16 Jan 2016 19:48:15 +0000 (16 20:48 +0100)
committerDominic Clifton <me@dominicclifton.name>
Sat, 20 Feb 2016 15:13:02 +0000 (20 16:13 +0100)
tree8be3548169c75d82e01182426b2350069be2282c
parentf54fa52c129076dd13d171decf02d5105a1a5cb0
Remove PORT103V support that was added in the commit for UART4/5
support.

The PORT103R also supports UART4/5 and we don't want to support another
development target right now.

Cleanup USART/UART inconsistencies in STMF1/F3 uart implementions.
Cleanup remove some F1/F3 specific code from PWM mapping code.
Relocate usart TX configuration code from system.c into serial_uart.c.
34 files changed:
Makefile
docs/Board - Sparky.md
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/serial_uart_stm32f10x.h [new file with mode: 0644]
src/main/drivers/serial_uart_stm32f30x.c
src/main/drivers/serial_uart_stm32f30x.h [copied from src/main/target/NAZE32PRO/target.h with 65% similarity]
src/main/drivers/system.c
src/main/drivers/timer.c
src/main/io/serial.c
src/main/io/serial.h
src/main/main.c
src/main/target/ALIENWIIF3/target.h
src/main/target/CC3D/target.h
src/main/target/CHEBUZZF3/target.h
src/main/target/CJMCU/target.h
src/main/target/COLIBRI_RACE/target.h
src/main/target/EUSTM32F103RC/target.h
src/main/target/MOTOLAB/target.h
src/main/target/NAZE/target.h
src/main/target/NAZE32PRO/target.h
src/main/target/OLIMEXINO/target.h
src/main/target/PORT103R/target.h
src/main/target/PORT103V/target.h [deleted file]
src/main/target/RMDO/target.h
src/main/target/SPARKY/target.h
src/main/target/SPRACINGF3/target.h
src/main/target/STM32F3DISCOVERY/target.h
src/main/telemetry/hott.c