zephyr/tests
Alexander Razinkov b158c52e24 devicetree: support of 64-bit addresses from devicetree
Usage of 64-bit address constants from devicetree without a
UINT64_C wrapping macro results in the following warning and the
cut-off of the address value:

"warning: integer constant is so large that it is unsigned"

This change extends devicetree API adding few wrappers over the
address constant getters which add ULL size suffix to an
address integer literal when the appearance of 64-bit address
values is possible

Signed-off-by: Alexander Razinkov <alexander.razinkov@syntacore.com>
2023-06-25 03:29:54 -04:00
..
application_development scripts: gen_relocate_app.py: Give sections unique names 2023-06-20 16:33:49 +02:00
arch tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
benchmarks tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
bluetooth Bluetooth: Unit: Fix unit tests that rely on settings 2023-06-17 07:58:07 -04:00
boards inte_adsp: ipc: prevent ipc message send during Device power transition 2023-06-22 06:14:57 -04:00
boot tests: boot: mcuboot: disable test 2023-05-25 16:29:40 -04:00
bsim bsim: net: Add delay to echo client in ot bsim tests. 2023-06-23 09:20:23 +02:00
cmake tests: snippets: Rework the snippet test 2023-05-25 21:51:26 +02:00
crypto tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
drivers test: adc: current sense amplifier 2023-06-24 18:54:33 +02:00
kernel tests: kernel/mp: move CONFIG_KERNEL_COHERENCE to Kconfig 2023-06-21 13:59:36 -04:00
lib devicetree: support of 64-bit addresses from devicetree 2023-06-25 03:29:54 -04:00
misc tests: misc: check_init_priorities: check for zephyr_pre1 target 2023-06-21 09:32:05 +02:00
net net: lwm2m: Ensure string termination 2023-06-21 10:42:31 +02:00
posix tests: posix: fs: Add tests for stat command 2023-06-23 17:04:34 -04:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys rtio: Implement a NO_RESPONSE flag for SQEs 2023-06-23 12:31:09 -04:00
unit samples, tests: convert string-based twister lists to YAML lists 2023-05-10 09:52:37 +02:00
ztest tests: cleanup metadata and filtering 2023-06-13 09:38:27 -04:00
test_config.yaml twister: add support for levels and test configuration 2023-03-07 15:49:16 +01:00