summaryrefslogtreecommitdiffstats
path: root/hal/pin.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notes, rename gpio class to gpio_pin and rename led variablesHEADmasterNao Pross2018-05-081-4/+6
|
* Add gpio::is_set() to read from _latch register, update command parsingNao Pross2018-05-051-2/+10
|
* Rename class pin to io_pin, add general gpio class, add uart echoNao Pross2018-05-051-7/+21
|
* Implement most of basic HALNao Pross2018-05-041-0/+5
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Fix indent, replace tabs with spacesNao Pross2018-05-041-13/+13
|
* Update pin class to support input and output modeNao Pross2018-05-041-4/+27
| | | | Also, minor changes in uart1.tpp
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-041-0/+23
Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation