aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Implementing main loopKarel Kočí2015-02-03
| | | | | | | | These new scripts are part of main loop. kernel is not finished!! Divides kconfig_parser, sat_solution to better named modules. Phasing and iteration is implemented for loop watching.
* Python scripts addedKarel Kočí2015-01-14
| | | | | | | | conf.py are files for configuration, all configuration is in global conf.py and others are just sourcing that kconfig_parser.py is executing kconfig_parser sat_solution.py is partly implemented, in state of this commit is not working properly.
* Ignore for python cache added to .gitignoreKarel Kočí2015-01-14
|
* Output folder added to kconfig_parserKarel Kočí2015-01-14
| | | | Also kconfig folder in programs/src is renamed to kconfig_parser
* Linux folder moved and linux updated to v3.19-rc4Karel Kočí2015-01-14
|
* Add solution_kconfigKarel Kočí2014-12-16
| | | | This script is for setting options from sat generated solution to kconfig.
* Add sat_solutionKarel Kočí2014-12-16
| | | | Added script for minisat input build and execute.
* Add kconfig_parserKarel Kočí2014-12-14
| | | | | kconfig_parser is placed to new folder tree. In folder "programs" will be all programs. Files in folder programs/src/kconfig/kconfig are taken from kernel v3.18-rc3. In future, they should be updated if new changes will be added to kernel.
* Initial commitKarel Kočí2014-12-14