zephyr/tests
Peter Marheine d400b8135c arch/riscv: support CONFIG_CODE_DATA_RELOCATION
This implements support for relocating code to chosen memory regions via
the `zephyr_code_relocate` CMake function for RISC-V SoCs. ARM-specific
assumptions that were made by gen_relocate_app.py need to be corrected,
in particular not assuming any particular name for the default RAM
section (which is 'SRAM' for most ARM pltaforms) and not assuming 32-bit
pointers (so the test works on RV64).

Signed-off-by: Peter Marheine <pmarheine@chromium.org>
2022-08-24 10:08:06 +02:00
..
application_development arch/riscv: support CONFIG_CODE_DATA_RELOCATION 2022-08-24 10:08:06 +02:00
arch devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
benchmarks tests: benchmarks: move the cmsis_dsp bathmath test to new ztest API 2022-08-23 20:08:59 +02:00
bluetooth tests: Bluetooth: bsim: Verify multiple broadcaster and chain PDU 2022-08-23 16:21:00 +02:00
boards tests: boards: altera_max10: move the sysid test to new ztest API 2022-08-23 14:41:44 +00:00
boot/uefi
cmake/config_dir
crypto test: fix more legacy #include paths 2022-08-02 16:41:41 +01:00
drivers tests/drivers/dma: testing mem-to-mem DMA transfer on stm32u5 2022-08-24 10:05:32 +02:00
kernel tests: kernel: early_sleep: move to new ztest API 2022-08-23 20:57:04 -04:00
lib dts: Add _STRING_TOKEN and _STRING_UPPER_TOKEN to string-array 2022-08-22 13:58:30 -05:00
misc scripts/Kconfig: add dt_node_array_prop Kconfig functions 2022-08-18 12:21:33 +02:00
net devices: constify device pointers initialized at compile time 2022-08-22 17:08:26 +02:00
posix tests: samples: revert timeout change for FVP BaseR 2022-08-16 15:51:38 +02:00
subsys tests: subsys: logging: move log_syst to new ztest API 2022-08-23 19:27:51 +00:00
unit tests: unit: move the math_extra test to new ztest API 2022-08-23 16:22:59 +02:00
ztest tests: adopt ztest base test to extended unittest module 2022-08-18 14:29:14 +02:00