]> git.sur5r.net Git - freertos/commit
Second phase of changing the directory that starts Cortex, with one that starts CORTEX.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 14 Jan 2011 18:45:00 +0000 (18:45 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Fri, 14 Jan 2011 18:45:00 +0000 (18:45 +0000)
commitd40f44148b6f6a46bc2697ec96e1f2d116e7835c
tree37f0a4d635b4893455f2dd341b9a171d0abbd3c7
parentc0c12d4aba77c6c06f736f3422e893057c196bfb
Second phase of changing the directory that starts Cortex, with one that starts CORTEX.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1253 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
56 files changed:
Demo/CORTEX_STM32L152_IAR/FreeRTOSConfig.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/ParTest.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/RTOSDemo.ewd [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/RTOSDemo.ewp [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/RTOSDemo.eww [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/main.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/serial.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/settings/RTOSDemo.cspy.bat [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/settings/RTOSDemo.dbgdt [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/settings/RTOSDemo.dni [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/settings/RTOSDemo.wsdt [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/settings/RTOSDemo_Debug.jlink [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/CoreSupport/core_cm3.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/CoreSupport/core_cm3.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/DeviceSupport/ST/Release_Notes_for_STM32L1xx_CMSIS.html [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/DeviceSupport/ST/STM32L1xx/startup/arm/startup_stm32l1xx_md.s [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/DeviceSupport/ST/STM32L1xx/startup/iar/startup_stm32l1xx_md.s [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/DeviceSupport/ST/STM32L1xx/stm32l1xx.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CM3/DeviceSupport/ST/STM32L1xx/system_stm32l1xx.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CMSIS changes.htm [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CMSIS debug support.htm [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/CMSIS_changes.htm [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/Documentation/CMSIS_Core.htm [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/CMSIS/License.doc [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/Common/fonts.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/Common/fonts.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L152_EVAL/stm32l152_eval.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L152_EVAL/stm32l152_eval.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L152_EVAL/stm32l152_eval_lcd.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L152_EVAL/stm32l152_eval_lcd.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/misc.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_exti.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_gpio.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_i2c.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_pwr.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_rcc.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_spi.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_syscfg.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_tim.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/inc/stm32l1xx_usart.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/misc.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_exti.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_gpio.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_pwr.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rcc.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_spi.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_syscfg.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_tim.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_usart.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/startup_stm32l1xx_md.s [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/stm32_eval.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/stm32l1xx_conf.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/stm32l1xx_flash.icf [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/stm32l1xx_it.c [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/stm32l1xx_it.h [new file with mode: 0644]
Demo/CORTEX_STM32L152_IAR/system_and_ST_code/system_stm32l1xx.c [new file with mode: 0644]