Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-08 | Add notes, rename gpio class to gpio_pin and rename led variablesHEADmaster | Nao Pross | 1 | -4/+6 | |
2018-05-05 | Add gpio::is_set() to read from _latch register, update command parsing | Nao Pross | 1 | -2/+10 | |
2018-05-05 | Rename class pin to io_pin, add general gpio class, add uart echo | Nao Pross | 1 | -7/+21 | |
2018-05-04 | Implement most of basic HAL | Nao Pross | 1 | -0/+5 | |
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 | -13/+13 | |
2018-05-04 | Update pin class to support input and output mode | Nao Pross | 1 | -4/+27 | |
Also, minor changes in uart1.tpp | |||||
2018-05-04 | Start own HAL implementation based on MCC's generated files | Nao Pross | 1 | -0/+23 | |
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation |