summaryrefslogtreecommitdiffstats
path: root/hal/hwconfig.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notes, rename gpio class to gpio_pin and rename led variablesHEADmasterNao Pross2018-05-081-2/+22
|
* Add top commentsNao Pross2018-05-051-0/+5
|
* Implement most of basic HALNao Pross2018-05-041-0/+39
Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.