summaryrefslogtreecommitdiffstats
path: root/nbproject/Makefile-default.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notes, rename gpio class to gpio_pin and rename led variablesHEADmasterNao Pross2018-05-081-3/+3
|
* Add command selection code, note: split() does't work yetNao Pross2018-05-051-12/+24
|
* Implement most of basic HALNao Pross2018-05-041-55/+19
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-041-44/+32
| | | | | | Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation
* Defined Heap sizeNao Pross2018-05-011-7/+19
|
* Add HAL generated by MCCNao Pross2018-05-011-22/+58
|
* First commitNao Pross2018-04-101-0/+175
- Main - Barebone structure for Led class