madison-embedded / gcc-builds

For projects built with the GNU toolchain.
GNU General Public License v3.0
11 stars 8 forks source link

STM32 Nucleo 144 F767ZI: Refactor USART for CMSIS Compliance #16

Closed vkottler closed 7 years ago

vkottler commented 7 years ago

include/cmsis/driver has the CMSIS 5 driver header files and the CMSIS 5 specification contains the driver skeleton for USART that would be used for our refactored implementation.

We still want our interrupt handler removing from and adding to our PC_Buffers (until we leverage DMA) for sending and receiving.

vkottler commented 7 years ago

There is no benefit to doing this