From 6145b2db23e820f8af658b9313189642064fb8b2 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Thu, 21 Nov 2013 16:08:11 +0000 Subject: [PATCH] Continue work on STM32L demo. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2111 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- .../RTOSDemo.ewp | 46 +- .../include/FreeRTOSConfig.h | 149 +++++ .../CORTEX_STM32L152_Discovery_IAR/main.c | 632 +++++++++++++++--- .../stm32l1xx_it.c | 151 +---- 4 files changed, 734 insertions(+), 244 deletions(-) create mode 100644 FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/include/FreeRTOSConfig.h diff --git a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/RTOSDemo.ewp b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/RTOSDemo.ewp index 5dea6d1ba..2c910bbe0 100644 --- a/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/RTOSDemo.ewp +++ b/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/RTOSDemo.ewp @@ -307,6 +307,8 @@ $PROJ_DIR$\ST_Code\libraries\STM32L1xx_StdPeriph_Driver\inc $PROJ_DIR$\ST_Code\libraries\STMTouch_Driver\inc $PROJ_DIR$\ST_Code\libraries\CMSIS\Device\ST\STM32L1xx\Include + $PROJ_DIR$\..\..\Source\include + $PROJ_DIR$\..\..\Source\portable\IAR\ARM_CM3