From 286118ff65f9fa795fdffafc1fbc39994bfd13f9 Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:18:04 +0800 Subject: [PATCH 1/3] solve error #5 include path "..\..\..\stm32f4xx\Libraries\CMSIS\Include" for solve error "error: #5: cannot open source input file "core_cm3.h": No such file or directory" --- demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj index ac698e3..296f6a9 100644 --- a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj @@ -345,7 +345,7 @@ USE_STDPERIPH_DRIVER,STM32F10X_HD,USE_FULL_ASSERT - ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\..\..\..\easyflash\inc + ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\..\..\..\easyflash\inc;..\..\..\stm32f4xx\Libraries\CMSIS\Include From 4b4399a1880716e06e3da9d819b40390c607618d Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:40:27 +0800 Subject: [PATCH 2/3] Update EasyFlash.uvproj --- demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj index 296f6a9..3fbfe74 100644 --- a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj @@ -345,7 +345,7 @@ USE_STDPERIPH_DRIVER,STM32F10X_HD,USE_FULL_ASSERT - ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\..\..\..\easyflash\inc;..\..\..\stm32f4xx\Libraries\CMSIS\Include + ..\Libraries\CMSIS_RVMDK\CM3\CoreSupport;..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\..\..\..\easyflash\inc From d7e7d7987847fd1ba3c8f5d0ab10c1d8e3a1bd50 Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:49:01 +0800 Subject: [PATCH 3/3] Update EasyFlash.uvproj --- demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj index 3fbfe74..37900fc 100644 --- a/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/non_os/RVMDK/EasyFlash.uvproj @@ -345,7 +345,7 @@ USE_STDPERIPH_DRIVER,STM32F10X_HD,USE_FULL_ASSERT - ..\Libraries\CMSIS_RVMDK\CM3\CoreSupport;..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\..\..\..\easyflash\inc + ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\CoreSupport;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\..\..\..\easyflash\inc