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. | ||
* | Small updates in makefile depedencies | Karel Kočí | 2016-03-21 |
| | |||
* | Fix USART configuration | Karel Kočí | 2016-03-20 |
| | |||
* | Kconfig move | Karel Kočí | 2016-03-20 |
| | |||
* | Another work progress | Karel Kočí | 2016-03-20 |
| | |||
* | Some chages in configuration build | Karel Kočí | 2016-03-20 |
| | |||
* | Add simav submodule for testing | Karel Kočí | 2016-03-11 |
| | |||
* | Add travis support | Karel Kočí | 2016-03-09 |
| | |||
* | Add basic support for ATtiny4313 | Karel Kočí | 2016-03-09 |
| | |||
* | Another full update of current work | Karel Kočí | 2016-03-08 |
| | |||
* | tmp | Karel Kočí | 2015-11-11 |
| | |||
* | Small updates to spi.md | Cynerd | 2015-11-03 |
| | |||
* | Remove file accidentally committed html file | Karel Kočí | 2015-10-17 |
| | |||
* | Add license file | Cynerd | 2015-10-17 |
| | |||
* | Complete commit of current work | Karel Kočí | 2015-10-17 |
| | |||
* | Fixes in USART and changes in ave-ioe.mk | Karel Kočí | 2015-10-11 |
| | |||
* | Replace usart initialization parameters with configuration | Karel Kočí | 2015-10-11 |
| | | | | | Baudrate and other configurations are now defined in compile time by preprocessor flags. This simplifies output code. | ||
* | Add USART FILE interface | Karel Kočí | 2015-10-11 |
| | | | | ! NOT TESTED ! | ||
* | Format usart.c | Karel Kočí | 2015-10-11 |
| | |||
* | Implement SPI and remove files | Karel Kočí | 2015-10-11 |
| | |||
* | Add missing ignores of output files | Karel Kočí | 2015-10-11 |
| | |||
* | Add small readme for uasrtecho example and small tweaks | Karel Kočí | 2015-10-08 |
| | |||
* | Add implementation of USART and more ground changes | Karel Kočí | 2015-10-08 |
| | |||
* | Remove files that won't be used in future for now | Karel Kočí | 2015-10-08 |
| | |||
* | Move MCU definition of ATmega8A in file | Karel Kočí | 2015-06-08 |
| | | | | Definitions should be sorted alphabetically. | ||
* | Update README.md | Karel Kočí | 2015-06-03 |
| | |||
* | Fix files.mk file | Karel Kočí | 2015-06-03 |
| | | | | Removed includes of removed files. | ||
* | Add TODO, nothing else | Karel Kočí | 2015-04-02 |
| | |||
* | Add support for ATmega8A | Karel Kočí | 2015-04-02 |
| | |||
* | Move external devices to separated repositopries | Karel Kočí | 2015-04-02 |
| | |||
* | Add SPI mcu support check | Karel Kočí | 2015-03-22 |
| | |||
* | Add SPI USI mcu support check | Karel Kočí | 2015-03-22 |
| | |||
* | Moving mcu grouping to separate header | Karel 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 twi | Karel Kočí | 2015-03-22 |
| | |||
* | Prepare for usb_cdc | Karel Kočí | 2015-03-22 |
| | |||
* | Prepare for sconf configuration | Karel Kočí | 2015-03-22 |
| | |||
* | Prepare for nrf24l01p | Karel Kočí | 2015-03-22 |
| | |||
* | Prepare for charLCD | Karel Kočí | 2015-03-22 |
| | |||
* | Prepare for DHT22 | Karel Kočí | 2015-03-22 |
| | |||
* | SPI moved from src subfolder and mode changes | Karel Kočí | 2015-03-22 |
| | | | | | | SPI USI should now work. SPI USI is now documented. Removing architecture specific folders in src. | ||
* | mcu definitions change and update | Karel Kočí | 2015-03-22 |
| | |||
* | Add *.o to gitignore | Karel Kočí | 2015-03-22 |
| | | | | To ignore output obj files. | ||
* | README.md add ATtiny4313 | Karel Kočí | 2015-03-14 |
| | |||
* | Add required mcu specifications | Karel Kočí | 2015-03-14 |
| | | | | Added mcu specification for previous commits. | ||
* | 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. | ||
* | Add makefile and files.mk | Karel Kočí | 2015-03-14 |
| | | | | | Added dummy makefile. Only for cleaning. files.mk is intended for project makefile. | ||
* | Remove documentation | Karel Kočí | 2015-03-14 |
| | | | | | Documentation will be hand written. At least until better solution. Problem is with ifdefs. | ||
* | GPIO removed | Karel Kočí | 2015-02-08 |
| | | | | | | Considering limitation of this and high limitations is GPIO removed. Maybe it made code more clear, but direct access to registers is more effective if we want to set multiple pins in one set. |