aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* Fix USART configurationKarel Kočí2016-03-20
|
* Another work progressKarel Kočí2016-03-20
|
* Another full update of current workKarel Kočí2016-03-08
|
* tmpKarel Kočí2015-11-11
|
* 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 implementation of USART and more ground changesKarel Kočí2015-10-08
|
* Add TODO, nothing elseKarel Kočí2015-04-02
|
* 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 for usb_cdcKarel 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.
* SPI implemented !NOT TESTED!Karel Kočí2015-03-14
| | | | SPI for spi hardware implemented, but newer tested yet!
* SPI USI implementation !NOT TESTED!Karel Kočí2015-03-14
SPI on USI implemented. But not tested yet.