]> git.sur5r.net Git - freertos/commit
Change the CMSIS_IAR directory back to just say CMSIS.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Apr 2011 18:37:58 +0000 (18:37 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 20 Apr 2011 18:37:58 +0000 (18:37 +0000)
commita95b1d07026ad7fcfd38edbaef1a3b060ebe9ab7
treea51f51991190700796147f9cc2271f987bb2e4d9
parent0a0a0a59c25af661619f4fe9156caee12d572f92
Change the CMSIS_IAR directory back to just say CMSIS.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1374 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
14 files changed:
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/a2fxxxm3.h [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/core_cm3.c [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/core_cm3.h [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/mss_assert.h [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/startup_iar/startup_a2fxxxm3.s [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/system_a2fxxxm3.c [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS/system_a2fxxxm3.h [new file with mode: 0644]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/a2fxxxm3.h [deleted file]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/core_cm3.c [deleted file]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/core_cm3.h [deleted file]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/mss_assert.h [deleted file]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/startup_iar/startup_a2fxxxm3.s [deleted file]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/system_a2fxxxm3.c [deleted file]
Demo/CORTEX_A2F200_IAR_and_Keil/MicroSemi_Code/CMSIS_IAR/system_a2fxxxm3.h [deleted file]