zephyr/scripts
Ulf Magnusson 5cfe06b6bc genrest/menuconfig: Fix crash for promptless choices
Update menuconfig (and Kconfiglib, just to sync) to upstream revision
256e5b3e38e92 to get the fix below in, for an issue in an external
project. Also update genrest.py with a similar fix (the genrest issue
was what originally prompted it).

    menuconfig: Improve/fix promptless choice handling

    The code assumed that all parent (interface) menus always have a
    prompt, which is false for items in promptless choices. This led to
    a crash e.g. when viewing the symbol information for a symbol within
    a promptless choice.

    Promptless choices with children can show up "legitimately" when
    people define choices in multiple locations to add symbols, though
    this is broken in the C tools.

    Use standard_sc_expr_str(node.item) instead of the non-existing
    prompt for promptless choices. That way they show up as
    '<choice (name if any>)>', which is consistent with how they're
    shown elsewhere.

    This commit also changes how choice names are displayed in
    show-name/show-all mode, to the standard_sc_expr_str() format.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-10-10 16:16:28 +02:00
..
checkpatch
ci scripts: ci: Set SOC_DIR for check-compliance.py 2018-09-14 17:45:56 +02:00
cmake
coccinelle coccinelle: Add script to enforce ARRAY_SIZE macro usage 2018-10-02 14:03:39 -07:00
cross_compiler
dts scripts/dts/extract: Add support for translating range properties 2018-10-05 13:19:39 -05:00
dts_sanity ext/hal/st: stm32f2: dos2unix and remove trailing white spaces 2018-10-09 12:03:17 -04:00
footprint
gitlint gitlint: accept "'" in committer names 2018-09-21 12:49:23 -04:00
kconfig genrest/menuconfig: Fix crash for promptless choices 2018-10-10 16:16:28 +02:00
meta/west scripts: update west to latest upstream version. 2018-09-25 17:51:22 +02:00
sanity_chk sanitycheck: update release data 2018-09-09 21:07:19 -04:00
support
.gitignore
check_host_is_ok.py
check_link_map.py
checkpatch.pl
checkstack.pl
coccicheck Coccinelle: Add support for Coccinelle infrastructure 2018-10-02 14:03:39 -07:00
dir_is_writeable.py
elf_helper.py scripts: elf_helper.py: run through flake8 2018-09-17 09:40:02 -04:00
file2hex.py
filter-known-issues.py
gen_alignment_script.py
gen_app_partitions.py subsys: app_memory: Fixed the build issue wrt ARC. 2018-09-28 08:09:23 +05:30
gen_gdt.py
gen_idt.py
gen_kobject_list.py kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
gen_mmu_x86.py
gen_offset_header.py
gen_priv_stacks.py scripts: gen_priv_stacks.py: run through flake8 2018-09-17 09:40:02 -04:00
gen_syscall_header.py kernel: syscalls: Change handlers namespace 2018-09-28 07:58:19 +05:30
gen_syscalls.py kernel: syscalls: Change handlers namespace 2018-09-28 07:58:19 +05:30
parse_syscalls.py userspace: adjust syscall generation scripts 2018-07-24 14:39:38 -04:00
process_gperf.py
qemu-machine-hack.py
requirements.txt scripts: add colorama to requirements.txt 2018-09-27 05:52:39 +05:30
sanitycheck sanitycheck: remove special ansi charachters from xml 2018-09-23 13:04:05 -04:00
spelling.txt
subfolder_list.py
tags.sh
waitpid
west scripts: fix west launcher for macOS 2018-09-26 00:33:45 +02:00