Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement uart TX features | Nao Pross | 2018-05-04 | 2 | -15/+46 |
| | |||||
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 7 | -33/+208 |
| | | | | | | | | | | | | 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 | 2 | -50/+105 |
| | |||||
* | Fix indent, replace tabs with spaces | Nao Pross | 2018-05-04 | 4 | -94/+94 |
| | |||||
* | Update pin class to support input and output mode | Nao Pross | 2018-05-04 | 3 | -14/+100 |
| | | | | Also, minor changes in uart1.tpp | ||||
* | Start own HAL implementation based on MCC's generated files | Nao Pross | 2018-05-04 | 4 | -0/+185 |
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation |