-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kconfig: Refactor kconfig.py to use __main__ and argparse
Kconfig.py is not following the de-facto (real?) coding standards of Zephyr. This commit refactors kconfig.py with two changes: Use __main__ and def main(). Use argparse instead of sys.argv. Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
- Loading branch information
1 parent
4388f6f
commit 60b01f3
Showing
1 changed file
with
81 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters