This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
a80af336c2
zephyr
/
tests
/
misc
/
kconfigoptions
/
testcase.yaml
5 lines
89 B
YAML
Raw
Normal View
History
Unescape
Escape
scripts/Kconfig: add dt_node_array_prop Kconfig functions The motivation is to allow accessing array elements from device tree properties in Kconfig. * Add dt_node_array_prop and _node_array_prop functions to extract the array elements from properties. * Add 'dt_node_array_prop_int' and 'dt_node_array_prop_hex' keys to use in Kconfig. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
2022-03-18 17:50:00 +08:00
tests
:
tests: misc: fix identifiers Do no use misc as component for test identifier. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-08-01 20:05:15 +08:00
kconfig.kconfigoptions
:
scripts/Kconfig: add dt_node_array_prop Kconfig functions The motivation is to allow accessing array elements from device tree properties in Kconfig. * Add dt_node_array_prop and _node_array_prop functions to extract the array elements from properties. * Add 'dt_node_array_prop_int' and 'dt_node_array_prop_hex' keys to use in Kconfig. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
2022-03-18 17:50:00 +08:00
tags
:
kconfigoptions
tests/misc/kconfigoptions: Switch to native_sim Switch from native_posix to native_sim as test platform and switch overlay to native_sim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-23 20:06:37 +08:00
platform_allow
:
native_sim