zephyr/scripts
Hake Huang 7058c2283f twister: unify test scenario path to backslash
Winodws user may use the `\` as path, but in twister we use the common `/`
as path separated, to avoid the mis-use, convert it to `/` in twister
first normpath, and then replace the os.sep

tested by:

For Linux Like:
west twister -p disco_l475_iot1 -s samples/hello_world/...

For Windows:
west twister -p disco_l475_iot1 -s samples\hello_world\...

fixing: #70310

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2024-03-26 08:48:13 -04:00
..
build syscall: Export all emitted syscalls, enabling them for extensions 2024-03-20 16:26:54 +00:00
checkpatch
ci Revert "scripts: remove board name from the qualifiers in list_boards.py" 2024-03-22 17:28:23 +01:00
coccinelle
coredump xtensa: rename z_xtensa to simply xtensa 2023-12-13 09:41:24 +01:00
dts gen_defines: output the interrupt level of a node 2024-01-23 06:48:16 -05:00
footprint hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
generate_usb_vif
gitlint
kconfig scripts: kconfig: Add substring function 2024-03-21 20:10:46 +01:00
logging/dictionary scripts: logging/dictionary/sys-t: remove escape between CDATA 2023-12-15 14:34:15 +01:00
native_simulator native_simulator: constify 'buffer' argument in nsi_host_write() 2024-02-26 11:36:21 +01:00
net tests|scripts/net: Change native_posix references to native_sim 2024-03-20 15:43:05 +01:00
pylib twister: unify test scenario path to backslash 2024-03-26 08:48:13 -04:00
pylint/checkers
release
schemas twister: add flash-before option 2024-03-25 18:37:49 -04:00
support
tests twister: tests: add "no platform" test case for --device-testing 2024-03-25 16:18:05 +01:00
tracing
utils hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00
west_commands Revert "scripts: remove board name from the qualifiers in list_boards.py" 2024-03-22 17:28:23 +01:00
.gitignore
checkpatch.pl scripts: checkpatch.pl: fix constant comparison false positives 2024-01-28 13:01:36 -05:00
checkstack.pl
coccicheck
dump_bugs_pickle.py
gen_gcov_files.py
get_maintainer.py MAINTAINERS: add 2 new keys: tags, tests 2023-12-22 09:54:12 +01:00
github_helpers.py
list_boards.py Revert "scripts: remove board name from the qualifiers in list_boards.py" 2024-03-22 17:28:23 +01:00
list_hardware.py list_hardware.py: sort rglob(SOC_YML) HWMv2 results 2024-03-13 11:16:21 +00:00
make_bugs_pickle.py
requirements-base.txt
requirements-build-test.txt scripts: coverage: gcovr to ignore negative counters 2023-11-03 07:57:10 -04:00
requirements-compliance.txt
requirements-extras.txt scripts/requirements: bump imgtool to 2.0.0 2024-02-12 23:26:04 +01:00
requirements-run-test.txt scripts: tests: --package-artifacts fix, blackbox tests 2024-03-11 16:12:55 -04:00
requirements.txt
series-push-hook.sh
set_assignees.py scripts: set_maintainer: fix author == maintainer fallback logic 2024-01-16 14:24:05 -05:00
snippets.py terminology: adopt CMake, python, and Kconfig code to use qualifiers 2024-03-21 15:32:17 +01:00
spelling.txt spelling: add enabeld typo 2024-03-06 19:27:28 -05:00
tags.sh
twister twister: implement simulation_exclude filter 2023-12-19 07:33:39 -05:00
valgrind.supp valgrind: Update POSIX soc no cpu cleanup suppression 2023-11-29 15:33:49 +01:00
west-commands.yml
zephyr_module.py