STM32F4: USARTS 4,5,6 added
commit51a99e74c687be4f0f415c92c56a78efc07eb6f0
authorblckmn <blackman@xtra.com.au>
Tue, 7 Jun 2016 19:43:28 +0000 (8 05:43 +1000)
committerblckmn <blackman@xtra.com.au>
Tue, 7 Jun 2016 19:43:28 +0000 (8 05:43 +1000)
tree3bc4d373278963498b25cfd7983786a1d237f380
parent6bf35e09ce5a01efd3d31e222aedcddfefa92ac4
STM32F4: USARTS 4,5,6 added

Flag initialisation for motor_pwm_protocol
Fixes for AlienFlightF4 and timers
31 files changed:
src/main/config/config.c
src/main/config/config_master.h
src/main/drivers/accgyro_mpu.c
src/main/drivers/pwm_mapping.c
src/main/drivers/pwm_mapping.h
src/main/drivers/pwm_output.c
src/main/drivers/pwm_output.h
src/main/drivers/serial_uart.c
src/main/drivers/serial_uart.h
src/main/drivers/serial_uart_impl.h
src/main/drivers/timer.c
src/main/flight/mixer.c
src/main/flight/mixer.h
src/main/io/serial.c
src/main/io/serial_cli.c
src/main/io/serial_msp.c
src/main/main.c
src/main/mw.c
src/main/scheduler.c
src/main/scheduler_tasks.c
src/main/target/ALIENFLIGHTF3/target.h
src/main/target/ALIENFLIGHTF4/system_stm32f4xx.c [new file with mode: 0644]
src/main/target/ALIENFLIGHTF4/system_stm32f4xx.h [new file with mode: 0644]
src/main/target/ALIENFLIGHTF4/target.h
src/main/target/BLUEJAYF4/system_stm32f4xx.c [new file with mode: 0644]
src/main/target/BLUEJAYF4/system_stm32f4xx.h [new file with mode: 0644]
src/main/target/KKNGF4/system_stm32f4xx.c [new file with mode: 0644]
src/main/target/KKNGF4/system_stm32f4xx.h [new file with mode: 0644]
src/main/target/NAZE/target.h
src/main/target/REVO/system_stm32f4xx.c [new file with mode: 0644]
src/main/target/REVO/system_stm32f4xx.h [new file with mode: 0644]