Discovery board support for AvionicsSoftware. Allows running code meant for the STM32F405 system inside an STM32F411 environment, without having to modify the F405 project.
- Initialize the AvionicsSoftware submodule by using the commands
git submodule init
git submodule update
- Change huart5 to huart6 in main_avionics.hpp
DEBUG_UART_RX = PC6 (White UART)
DEBUG_UART_TX = PC7 (Green UART)