mbed-os/cmsis/TARGET_CORTEX_A/TOOLCHAIN_IAR
TomoYamanaka 65b4e72928 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.
2018-12-20 16:24:07 +09:00
..
cmain.S Modify IRQ handler processing without RTOS at Cortex-A IAR Compiler 2018-12-20 16:24:07 +09:00