summaryrefslogtreecommitdiffstats
path: root/hal/uart.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement uart TX featuresNao Pross2018-05-041-2/+2
|
* Implement most of basic HALNao Pross2018-05-041-7/+7
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Fix indent, replace tabs with spacesNao Pross2018-05-041-29/+29
|
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-041-0/+87
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation