Modify IRQ handler processing without RTOS at Cortex-A IAR Compiler
In case of unusing RTOS, there is no processing against IRQ handler and it causes a linker error.
Therefore, I added this processing with WEAK attribute. Also I added cmain.S file at cmsis/TARGET_CORTEX_A folder.
ls
1 parent dd8d8ea commit 65b4e72928ee5a8e154bcd86f8355cc71411c979
@TomoYamanaka TomoYamanaka authored on 20 Dec 2018
Showing 3 changed files
View
cmsis/TARGET_CORTEX_A/TOOLCHAIN_IAR/cmain.S 0 → 100644
View
targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/device/TOOLCHAIN_IAR/weak_handler.S 0 → 100644
View
targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/TOOLCHAIN_IAR/weak_handler.S 0 → 100644