summaryrefslogtreecommitdiffstats
path: root/hal/pin.tpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-04Implement most of basic HALNao Pross1-8/+12
Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
2018-05-04Fix indent, replace tabs with spacesNao Pross1-26/+26
2018-05-04Update pin class to support input and output modeNao Pross1-10/+68
Also, minor changes in uart1.tpp
2018-05-04Start own HAL implementation based on MCC's generated filesNao Pross1-0/+30
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation