summaryrefslogtreecommitdiffstats
path: root/hal/uart.tpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix uart device static_assert, add backspace supportNao Pross2018-05-061-4/+4
| | | | | other changes: replace strip() with STL functions
* Add gpio::is_set() to read from _latch register, update command parsingNao Pross2018-05-051-2/+13
|
* Rename class pin to io_pin, add general gpio class, add uart echoNao Pross2018-05-051-12/+63
|
* Implement TX read(n) and readline() (not working yet)Nao Pross2018-05-041-1/+51
|
* Implement uart TX featuresNao Pross2018-05-041-13/+44
|
* Implement most of basic HALNao Pross2018-05-041-18/+84
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Add templated generic implementaions for uart, rename uart1.tpp to uart.tppNao Pross2018-05-041-0/+105