summaryrefslogtreecommitdiffstats
path: root/hal/uart.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-05Fix commentsNao Pross1-2/+2
2018-05-05Add gpio::is_set() to read from _latch register, update command parsingNao Pross1-0/+5
2018-05-05Rename class pin to io_pin, add general gpio class, add uart echoNao Pross1-12/+29
2018-05-04Implement TX read(n) and readline() (not working yet)Nao Pross1-4/+12
2018-05-04Implement uart TX featuresNao Pross1-2/+2
2018-05-04Implement most of basic HALNao Pross1-7/+7
2018-05-04Fix indent, replace tabs with spacesNao Pross1-29/+29
2018-05-04Start own HAL implementation based on MCC's generated filesNao Pross1-0/+87