Centralized NVIC priorities
commite686b4504ed367a8db01e8135812cad354e84497
authorPetr Ledvina <ledvinap@gmail.com>
Thu, 23 Oct 2014 14:45:14 +0000 (23 16:45 +0200)
committerPetr Ledvina <ledvinap@gmail.com>
Thu, 23 Oct 2014 14:48:35 +0000 (23 16:48 +0200)
tree64e91274883f9c7f0c6d8ddd25655f7aa36b3157
parent1604f856b8f21d5a991c11fdb31a2a01eaea2111
Centralized NVIC priorities
- NVIC priorities are moved to separate file, all values are replaced wit symbolic names. Priorities should be the same.
- tiny change in DMA initialization
13 files changed:
src/main/drivers/barometer_bmp085.c
src/main/drivers/bus_i2c_stm32f10x.c
src/main/drivers/light_ws2811strip_stm32f10x.c
src/main/drivers/light_ws2811strip_stm32f30x.c
src/main/drivers/nvic.h [new file with mode: 0644]
src/main/drivers/pwm_rx.c
src/main/drivers/serial_softserial.c
src/main/drivers/serial_uart.c
src/main/drivers/serial_uart_stm32f10x.c
src/main/drivers/serial_uart_stm32f30x.c
src/main/drivers/system.c
src/main/drivers/timer.c
src/main/vcp/hw_config.c