Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update git module and ignore | Karel Kočí | 2017-01-30 |
| | |||
* | Add some more progress and split non-core functionality to separate repo | Karel 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 support | Karel Kočí | 2016-03-09 |
| | |||
* | Another full update of current work | Karel Kočí | 2016-03-08 |
| | |||
* | Add missing ignores of output files | Karel Kočí | 2015-10-11 |
| | |||
* | Add implementation of USART and more ground changes | Karel Kočí | 2015-10-08 |
| | |||
* | Add *.o to gitignore | Karel Kočí | 2015-03-22 |
| | | | | To ignore output obj files. | ||
* | Remove documentation | Karel 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 gitignore | Karel 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. |