Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix comments | Nao Pross | 2018-05-05 | 1 | -2/+2 |
| | |||||
* | Add gpio::is_set() to read from _latch register, update command parsing | Nao Pross | 2018-05-05 | 1 | -0/+5 |
| | |||||
* | Rename class pin to io_pin, add general gpio class, add uart echo | Nao Pross | 2018-05-05 | 1 | -12/+29 |
| | |||||
* | Implement TX read(n) and readline() (not working yet) | Nao Pross | 2018-05-04 | 1 | -4/+12 |
| | |||||
* | Implement uart TX features | Nao Pross | 2018-05-04 | 1 | -2/+2 |
| | |||||
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 1 | -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 spaces | Nao Pross | 2018-05-04 | 1 | -29/+29 |
| | |||||
* | Start own HAL implementation based on MCC's generated files | Nao Pross | 2018-05-04 | 1 | -0/+87 |
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation |