aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add travis supportKarel Kočí2016-03-09
|
* Another full update of current workKarel Kočí2016-03-08
|
* Add missing ignores of output filesKarel Kočí2015-10-11
|
* Add implementation of USART and more ground changesKarel Kočí2015-10-08
|
* Add *.o to gitignoreKarel Kočí2015-03-22
| | | | To ignore output obj files.
* Remove documentationKarel Kočí2015-03-14
| | | | | Documentation will be hand written. At least until better solution. Problem is with ifdefs.
* Add GPIO input documentation, global config and gitignoreKarel Kočí2015-02-08
Also added gpio_set_not() as simple output negation. Macro definition gpio_set_in is moved up in file to group with gpio_set_out.