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