summaryrefslogtreecommitdiffstats
path: root/hal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename class pin to io_pin, add general gpio class, add uart echoNao Pross2018-05-054-47/+126
|
* Add top commentsNao Pross2018-05-053-0/+15
|
* Implement TX read(n) and readline() (not working yet)Nao Pross2018-05-043-9/+67
|
* Implement uart TX featuresNao Pross2018-05-042-15/+46
|
* Implement most of basic HALNao Pross2018-05-047-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.tppNao Pross2018-05-042-50/+105
|
* Fix indent, replace tabs with spacesNao Pross2018-05-044-94/+94
|
* Update pin class to support input and output modeNao Pross2018-05-043-14/+100
| | | | Also, minor changes in uart1.tpp
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-044-0/+185
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation