CM3: add support to the IAR Embedded Workbench(TM) compiler
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 8 Apr 2011 09:44:54 +0000 (09:44 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 8 Apr 2011 09:44:54 +0000 (09:44 +0000)
commitac85598df47d68e71ce45b9b0803b1d885c11084
treedb7e5cd3f6a580ac2d654dceb38c3b4966ed34d8
parent6be6bc01c80959f94a8ef605662d35c812d88488
CM3: add support to the IAR Embedded Workbench(TM) compiler

Allow to build BeRTOS projects based on the CM3 architecture with the
IAR compiler.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4837 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cpu/cortex-m3/drv/irq_cm3.c
bertos/cpu/cortex-m3/drv/kdebug_sam3.c
bertos/cpu/cortex-m3/hw/crt_cm3_iar.S [new file with mode: 0644]
bertos/cpu/cortex-m3/hw/iar_cm3.S [new file with mode: 0644]
bertos/cpu/cortex-m3/hw/init_cm3.c
bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c
bertos/cpu/cortex-m3/hw/vectors_cm3_iar.S [new file with mode: 0644]