From 3086da2235a6441e5bceb6f894900f9d580626f3 Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:02:35 +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/rtt/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj index e34775f..93fe30b 100644 --- a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/rtt/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;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\easyflash\inc + ..\app\inc;..\components\rtt_uart;..\components\others;..\Libraries\STM32F10x_StdPeriph_Driver\inc;..\Libraries\CMSIS_RVMDK\CM3\DeviceSupport\ST\STM32F10x;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\easyflash\inc;..\..\..\stm32f4xx\Libraries\CMSIS\Include From db5dade93b75e8b5da53466f0f380aa85c6325e3 Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:37:33 +0800 Subject: [PATCH 2/3] Update EasyFlash.uvproj --- demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj index 93fe30b..df4c5a9 100644 --- a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/rtt/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;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\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;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\easyflash\inc From 56cccf5b82883d6b20e5d8666b2f76958006fe75 Mon Sep 17 00:00:00 2001 From: yuht Date: Tue, 16 Jun 2015 09:48:31 +0800 Subject: [PATCH 3/3] Update EasyFlash.uvproj --- demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj b/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj index df4c5a9..d7c639d 100644 --- a/demo/stm32f10x/rtt/RVMDK/EasyFlash.uvproj +++ b/demo/stm32f10x/rtt/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;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\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;..\RT-Thread-1.2.2\include;..\RT-Thread-1.2.2\components\drivers\include;..\RT-Thread-1.2.2\components\drivers\include\drivers;..\RT-Thread-1.2.2\components\finsh;..\..\..\..\easyflash\inc