ChibiOS upgrade: configuration file migrator (#9952)
* Initial commit for ChibiOS conf migration. * Modify paths, normalise chconf.h and halconf.h to be common. * Allow deletion of non-overridden files.
This commit is contained in:
parent
46d7b25e4d
commit
2e1232c6bd
8 changed files with 171 additions and 2 deletions
|
@ -8,6 +8,7 @@ from milc import cli
|
|||
|
||||
from . import c2json
|
||||
from . import cformat
|
||||
from . import chibios
|
||||
from . import compile
|
||||
from . import config
|
||||
from . import docs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue