From faed443e82553f9e0f4de5d169fac1c2ae3cd9cc Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Thu, 21 Nov 2013 16:08:11 +0000 Subject: [PATCH] Continue work on STM32L demo. --- .../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