Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add notes, rename gpio class to gpio_pin and rename led variablesHEADmaster | Nao Pross | 2018-05-08 | 9 | -64/+93 |
| | |||||
* | Check if substring is empty in split(), minor fix in command parsing | Nao Pross | 2018-05-06 | 1 | -9/+35 |
| | |||||
* | Fix uart device static_assert, add backspace support | Nao Pross | 2018-05-06 | 2 | -20/+20 |
| | | | | | other changes: replace strip() with STL functions | ||||
* | Fix comments | Nao Pross | 2018-05-05 | 2 | -2/+4 |
| | |||||
* | Add gpio::is_set() to read from _latch register, update command parsing | Nao Pross | 2018-05-05 | 7 | -20/+70 |
| | |||||
* | Fix split() | Nao Pross | 2018-05-05 | 1 | -10/+8 |
| | |||||
* | Add command selection code, note: split() does't work yet | Nao Pross | 2018-05-05 | 4 | -24/+228 |
| | |||||
* | Add led class | Nao Pross | 2018-05-05 | 2 | -0/+124 |
| | |||||
* | Rename class pin to io_pin, add general gpio class, add uart echo | Nao Pross | 2018-05-05 | 4 | -47/+126 |
| | |||||
* | Add top comments | Nao Pross | 2018-05-05 | 3 | -0/+15 |
| | |||||
* | Implement TX read(n) and readline() (not working yet) | Nao Pross | 2018-05-04 | 4 | -13/+75 |
| | |||||
* | Implement uart TX features | Nao Pross | 2018-05-04 | 3 | -24/+57 |
| | |||||
* | Implement most of basic HAL | Nao Pross | 2018-05-04 | 11 | -94/+272 |
| | | | | | | | | | | | | 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 | 3 | -51/+106 |
| | |||||
* | Fix indent, replace tabs with spaces | Nao Pross | 2018-05-04 | 10 | -108/+108 |
| | |||||
* | Update pin class to support input and output mode | Nao Pross | 2018-05-04 | 7 | -22/+117 |
| | | | | Also, minor changes in uart1.tpp | ||||
* | Start own HAL implementation based on MCC's generated files | Nao Pross | 2018-05-04 | 19 | -176/+324 |
| | | | | | | Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation | ||||
* | Defined Heap size | Nao Pross | 2018-05-01 | 4 | -11/+24 |
| | |||||
* | Add HAL generated by MCC | Nao Pross | 2018-05-01 | 15 | -105/+10749 |
| | |||||
* | Add Led class implementation | Nao Pross | 2018-04-10 | 4 | -5/+45 |
| | |||||
* | First commit | Nao Pross | 2018-04-10 | 11 | -0/+813 |
- Main - Barebone structure for Led class |