zephyr/samples/subsys
Erwan Gouriou 3e1443ccf9 scripts/pylib: expr_parser.py: Review dt_compat_enabled_with_label
Function used for filtering "dt_compat_enabled_with_label" was not
working as expected as it was not taking into account that we're
looking for a children/parent combination:
Provided "compat" with enabled status should be the one of the parent
of the node matching given label.

Function is then reworked to take this into account.
And to make it's usage clear:
- function name is changed to be clearer on the intention
- args order is reversed to be more logical wrt the intention

Users of the function are also updated to take the change into
account.

Fixes #36093

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-06-21 20:31:49 -04:00
..
audio/sof ADSP / SOF: don't force uniprocessor mode 2021-05-03 17:13:01 -04:00
canbus doc: can: fix build commands 2021-05-25 09:40:27 -04:00
console
cpp
debug samples: gdbstub: increase kobject text area 2021-04-22 07:42:58 -04:00
display samples: display: cfb_custom_font: convert to using DEVICE_DT_GET() 2021-06-14 07:04:36 -05:00
edac
fs samples: littlefs: Fix sample attempting double mount 2021-05-18 16:58:53 -04:00
ipc samples: ipm_imx: drop device_get_binding 2021-05-05 20:46:43 +02:00
logging samples: logging/dictionary: fix long double compilation error 2021-05-04 07:36:55 -04:00
lorawan/class_a samples: lorawan: class_a: increase stack sizes 2021-06-18 11:22:03 +02:00
mgmt samples: wifi: Fix mgmt conn req 2021-05-25 07:37:24 -05:00
modbus samples: rtu_server: rework LED configuration 2021-03-19 15:50:21 +01:00
nvs samples: nvs: fix flash device access 2021-05-05 20:46:43 +02:00
pm/device_pm pm: device_runtime: Change API behavior s/_sync/_async 2021-05-26 10:56:55 -04:00
portability portability: move cmsis api samples/tests 2021-04-20 08:45:05 -04:00
settings
shell samples: shell_module: use Kconfig setting SHELL_CMD_ROOT 2021-06-16 10:41:17 +02:00
task_wdt samples: task_wdt: drop device_get_binding/DT_INST 2021-05-05 20:46:43 +02:00
testsuite tests: pytest: add an example for pytest 2021-05-04 19:08:18 -04:00
tracing tracing: add empty test macros 2021-05-07 22:10:21 -04:00
usb scripts/pylib: expr_parser.py: Review dt_compat_enabled_with_label 2021-06-21 20:31:49 -04:00
video
subsys.rst