Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add command selection code, note: split() does't work yet | Nao Pross | 2018-05-05 | 1 | -12/+24 |
| | |||||
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 1 | -55/+19 |
| | | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work. | ||||
* | Start own HAL implementation based on MCC's generated files | Nao Pross | 2018-05-04 | 1 | -44/+32 |
| | | | | | | Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation | ||||
* | Defined Heap size | Nao Pross | 2018-05-01 | 1 | -7/+19 |
| | |||||
* | Add HAL generated by MCC | Nao Pross | 2018-05-01 | 1 | -22/+58 |
| | |||||
* | First commit | Nao Pross | 2018-04-10 | 1 | -0/+175 |
- Main - Barebone structure for Led class |