Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement TX read(n) and readline() (not working yet) | Nao Pross | 2018-05-04 | 1 | -4/+8 |
| | |||||
* | Implement uart TX features | Nao Pross | 2018-05-04 | 1 | -9/+11 |
| | |||||
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 1 | -2/+18 |
| | | | | | | | | | | | | 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 | -1/+1 |
| | |||||
* | Update pin class to support input and output mode | Nao Pross | 2018-05-04 | 1 | -4/+5 |
| | | | | Also, minor changes in uart1.tpp | ||||
* | Start own HAL implementation based on MCC's generated files | Nao Pross | 2018-05-04 | 1 | -25/+18 |
| | | | | | | Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation | ||||
* | Defined Heap size | Nao Pross | 2018-05-01 | 1 | -1/+0 |
| | |||||
* | Add HAL generated by MCC | Nao Pross | 2018-05-01 | 1 | -55/+41 |
| | |||||
* | First commit | Nao Pross | 2018-04-10 | 1 | -0/+58 |
- Main - Barebone structure for Led class |