aboutsummaryrefslogtreecommitdiff
path: root/scripts/write_config
Commit message (Collapse)AuthorAge
* Rewrite write_config solution check and fix applyKarel Kočí2015-05-15
| | | | solution.apply failed in case of last solution.
* Add some configuration options and clean write_confKarel Kočí2015-05-04
|
* write_config update to parse_kconfig changesKarel Kočí2015-05-01
|
* Configure write_config to compare and not set valueKarel Kočí2015-04-19
|
* write_config writing loaded configurationKarel Kočí2015-04-19
|
* write-config now checking for inconsistency in configKarel Kočí2015-04-19
|
* write_config implemented solution reader, but most of code in write.c is now ↵Karel Kočí2015-04-17
| | | | commented
* Fix problem with overwriting last element with zerosKarel Kočí2015-04-14
|
* write_solution to not search for NONAMEGENKarel Kočí2015-04-13
|
* Add write_config .gitignoreKarel Kočí2015-04-13
|
* Add first implementation of write_configKarel Kočí2015-04-13
| | | | | | | write_config is application for default .config generation. It will be using default API from kconfig to generate it. Now implemented only symbol map loading.
* Add makefile for new application write_configKarel Kočí2015-04-12
This makefile is copy of parse_kconfig makefile, only target name changed.