summaryrefslogtreecommitdiffstats
path: root/hal/pin.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement most of basic HALNao Pross2018-05-041-0/+5
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Fix indent, replace tabs with spacesNao Pross2018-05-041-13/+13
|
* Update pin class to support input and output modeNao Pross2018-05-041-4/+27
| | | | Also, minor changes in uart1.tpp
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-041-0/+23
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation