]> git.sur5r.net Git - freertos/commit
Starting point for the STM32L152 demo application added. Very much a work in progress.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 19 Dec 2010 19:20:56 +0000 (19:20 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 19 Dec 2010 19:20:56 +0000 (19:20 +0000)
commit02ca9b59101ac8e5dc442a166ffcd97e86627085
tree103dc65f4c82b40cb668bf9e3540ff3b0ddc05f7
parent6d0a76f11b03687362d6690dbb661522dff772fa
Starting point for the STM32L152 demo application added.  Very much a work in progress.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1173 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
34 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/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/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_rcc.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/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_rcc.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/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]