aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* 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.