zephyr/scripts/ci
Ulf Magnusson d317a0e6b4 kconfiglib: Update to use redesigned 'referenced' API
Update Kconfiglib to get upstream commit eb6c21a9b33a2 ("Turn
MenuNode/Symbol/Choice.referenced() into a @property") in. It converts
the MenuNode.referenced() function into a property, which makes the API
more consistent (read-only stuff uses properties).

Also update scripts/ci/list_undef_kconfig_refs.py to access .referenced
as a property.

Piggyback a small is_num() simplification.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-06-25 10:31:08 +02:00
..
build-docs.sh ci: update path to theme repo 2017-05-03 15:36:03 -04:00
check-compliance.py kconfig: Fail in CI if Kconfig files reference undefined symbols 2018-06-18 11:25:35 +02:00
get_modified_boards.py ci: run more tests on boards that have changed 2017-08-14 13:28:42 -04:00
get_modified_tests.py tests: run modified tests with full coverage 2017-07-28 17:03:04 -04:00
list_undef_kconfig_refs.py kconfiglib: Update to use redesigned 'referenced' API 2018-06-25 10:31:08 +02:00
merge_junit.py ci: merge xml reports into one single file 2017-06-10 10:44:33 -04:00
run-coverity.sh