Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
45c0b20470df925a45cd87b1587f0782578b40a2
/
scripts
/
kconfig
9f8d429
menuconfig: Fix a case of visible symbols not being shown
by Ulf Magnusson
· 7 years ago
c1f54cc
Kconfig: Show include paths in menuconfig and documentation
by Ulf Magnusson
· 7 years ago
d67095b
Kconfiglib: Make header symbol order match .config files again
by Ulf Magnusson
· 7 years ago
a56be6f
Kconfiglib: Fix $srctree behavior for the top-level Kconfig file
by Ulf Magnusson
· 7 years ago
6686efb
kconfiglib/menuconfig: Add functionality and improve symbol information
by Ulf Magnusson
· 7 years ago
ec3eff5
Kconfig: Use the first default with a satisfied condition
by Ulf Magnusson
· 7 years ago
5402662
cmake: kconfig: Fix rerunning cmake after Kconfig warnings
by Ulf Magnusson
· 7 years ago
b3d165f
scripts: kconfig: Handle warnings generated during evaluation
by Ulf Magnusson
· 7 years ago
9930633
kconfig: remove whitelisting for ARC_INIT
by Anas Nashif
· 7 years ago
953cc12
kconfiglib: Fix paths for gsource'd files in the documentation
by Ulf Magnusson
· 7 years ago
f6bf897
kconfiglib: Add preprocessor and two warnings
by Ulf Magnusson
· 7 years ago
53f4189
scripts: kconfig: Do not print warnings for choice overriding
by Ulf Magnusson
· 7 years ago
aa2beb9
kconfig: Stop whitelisting "undefined symbol SSE" warning
by Ulf Magnusson
· 7 years ago
d317a0e
kconfiglib: Update to use redesigned 'referenced' API
by Ulf Magnusson
· 7 years ago
54a5997
kconfiglib: Add dependency loop detection
by Ulf Magnusson
· 7 years ago
4dcde2e
menuconfig: Allow searches from the info dialog and vice versa
by Ulf Magnusson
· 7 years ago
80f19cc
kconfiglib: Correctly report choice locations in some warnings
by Ulf Magnusson
· 7 years ago
ea10810
scripts: kconfig: Extend the assignment-failed warning
by Ulf Magnusson
· 7 years ago
59c8ae8
kconfiglib: Fix incorrectly ordered props. for some multi.def symbols
by Ulf Magnusson
· 7 years ago
f425c0a
scripts: kconfig: Disable the "FOO set more than once" warning
by Ulf Magnusson
· 7 years ago
7f84001
menuconfig: Fix searching for nonexistent objects
by Tomasz Gorochowik
· 7 years ago
f971aac
scripts: kconfig: Turn most warnings into errors
by Ulf Magnusson
· 7 years ago
20721f3
scripts: kconfig: Improve the 'user value != actual value' warning
by Ulf Magnusson
· 7 years ago
cb95ea0
kconfiglib: Update to add list of choices
by Ulf Magnusson
· 7 years ago
163dec6
menuconfig: Add show-name mode + small help dialog improvement
by Ulf Magnusson
· 7 years ago
6eabea3
Kconfiglib: Warn for unquoted string defaults
by Ulf Magnusson
· 7 years ago
d44fee3
menuconfig: Add search and save/load improvements from upstream
by Ulf Magnusson
· 7 years ago
b45e152
menuconfig/genrest: Exclude implicit submenus from menu paths
by Ulf Magnusson
· 7 years ago
aa26289
kconfig: Get rid of leading/trailing whitespace in prompts
by Ulf Magnusson
· 7 years ago
b58cbfd
menuconfig: Add .config loading dialog
by Ulf Magnusson
· 7 years ago
6d4d8ce
menuconfig: Show properties on the correct symbol definition
by Ulf Magnusson
· 7 years ago
e307ba3
kconfiglib: Record which MenuNode has each property
by Ulf Magnusson
· 7 years ago
4dc9e5b
kconfig: Get rid of 'option env' bounce symbols
by Ulf Magnusson
· 7 years ago
e24788e
menuconfig: Make search more flexible and search prompts
by Ulf Magnusson
· 7 years ago
295c1d8
menuconfig: Fix rendering of long prefilled edit box string
by Ulf Magnusson
· 7 years ago
27d3492
menuconfig: Increase indent and make Unicode more robust
by Ulf Magnusson
· 7 years ago
547ed9b
kconfig: Make 'source' non-globbing and use 'gsource'
by Ulf Magnusson
· 7 years ago
ac7f223
kconfig: Mention that checkconfig.py lacks Kconfiglib 2 support
by Ulf Magnusson
· 7 years ago
11952a6
kconfig: Remove the C Kconfig implementation
by Ulf Magnusson
· 7 years ago
b737fcb
scripts: kconfig: Add incremental search to menuconfig
by Ulf Magnusson
· 7 years ago
60b01f3
kconfig: Refactor kconfig.py to use __main__ and argparse
by Sebastian Bøe
· 7 years ago
dc97fc2
kconfiglib: Update to default to UTF-8 for Python 3
by Ulf Magnusson
· 7 years ago
1799cfd
scripts: kconfig: Turn malformed .config lines into errors
by Ulf Magnusson
· 7 years ago
cfb3c92
kconfiglib: Update to add warning for malformed .config lines
by Ulf Magnusson
· 7 years ago
73549ad
scripts: kconfig: Add a Python menuconfig implementation
by Ulf Magnusson
· 7 years ago
d3bfbfe
kconfiglib: Update to get choice.direct_dep in
by Ulf Magnusson
· 7 years ago
b742b62
kconfiglib: Update to get split_expr() in
by Ulf Magnusson
· 7 years ago
8fc44f2
kconfiglib: Update to e8408a06c68d8
by Ulf Magnusson
· 7 years ago
db28a5d
kconfiglib: Update to 981d24aff7654
by Ulf Magnusson
· 7 years ago
46a172a
kconfiglib: Update to 2259d353426f1
by Ulf Magnusson
· 7 years ago
4b35875
kconfiglib: Update to 7245bad9ebb58
by Ulf Magnusson
· 7 years ago
e3892d9
scripts: kconfig: Give symbol locations in warnings
by Ulf Magnusson
· 7 years ago
43bc304
Revert "doc: Kconfig: Decode Kconfig sources as UTF-8 instead [...]"
by Sebastian Bøe
· 7 years ago
799b456
Revert "kconfig: Decode Kconfig sources as UTF-8 instead of [...]"
by Sebastian Bøe
· 7 years ago
f8d4512
doc: Kconfig: Decode Kconfig sources as UTF-8 instead of as LC_CTYPE
by Sebastian Bøe
· 7 years ago
8500134
kconfig: Decode Kconfig sources as UTF-8 instead of as LC_CTYPE
by Sebastian Bøe
· 7 years ago
46239ba
kconfiglib: Update to fd21c5cb320b9
by Sebastian Bøe
· 7 years ago
6bb98cc
kconfig: Sort the glob results
by Carles Cufi
· 7 years ago
8f7fdad
scrips: kconfig: Rebase KConfiglib to latest upstream
by Carles Cufi
· 7 years ago
81da97c
kconfig: Rebase to latest Kconfiglib
by Carles Cufi
· 7 years ago
2612744
cmake: Don't specify a C standard when building Kconfig
by Sebastian Bøe
· 7 years ago
d92769b
scripts: kconfig: Replace Kconfig exectuables with Python
by Carles Cufi
· 7 years ago
f4639f1
scripts: kconfig: Prefer later defaults
by Carles Cufi
· 7 years ago
33bbecb
scripts: kconfig: Add support for wildcards and globbing
by Carles Cufi
· 7 years ago
591eb57
scripts: kconfig: Import Kconfiglib
by Carles Cufi
· 7 years ago
0829ddf
kbuild: Removed KBuild
by Sebastian Bøe
· 7 years ago
f9a70a8
kconfig: fix Qt header for building Qt based kconfig
by Anas Nashif
· 7 years ago
12f8f76
Introduce cmake-based rewrite of KBuild
by Sebastian Bøe
· 7 years ago
b37bcf2
scrips/merge_config.sh: fix corner case \n-less last line
by Inaky Perez-Gonzalez
· 7 years ago
83134d9
scripts: move kconfig related scripts to scripts/kconfig
by Anas Nashif
· 8 years ago
19ee5ef
build: support building host tools
by Anas Nashif
· 8 years ago
96c4a4b
scrips/kconfig: reduce impact of getenv() buffer overflow
by Inaky Perez-Gonzalez
· 8 years ago
7f1c76f
win-build: Fixes a kconfig incompatibility for Windows
by Juan Manuel Cruz
· 8 years ago
ababbf7
scrips/kconfig: use snprintf() vs sprintf()
by Inaky Perez-Gonzalez
· 8 years ago
ff23cb5
build: support pre-built host tools
by Anas Nashif
· 8 years ago
d29576b
kconfig: Specify ncurses explicitely
by Carles Cufi
· 9 years ago
8081fd3
kconfig: Use HOST_OS environment variable in Makefile
by Carles Cufi
· 9 years ago
d9b192e
build: Fixes an issue with file permissions on windows
by Juan Manuel Cruz
· 9 years ago
5516bca
build: Add MinGW dependencies in makefile
by Juan Manuel Cruz
· 9 years ago
0e40db8
build: fixes issue in windows Kconfig support
by Juan Manuel Cruz
· 9 years ago
8df10d4
kconfig: untangle ordering and dependencies
by Daniel Leung
· 9 years ago
c6390d5
kconfig: prefer default values that are defined later
by Daniel Leung
· 9 years ago
4babac0
kconfig: add a debug option to print defaults in menuconfig
by Daniel Leung
· 9 years ago
99198e7
kconfig: adapt kconfig to work with mingw
by Juan Manuel Cruz
· 9 years ago
e49530a
kconfig: do not build with NLS by default
by Anas Nashif
· 9 years ago
1cfc5b3
Move defconfig files to the board directory
by Anas Nashif
· 9 years ago
c47769b
kconfig: move all defconfig fragments to configs/
by Anas Nashif
· 9 years ago
6e23ff4
kconfig: support wildcards
by Anas Nashif
· 9 years ago
7fe3dc4
build: help message config targets update
by Juan Manuel Cruz
· 9 years ago
0073eec
merge_config: look for *.config files in app root
by Anas Nashif
· 9 years ago
32e1ecb
kbuild: add generic mergeconfig target, %.config
by Masahiro Yamada
· 9 years ago
830c9fb
kbuild: mergeconfig: remove redundant $(objtree)
by Masahiro Yamada
· 9 years ago
61c6277
kbuild: mergeconfig: fix "jobserver unavailable" warning
by Masahiro Yamada
· 9 years ago
8f298d3
merge_config.sh: rename MAKE to RUNMAKE
by Masahiro Yamada
· 9 years ago
224fa94
merge_config.sh: exit on missing input files
by Sam Bobroff
· 9 years ago
15e1669
kbuild: mergeconfig: move an error check to merge_config.sh
by Masahiro Yamada
· 9 years ago
1540777
kconfig: fix a misspelling in scripts/kconfig/merge_config.sh
by Masahiro Yamada
· 9 years ago
40cd34e
merge_config.sh: Display usage if given too few arguments
by Olof Johansson
· 9 years ago
9b9ab37
make sed happy on OSX when invoked with -i
by Anas Nashif
· 9 years ago
f367f07
doxygen: add @brief and capitalize
by Anas Nashif
· 9 years ago
Next »