Skip to content
Snippets Groups Projects
Commit bc3f0ddd authored by Damien George's avatar Damien George
Browse files

stm32/uart: Remove HAL's UART_HandleTypeDef from UART object struct.

This UART_HandleTypeDef is quite large (around 70 bytes in RAM needed for
each UART object) and is not needed: instead the state of the peripheral
held in its registers provides all the required information.
parent 7d7f59d7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment