summaryrefslogtreecommitdiffstats
path: root/hal/uart.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix commentsNao Pross2018-05-051-2/+2
|
* Add gpio::is_set() to read from _latch register, update command parsingNao Pross2018-05-051-0/+5
|
* Rename class pin to io_pin, add general gpio class, add uart echoNao Pross2018-05-051-12/+29
|
* Implement TX read(n) and readline() (not working yet)Nao Pross2018-05-041-4/+12
|
* 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