aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Update git module and ignoreKarel Kočí2017-01-30
|
* Add some more progress and split non-core functionality to separate repoKarel Kočí2016-06-30
| | | | | | | More progress to implementation and some changes in project it self. This library will implement only drivers for features on chip but nothing else. Everything connected externally is now in separate repository.
* 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.