summaryrefslogtreecommitdiffstats
path: root/nbproject/configurations.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notes, rename gpio class to gpio_pin and rename led variablesHEADmasterNao Pross2018-05-081-3/+4
|
* Add command selection code, note: split() does't work yetNao Pross2018-05-051-0/+98
|
* Implement most of basic HALNao Pross2018-05-041-2/+25
| | | | | | | | | | | | Oscillator: The oscillator is configured correctly. Interrupts: RX uart interrupts work. The global interrupt vector table is enabled. UART: RX features work.
* Update pin class to support input and output modeNao Pross2018-05-041-1/+9
| | | | Also, minor changes in uart1.tpp
* Start own HAL implementation based on MCC's generated filesNao Pross2018-05-041-10/+9
| | | | | | Other changes: - Undo conversion of MCC files to C++ - Delete old Led implementation
* Defined Heap sizeNao Pross2018-05-011-1/+3
|
* Add HAL generated by MCCNao Pross2018-05-011-5/+23
|
* First commitNao Pross2018-04-101-0/+216
- Main - Barebone structure for Led class