zephyr/scripts
Manoel Brunnen 368b0e0d16 twister: Initialise unbound 'hardware' variable
hardware was referenced as return value, without being declared. When the
program goes into the 'except' path, hardware is unbound, but returned,
which throws an error:

`UnboundLocalError`: local variable 'hardware' referenced before assignment

Signed-off-by: Manoel Brunnen <manoel.brunnen@ithinx.io>
2023-07-10 13:57:21 +02:00
..
build scripts: build: gen_device_deps: s/--dynamic-handles/--dynamic-deps 2023-06-21 09:32:05 +02:00
checkpatch
ci scripts: ci: check_compliance: add a no-modules Kconfig check 2023-07-05 09:11:02 +02:00
coccinelle
coredump arch: arm64: add support for coredump 2023-07-03 09:32:26 +02:00
dts devicetree.h: DT_FOREACH_NODE_VARGS, DT_FOREACH_STATUS_OKAY_NODE_VARGS 2023-07-07 11:41:19 +02:00
footprint
generate_usb_vif
gitlint
kconfig
logging/dictionary scripts: logging: dictionary: Fix database generation 2023-06-19 15:03:07 +02:00
native_simulator native_simulator: Align with upstream latest with more trampolines 2023-07-07 14:32:41 +02:00
net
pylib twister: Initialise unbound 'hardware' variable 2023-07-10 13:57:21 +02:00
pylint/checkers
release
schemas
support
tests twister: pytest: Parse report file to get testcases 2023-06-25 02:44:49 -04:00
tracing
utils
west_commands west: sign.py: fix sign when CONFIG_KERNEL_BIN_NAME is used 2023-07-10 09:29:33 +02:00
.gitignore
checkpatch.pl checkpatch: exclude lib/posix/*.c from negative errno rule 2023-07-05 21:06:55 -04:00
checkstack.pl
coccicheck
dump_bugs_pickle.py
gen_gcov_files.py
get_maintainer.py
github_helpers.py
list_boards.py
make_bugs_pickle.py
requirements-base.txt
requirements-build-test.txt
requirements-compliance.txt
requirements-doc.txt doc: Update requirements-doc.txt to use docleaf 2023-07-03 10:05:52 +00:00
requirements-extras.txt
requirements-run-test.txt
requirements.txt
series-push-hook.sh
set_assignees.py
snippets.py
spelling.txt
tags.sh
twister
valgrind.supp valgrind: Update suppression file to align with updated POSIX arch 2023-07-05 07:01:19 -04:00
west-commands.yml
zephyr_module.py