summaryrefslogtreecommitdiffstats
path: root/hal (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-04Fix indent, replace tabs with spacesNao Pross4-94/+94
2018-05-04Update pin class to support input and output modeNao Pross3-14/+100
Also, minor changes in uart1.tpp
2018-05-04Start own HAL implementation based on MCC's generated filesNao Pross4-0/+185
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation