zephyr/tests
Erwan Gouriou bced529f78 include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro
STM32_DT_CLOCKS was designed to take a device tree node label name as
argument: STM32_DT_CLOCKS(uart1)
Change its implementation to take a node identifier instead:
STM32_DT_CLOCKS(DT_NODELABEL(uart1)).

This make its usage more flexible since the argument can now be extracted
from other DT macros such as DT_PARENT. Then, the following can be done:
STM32_DT_CLOCKS(DT_PARENT(child_node_label)).

Since it is now possible implement STM32_DT_INST_CLOCKS using
STM32_DT_CLOCKS.

Finally, update existing STM32_DT_CLOCKS users and convert
STM32_INST_CLOCK_INFO users to STM32_CLOCK_INFO.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-06-28 11:07:29 +02:00
..
application_development/gen_inc_file kconfig: Rename the ZTEST stack size option to align with the rest 2022-02-22 08:23:05 -05:00
arch tests: arm: runtime nmi testcase is flushing DCACHE 2022-06-20 10:27:27 +02:00
benchmarks tests: benchmarks: sys_kernel: Migrate to K_THREAD_STACK_DECLARE 2022-06-20 10:25:52 +02:00
bluetooth Bluetooth: controller: llcp: fix issue re. missing ack of terminate ind 2022-06-28 11:07:04 +02:00
boards dma: HDA DMA API test use alignment property 2022-06-27 12:46:11 +02:00
boot/uefi tests: migrate includes to <zephyr/...> 2022-05-06 20:02:14 +02:00
cmake/config_dir
crypto tests: crypto: mbedtls: remove default mbedTLS options 2022-06-23 09:10:03 +02:00
drivers include: stm32: clock_control: Ease usage of STM32_DT_CLOCKS macro 2022-06-28 11:07:29 +02:00
kernel tests: workq: remove tests using legacy work queue API 2022-06-27 12:46:21 +02:00
lib tests: Add picolibc tests for cbprintf 2022-06-27 12:47:25 +02:00
misc tests: Add picolibc tests 2022-06-22 13:15:55 +02:00
net all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
posix tests: posix: use new ztest api 2022-06-28 11:07:12 +02:00
subsys logging: Removing v2 suffix from logging names 2022-06-23 15:46:37 -04:00
unit lib: os: cbprint: enable tagged arguments for packaging 2022-06-08 00:15:55 +09:00
ztest ztest: Fix incorrect use of this as fixture 2022-06-16 16:13:18 -04:00