summaryrefslogtreecommitdiffstats
path: root/hal/hwconfig.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add top commentsNao Pross2018-05-051-0/+5
|
* Implement TX read(n) and readline() (not working yet)Nao Pross2018-05-041-4/+4
|
* Implement most of basic HALNao Pross2018-05-041-0/+22
Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.