aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Make add + to run in parallelHEADmasterKarel Kočí2017-03-09
|
* Update spiblink example to use examples.mkKarel Kočí2017-03-09
|
* Shakeout of makefiles and KconfigsKarel Kočí2017-03-08
|
* Just huge updateKarel Kočí2017-03-07
|
* Cleanup repositoryKarel Kočí2017-01-30
| | | | | | I don't have enough time to implement everything so I am cutting losses. I might return to it later on, but now I push forward to implement at least base features.
* Make configs depend on Kconfig filesextensiveKarel Kočí2017-01-30
|
* Remove travic configurationKarel Kočí2017-01-30
| | | | I am not going to use travis.
* 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.
* Small updates in makefile depedenciesKarel Kočí2016-03-21
|
* Fix USART configurationKarel Kočí2016-03-20
|
* Kconfig moveKarel Kočí2016-03-20
|
* Another work progressKarel Kočí2016-03-20
|
* Some chages in configuration buildKarel Kočí2016-03-20
|
* Add simav submodule for testingKarel Kočí2016-03-11
|
* Add travis supportKarel Kočí2016-03-09
|
* Add basic support for ATtiny4313Karel Kočí2016-03-09
|
* Another full update of current workKarel Kočí2016-03-08
|
* tmpKarel Kočí2015-11-11
|
* Small updates to spi.mdCynerd2015-11-03
|
* Remove file accidentally committed html fileKarel Kočí2015-10-17
|
* Add license fileCynerd2015-10-17
|
* Complete commit of current workKarel Kočí2015-10-17
|
* Fixes in USART and changes in ave-ioe.mkKarel Kočí2015-10-11
|
* Replace usart initialization parameters with configurationKarel Kočí2015-10-11
| | | | | Baudrate and other configurations are now defined in compile time by preprocessor flags. This simplifies output code.
* Add USART FILE interfaceKarel Kočí2015-10-11
| | | | ! NOT TESTED !
* Format usart.cKarel Kočí2015-10-11
|
* Implement SPI and remove filesKarel Kočí2015-10-11
|
* Add missing ignores of output filesKarel Kočí2015-10-11
|
* Add small readme for uasrtecho example and small tweaksKarel Kočí2015-10-08
|
* Add implementation of USART and more ground changesKarel Kočí2015-10-08
|
* Remove files that won't be used in future for nowKarel Kočí2015-10-08
|
* Move MCU definition of ATmega8A in fileKarel Kočí2015-06-08
| | | | Definitions should be sorted alphabetically.
* Update README.mdKarel Kočí2015-06-03
|
* Fix files.mk fileKarel Kočí2015-06-03
| | | | Removed includes of removed files.
* Add TODO, nothing elseKarel Kočí2015-04-02
|
* Add support for ATmega8AKarel Kočí2015-04-02
|
* Move external devices to separated repositopriesKarel Kočí2015-04-02
|
* Add SPI mcu support checkKarel Kočí2015-03-22
|
* Add SPI USI mcu support checkKarel Kočí2015-03-22
|
* Moving mcu grouping to separate headerKarel Kočí2015-03-22
| | | | | mcu.h is from now for mcu groups defines. mcu_def now doing same as mcu.h previous.
* Prepare files for twiKarel Kočí2015-03-22
|
* Prepare for usb_cdcKarel Kočí2015-03-22
|
* Prepare for sconf configurationKarel Kočí2015-03-22
|
* Prepare for nrf24l01pKarel Kočí2015-03-22
|
* Prepare for charLCDKarel Kočí2015-03-22
|
* Prepare for DHT22Karel Kočí2015-03-22
|
* SPI moved from src subfolder and mode changesKarel Kočí2015-03-22
| | | | | | SPI USI should now work. SPI USI is now documented. Removing architecture specific folders in src.
* mcu definitions change and updateKarel Kočí2015-03-22
|
* Add *.o to gitignoreKarel Kočí2015-03-22
| | | | To ignore output obj files.