The mr_canhubk3 board enables by default an off-chip watchdog that must be serviced to avoid triggering a reset and cannot be disabled on a per-test basis. The watchdog driver make uses of a semaphore during device init and on this test the relocation of the kernel sources produces a fault. So skip this test for this board. Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com> |
||
|---|---|---|
| .. | ||
| src | ||
| test_lib | ||
| CMakeLists.txt | ||
| custom-sections.ld | ||
| Kconfig | ||
| linker_arm_sram2.ld | ||
| linker_riscv_qemu_sram2.ld | ||
| linker_xtensa_qemu_sram2.ld | ||
| prj_riscv.conf | ||
| prj_xtensa.conf | ||
| prj.conf | ||
| README.rst | ||
| testcase.yaml | ||
.. _code_relocation: Code relocation ################# Overview ******** A simple example that demonstrates how relocation of code, data or bss sections using a custom linker script.