Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix uart device static_assert, add backspace support | Nao Pross | 2018-05-06 | 1 | -4/+4 |
| | | | | | other changes: replace strip() with STL functions | ||||
* | Add gpio::is_set() to read from _latch register, update command parsing | Nao Pross | 2018-05-05 | 1 | -2/+13 |
| | |||||
* | Rename class pin to io_pin, add general gpio class, add uart echo | Nao Pross | 2018-05-05 | 1 | -12/+63 |
| | |||||
* | Implement TX read(n) and readline() (not working yet) | Nao Pross | 2018-05-04 | 1 | -1/+51 |
| | |||||
* | Implement uart TX features | Nao Pross | 2018-05-04 | 1 | -13/+44 |
| | |||||
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 1 | -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.tpp | Nao Pross | 2018-05-04 | 1 | -0/+105 |