Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 1 | -8/+12 |
| | | | | | | | | | | | | 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 | -26/+26 |
| | |||||
* | Update pin class to support input and output mode | Nao Pross | 2018-05-04 | 1 | -10/+68 |
| | | | | Also, minor changes in uart1.tpp | ||||
* | Start own HAL implementation based on MCC's generated files | Nao Pross | 2018-05-04 | 1 | -0/+30 |
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation |