summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add notes, rename gpio class to gpio_pin and rename led variablesHEADmasterNao Pross2018-05-089-64/+93
|
* Check if substring is empty in split(), minor fix in command parsingNao Pross2018-05-061-9/+35
|
* Fix uart device static_assert, add backspace supportNao Pross2018-05-062-20/+20
| | | | | other changes: replace strip() with STL functions
* Fix commentsNao Pross2018-05-052-2/+4
|
* Add gpio::is_set() to read from _latch register, update command parsingNao Pross2018-05-057-20/+70
|
* Fix split()Nao Pross2018-05-051-10/+8
|
* Add command selection code, note: split() does't work yetNao Pross2018-05-054-24/+228
|
* Add led classNao Pross2018-05-052-0/+124
|
* Rename class pin to io_pin, add general gpio class, add uart echoNao Pross2018-05-054-47/+126
|
* Add top commentsNao Pross2018-05-053-0/+15
|
* Implement TX read(n) and readline() (not working yet)Nao Pross2018-05-044-13/+75
|
* Implement uart TX featuresNao Pross2018-05-043-24/+57
|
* Implement most of basic HALNao Pross2018-05-0411-94/+272
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Add templated generic implementaions for uart, rename uart1.tpp to uart.tppNao Pross2018-05-043-51/+106
|
* Fix indent, replace tabs with spacesNao Pross2018-05-0410-108/+108
|
* Update pin class to support input and output modeNao Pross2018-05-047-22/+117
| | | | Also, minor changes in uart1.tpp
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-0419-176/+324
| | | | | | Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation
* Defined Heap sizeNao Pross2018-05-014-11/+24
|
* Add HAL generated by MCCNao Pross2018-05-0115-105/+10749
|
* Add Led class implementationNao Pross2018-04-104-5/+45
|
* First commitNao Pross2018-04-1011-0/+813
- Main - Barebone structure for Led class