zephyr/arch/rx/core
Duy Nguyen d18f879566 include: arch: rx: Change data symbol name
The RX linker is using the name "data" for .data region start
which caused the application cannot use "data" for variable
naming globally.
This commit change the name to "__data_region_start" as expected
in the linker_defs.h file

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
2025-06-26 14:07:03 +02:00
..
offsets
CMakeLists.txt arch: rx: Add simple sys_arch_reboot for RX architecture 2025-06-26 14:07:03 +02:00
cpu_idle.c
fatal.c
irq_manage.c
irq_offload.c
isr_exit.S
prep_c.c
reboot.c arch: rx: Add simple sys_arch_reboot for RX architecture 2025-06-26 14:07:03 +02:00
reset.S include: arch: rx: Change data symbol name 2025-06-26 14:07:03 +02:00
switch.S
thread.c
vects.c