zephyr/scripts
Martí Bolívar 19bb6b330c edtlib: fix error handling in an internal helper
The error message emitted by _interrupt_parent() is wrong; it
mistakenly says:

  node None has an 'interrupts' property, but [...]

This 'None' is appearing because the same routine overwrites the
'node' argument that the caller is asking about with node parents
until it hits the root, at which point root.parent is None.

Fix it by caching the original node and using that in the error
message instead.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-07-18 17:50:44 -05:00
..
build scripts: move gen_cfb_font_header.py to scripts/build 2022-07-12 10:03:45 +02:00
checkpatch scripts: checkpatch: add Atmel Pwm typedef 2022-07-12 17:51:23 +02:00
ci uncrustify: remove configuration file 2022-06-15 09:37:30 -04:00
coccinelle everywhere: fix typos 2022-03-18 13:24:08 -04:00
coredump debug: coredump: add xtensa intel adsp, support toolchains 2022-06-23 15:44:45 -04:00
dts edtlib: fix error handling in an internal helper 2022-07-18 17:50:44 -05:00
footprint scripts: fpdiff: Initialise Colorama during start-up 2022-05-24 09:00:16 -07:00
gitlint scripts: gitlint: block Change-Id tags in commit message 2022-04-20 20:59:33 -04:00
kconfig kconfig: add support for warnings when enabling deprecated features 2022-07-15 09:53:08 -05:00
logging/dictionary scripts: dictionary: Initialise Colorama during module load 2022-05-24 09:00:16 -07:00
net net: scripts: Make test runner script fully generic 2020-11-20 16:07:59 +02:00
pylib/twister scripts: better logging for --coverage-formats option 2022-07-18 15:03:13 -04:00
release scripts: release: list_backports: use older python dict merge method 2022-07-19 00:20:13 +09:00
schemas/twister twister: add support for platform_type filter 2022-05-14 14:49:59 -04:00
support
tests twister: adapt twister testsuite 2022-07-05 12:06:27 -04:00
tracing scripts: tracing: Initialise Colorama during module load 2022-05-24 09:00:16 -07:00
utils scripts: utils: add include migration script 2022-05-11 10:55:35 +02:00
west_commands west: zcmake.py: support UNINITIALIZED type if CMakeCache.txt file 2022-07-11 11:33:15 +02:00
.gitignore cleanup: rename sanitycheck references to twister 2021-01-14 07:50:52 -06:00
checkpatch.pl scripts: checkpatch: allow leading spaces in multi-lines macros 2022-06-17 10:18:37 +02:00
checkstack.pl
coccicheck scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
dump_bugs_pickle.py scripts: add dump_bugs_pickle.py 2022-06-03 19:19:25 -05:00
gen_gcov_files.py scripts: gen_gcov_files.py: add argument help text 2020-06-13 16:33:22 -04:00
get_maintainer.py scripts: get_maintainer: Use SafeLaoder for yaml 2022-04-13 13:48:18 -07:00
github_helpers.py scripts: add github_helpers.py 2022-05-24 18:48:03 +02:00
list_boards.py scripts: list_boards: handle boards dirs with subset of architectures 2021-06-11 16:26:30 +02:00
make_bugs_pickle.py scripts: add make_bugs_pickle.py 2022-05-24 18:48:03 +02:00
requirements-base.txt requirements: bump pyelftools to >=0.27 2022-06-10 09:46:31 +02:00
requirements-build-test.txt scripts: move pip pykwalify from requirements-build-test to -base 2021-01-18 16:56:24 -05:00
requirements-compliance.txt python: Fix the requirement for libmagic to be installed 2022-06-30 13:34:26 +02:00
requirements-doc.txt doc: enable sphinx-copybutton extension 2022-03-25 15:05:13 -07:00
requirements-extras.txt scripts: move gen_cfb_font_header.py to scripts/build 2022-07-12 10:03:45 +02:00
requirements-run-test.txt requirements: add netifaces, needed by adsp runner 2022-07-04 16:33:03 +02:00
requirements.txt python3: add check_compliance package requirements 2020-08-11 14:49:48 -04:00
series-push-hook.sh scripts: series-push-hook: Use main as base comparison branch 2021-05-27 15:55:43 -05:00
set_assignees.py ci: do not add assignees if already set 2022-06-17 11:56:07 -04:00
spelling.txt
tags.sh scripts: Update paths on tags.sh 2021-02-19 05:28:09 -06:00
twister twister: do not modify testplan on subsequent runs 2022-07-13 10:13:28 +02:00
valgrind.supp
west-commands.yml west: spdx: Generate SPDX 2.2 tag-value documents 2021-05-05 11:14:06 -04:00
zephyr_module.py twister: Fix dependency on west when checking for projects 2022-05-09 13:48:17 -07:00