summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-05-17 15:55:41 +0700
committerhathach <[email protected]>2018-05-17 16:04:15 +0700
commit7030d64a95138482c2537f3a1280c94ce36a3c10 (patch)
tree2ad27bd8d1e3a009adc70db7ccb424bf1311ec9d
parentb5de2595d3765681a0ad7758758468878f1c3854 (diff)
rename vendor to lib
-rw-r--r--examples/obsolete/device/device_freertos/.cproject44
-rw-r--r--examples/obsolete/device/device_freertos/.project4
-rw-r--r--lib/FreeRTOS/FreeRTOSConfig.h (renamed from vendor/freertos/FreeRTOSConfig.h)0
-rw-r--r--lib/FreeRTOS/License/license.txt (renamed from vendor/freertos/freertos/License/license.txt)0
-rw-r--r--lib/FreeRTOS/Source/croutine.c (renamed from vendor/freertos/freertos/Source/croutine.c)0
-rw-r--r--lib/FreeRTOS/Source/event_groups.c (renamed from vendor/freertos/freertos/Source/event_groups.c)0
-rw-r--r--lib/FreeRTOS/Source/include/FreeRTOS.h (renamed from vendor/freertos/freertos/Source/include/FreeRTOS.h)0
-rw-r--r--lib/FreeRTOS/Source/include/StackMacros.h (renamed from vendor/freertos/freertos/Source/include/StackMacros.h)0
-rw-r--r--lib/FreeRTOS/Source/include/croutine.h (renamed from vendor/freertos/freertos/Source/include/croutine.h)0
-rw-r--r--lib/FreeRTOS/Source/include/deprecated_definitions.h (renamed from vendor/freertos/freertos/Source/include/deprecated_definitions.h)0
-rw-r--r--lib/FreeRTOS/Source/include/event_groups.h (renamed from vendor/freertos/freertos/Source/include/event_groups.h)0
-rw-r--r--lib/FreeRTOS/Source/include/list.h (renamed from vendor/freertos/freertos/Source/include/list.h)0
-rw-r--r--lib/FreeRTOS/Source/include/message_buffer.h (renamed from vendor/freertos/freertos/Source/include/message_buffer.h)0
-rw-r--r--lib/FreeRTOS/Source/include/mpu_prototypes.h (renamed from vendor/freertos/freertos/Source/include/mpu_prototypes.h)0
-rw-r--r--lib/FreeRTOS/Source/include/mpu_wrappers.h (renamed from vendor/freertos/freertos/Source/include/mpu_wrappers.h)0
-rw-r--r--lib/FreeRTOS/Source/include/portable.h (renamed from vendor/freertos/freertos/Source/include/portable.h)0
-rw-r--r--lib/FreeRTOS/Source/include/projdefs.h (renamed from vendor/freertos/freertos/Source/include/projdefs.h)0
-rw-r--r--lib/FreeRTOS/Source/include/queue.h (renamed from vendor/freertos/freertos/Source/include/queue.h)0
-rw-r--r--lib/FreeRTOS/Source/include/semphr.h (renamed from vendor/freertos/freertos/Source/include/semphr.h)0
-rw-r--r--lib/FreeRTOS/Source/include/stack_macros.h (renamed from vendor/freertos/freertos/Source/include/stack_macros.h)0
-rw-r--r--lib/FreeRTOS/Source/include/stdint.readme (renamed from vendor/freertos/freertos/Source/include/stdint.readme)0
-rw-r--r--lib/FreeRTOS/Source/include/stream_buffer.h (renamed from vendor/freertos/freertos/Source/include/stream_buffer.h)0
-rw-r--r--lib/FreeRTOS/Source/include/task.h (renamed from vendor/freertos/freertos/Source/include/task.h)0
-rw-r--r--lib/FreeRTOS/Source/include/timers.h (renamed from vendor/freertos/freertos/Source/include/timers.h)0
-rw-r--r--lib/FreeRTOS/Source/list.c (renamed from vendor/freertos/freertos/Source/list.c)0
-rw-r--r--lib/FreeRTOS/Source/portable/Common/mpu_wrappers.c (renamed from vendor/freertos/freertos/Source/portable/Common/mpu_wrappers.c)0
-rw-r--r--lib/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c (renamed from vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/port.c)0
-rw-r--r--lib/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h (renamed from vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/portmacro.h)0
-rw-r--r--lib/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c (renamed from vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/port.c)0
-rw-r--r--lib/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h (renamed from vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/portmacro.h)0
-rw-r--r--lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c (renamed from vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/port.c)0
-rw-r--r--lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h (renamed from vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/portmacro.h)0
-rw-r--r--lib/FreeRTOS/Source/portable/MemMang/ReadMe.url (renamed from vendor/freertos/freertos/Source/portable/MemMang/ReadMe.url)0
-rw-r--r--lib/FreeRTOS/Source/portable/MemMang/heap_4.c (renamed from vendor/freertos/freertos/Source/portable/MemMang/heap_4.c)0
-rw-r--r--lib/FreeRTOS/Source/portable/readme.txt (renamed from vendor/freertos/freertos/Source/portable/readme.txt)0
-rw-r--r--lib/FreeRTOS/Source/queue.c (renamed from vendor/freertos/freertos/Source/queue.c)0
-rw-r--r--lib/FreeRTOS/Source/readme.txt (renamed from vendor/freertos/freertos/Source/readme.txt)0
-rw-r--r--lib/FreeRTOS/Source/stream_buffer.c (renamed from vendor/freertos/freertos/Source/stream_buffer.c)0
-rw-r--r--lib/FreeRTOS/Source/tasks.c (renamed from vendor/freertos/freertos/Source/tasks.c)0
-rw-r--r--lib/FreeRTOS/Source/timers.c (renamed from vendor/freertos/freertos/Source/timers.c)0
-rw-r--r--lib/FreeRTOS/freertos_hook.c (renamed from vendor/freertos/freertos_hook.c)0
-rw-r--r--lib/FreeRTOS/readme.md (renamed from vendor/freertos/readme.md)0
-rw-r--r--lib/fatfs/00readme.txt (renamed from vendor/fatfs/00readme.txt)0
-rw-r--r--lib/fatfs/ccsbcs.c (renamed from vendor/fatfs/ccsbcs.c)0
-rw-r--r--lib/fatfs/diskio.c (renamed from vendor/fatfs/diskio.c)0
-rw-r--r--lib/fatfs/diskio.h (renamed from vendor/fatfs/diskio.h)0
-rw-r--r--lib/fatfs/ff.c (renamed from vendor/fatfs/ff.c)0
-rw-r--r--lib/fatfs/ff.h (renamed from vendor/fatfs/ff.h)0
-rw-r--r--lib/fatfs/ffconf.h (renamed from vendor/fatfs/ffconf.h)0
-rw-r--r--lib/fatfs/integer.h (renamed from vendor/fatfs/integer.h)0
-rw-r--r--vendor/freertos/freertos/readme.txt21
51 files changed, 37 insertions, 32 deletions
diff --git a/examples/obsolete/device/device_freertos/.cproject b/examples/obsolete/device/device_freertos/.cproject
index c109cb4ef..eb09f25e7 100644
--- a/examples/obsolete/device/device_freertos/.cproject
+++ b/examples/obsolete/device/device_freertos/.cproject
@@ -89,7 +89,7 @@
</toolChain>
</folderInfo>
<sourceEntries>
- <entry excluding="hw/mcu/nordic|hw/bsp/pca10056|hw/mcu/nxp/lpc43xx|hw/mcu/nxp/lpc175x_6x|hw/mcu/nxp/lpc13uxx|hw/mcu/nxp/lpc11uxx|hw/bsp/ngx|hw/bsp/lpcxpresso1769|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso11u68|hw/bsp/lpcxpresso|hw/bsp/keil|hw/bsp/hitex|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM_CM0|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|freertos/freertos/Source/portable/RVDS|freertos/freertos/Source/portable/IAR|boards/embedded_artists/ea4357|boards/embedded_artists/oem_base_board|mcu/lpc175x_6x|mcu/lpc11uxx|mcu/lpc43xx" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ <entry excluding="FreeRTOS/Source/portable/GCC/ARM_CM4F|FreeRTOS/Source/portable/GCC/ARM_CM0|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/RVDS|hw/bsp/keil|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|mcu/lpc175x_6x|freertos/freertos/Source/portable/IAR|hw/bsp/ngx|mcu/lpc11uxx|hw/mcu/nordic|boards/embedded_artists/ea4357|mcu/lpc43xx|hw/mcu/nxp/lpc11uxx|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso1769|hw/mcu/nxp/lpc43xx|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|hw/bsp/pca10056|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM_CM0|hw/bsp/lpcxpresso|hw/mcu/nxp/lpc13uxx|boards/embedded_artists/oem_base_board|hw/mcu/nxp/lpc175x_6x|hw/bsp/lpcxpresso11u68|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
@@ -186,7 +186,7 @@
</toolChain>
</folderInfo>
<sourceEntries>
- <entry excluding="hw/mcu/nordic|hw/bsp/pca10056|hw/mcu/nxp/lpc43xx|hw/mcu/nxp/lpc175x_6x|hw/mcu/nxp/lpc13uxx|hw/mcu/nxp/lpc11uxx|hw/bsp/ngx|hw/bsp/lpcxpresso1769|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso11u68|hw/bsp/lpcxpresso|hw/bsp/keil|hw/bsp/hitex|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM_CM3|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|freertos/freertos/Source/portable/RVDS|freertos/freertos/Source/portable/IAR|boards/embedded_artists/ea4357|boards/embedded_artists/oem_base_board|mcu/lpc175x_6x|mcu/lpc43xx|mcu/lpc13uxx" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ <entry excluding="FreeRTOS/Source/portable/GCC/ARM_CM4F|FreeRTOS/Source/portable/GCC/ARM_CM3|FreeRTOS/Source/portable/GCC/ARM_CM0|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/RVDS|hw/bsp/keil|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|mcu/lpc13uxx|mcu/lpc175x_6x|freertos/freertos/Source/portable/IAR|hw/bsp/ngx|freertos/freertos/Source/portable/GCC/ARM_CM3|hw/mcu/nordic|boards/embedded_artists/ea4357|mcu/lpc43xx|hw/mcu/nxp/lpc11uxx|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso1769|hw/mcu/nxp/lpc43xx|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|hw/bsp/pca10056|hw/bsp/ea4357|hw/bsp/lpcxpresso|hw/mcu/nxp/lpc13uxx|boards/embedded_artists/oem_base_board|hw/mcu/nxp/lpc175x_6x|hw/bsp/lpcxpresso11u68|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
@@ -241,9 +241,9 @@
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw/cmsis/Include}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw/mcu/nxp/lpc43xx/hal}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw/mcu/nxp/lpc43xx/CMSIS_LPC43xx_DriverLib/inc}&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/freertos/freertos/Source/portable/GCC/ARM_CM4F}&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/freertos/freertos/Source/include}&quot;"/>
- <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/freertos}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS/Source/portable/GCC/ARM_CM4F}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS/Source/include}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/tinyusb}&quot;"/>
<listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/src}&quot;"/>
</option>
@@ -290,8 +290,34 @@
</tool>
</toolChain>
</folderInfo>
+ <folderInfo id="com.crt.advproject.config.exe.debug.856400198.1273868481.770166117" name="/" resourcePath="FreeRTOS">
+ <toolChain id="com.crt.advproject.toolchain.exe.debug.497216917" name="Code Red MCU Tools" superClass="com.crt.advproject.toolchain.exe.debug" unusedChildren="">
+ <targetPlatform binaryParser="org.eclipse.cdt.core.ELF;org.eclipse.cdt.core.GNU_ELF" id="com.crt.advproject.platform.exe.debug" name="ARM-based MCU (Debug)" superClass="com.crt.advproject.platform.exe.debug"/>
+ <tool id="com.crt.advproject.cpp.exe.debug.1980618660" name="MCU C++ Compiler" superClass="com.crt.advproject.cpp.exe.debug.1586184655"/>
+ <tool id="com.crt.advproject.gcc.exe.debug.796438316" name="MCU C Compiler" superClass="com.crt.advproject.gcc.exe.debug.1058924021">
+ <option id="gnu.c.compiler.option.include.paths.1456435863" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw/cmsis/Include}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw/mcu/nxp/lpc43xx/hal}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/hw/mcu/nxp/lpc43xx/CMSIS_LPC43xx_DriverLib/inc}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS/Source/portable/GCC/ARM_CM4F}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS/Source/include}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/FreeRTOS}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/tinyusb}&quot;"/>
+ <listOptionValue builtIn="false" value="&quot;${workspace_loc:/${ProjName}/src}&quot;"/>
+ </option>
+ <inputType id="com.crt.advproject.compiler.input.185896675" superClass="com.crt.advproject.compiler.input"/>
+ </tool>
+ <tool id="com.crt.advproject.gas.exe.debug.145045529" name="MCU Assembler" superClass="com.crt.advproject.gas.exe.debug.73154126">
+ <inputType id="cdt.managedbuild.tool.gnu.assembler.input.1873179639" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
+ <inputType id="com.crt.advproject.assembler.input.1879294549" name="Additional Assembly Source Files" superClass="com.crt.advproject.assembler.input"/>
+ </tool>
+ <tool id="com.crt.advproject.link.cpp.exe.debug.759981155" name="MCU C++ Linker" superClass="com.crt.advproject.link.cpp.exe.debug.1716426006"/>
+ <tool id="com.crt.advproject.link.exe.debug.676542760" name="MCU Linker" superClass="com.crt.advproject.link.exe.debug.2143352384"/>
+ </toolChain>
+ </folderInfo>
<sourceEntries>
- <entry excluding="hw/mcu/nordic|hw/bsp/pca10056|hw/mcu/nxp/lpc175x_6x|hw/mcu/nxp/lpc13uxx|hw/mcu/nxp/lpc11uxx|hw/bsp/ngx|hw/bsp/lpcxpresso1769|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso11u68|hw/bsp/lpcxpresso|hw/bsp/keil|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|freertos/freertos/Source/portable/GCC/ARM_CM3|freertos/freertos/Source/portable/GCC/ARM_CM0|freertos/freertos/Source/portable/RVDS|freertos/freertos/Source/portable/IAR|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_lcd.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/sdio.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_can.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc175x_6x|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rgu.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_adc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_lcd.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_ssp.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_ssp.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/debug_frmwrk.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_timer.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_adc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/sdio.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc11uxx|mcu/lpc13uxx|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rit.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdmmc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/debug_frmwrk.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_pwr.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rtc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rit.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rtc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdif.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_can.c" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ <entry excluding="FreeRTOS/Source/portable/GCC/ARM_CM3|FreeRTOS/Source/portable/GCC/ARM_CM0|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_lcd.c|hw/bsp/keil|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rtc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdmmc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_ssp.c|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_ssp.c|mcu/lpc13uxx|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdif.c|mcu/lpc175x_6x|freertos/freertos/Source/portable/IAR|mcu/lpc11uxx|hw/mcu/nordic|hw/mcu/nxp/lpc11uxx|hw/bsp/lpcxpresso1347|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|freertos/freertos/Source/portable/GCC/ARM_CM0|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_can.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|hw/mcu/nxp/lpc13uxx|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_can.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|hw/mcu/nxp/lpc175x_6x|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/debug_frmwrk.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_adc.c|freertos/freertos/Source/portable/RVDS|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rgu.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/debug_frmwrk.c|hw/bsp/ngx|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rtc.c|freertos/freertos/Source/portable/GCC/ARM_CM3|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/sdio.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|hw/bsp/lpcxpresso1769|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_adc.c|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|hw/bsp/pca10056|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_timer.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rit.c|hw/bsp/lpcxpresso|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_pwr.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rit.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_lcd.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/sdio.c|hw/bsp/lpcxpresso11u68" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
@@ -387,7 +413,7 @@
</toolChain>
</folderInfo>
<sourceEntries>
- <entry excluding="hw/mcu/nordic|hw/bsp/pca10056|hw/mcu/nxp/lpc43xx|hw/mcu/nxp/lpc175x_6x|hw/mcu/nxp/lpc13uxx|hw/mcu/nxp/lpc11uxx|hw/bsp/ngx|hw/bsp/lpcxpresso1769|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso11u68|hw/bsp/lpcxpresso|hw/bsp/keil|hw/bsp/hitex|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM_CM0|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|freertos/freertos/Source/portable/RVDS|freertos/freertos/Source/portable/IAR|boards/embedded_artists/ea4357|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_pwm.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_libcfg_default.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_timer.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_i2s.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_exti.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_iap.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_rit.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_spi.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_i2c.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_gpdma.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_qei.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_ssp.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_emac.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_mcpwm.c|boards/embedded_artists/oem_base_board|mcu/lpc11uxx|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_rtc.c|mcu/lpc13uxx|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_wdt.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_adc.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/debug_frmwrk.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_dac.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_can.c|mcu/lpc43xx" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ <entry excluding="FreeRTOS/Source/portable/GCC/ARM_CM4F|FreeRTOS/Source/portable/GCC/ARM_CM0|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/RVDS|hw/bsp/keil|freertos/freertos/Source/portable/GCC/ARM_CM4F|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_rtc.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_pwm.c|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_gpdma.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_exti.c|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|mcu/lpc13uxx|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_timer.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_dac.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_qei.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_can.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_rit.c|freertos/freertos/Source/portable/IAR|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_spi.c|hw/bsp/ngx|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_iap.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_mcpwm.c|mcu/lpc11uxx|hw/mcu/nordic|boards/embedded_artists/ea4357|mcu/lpc43xx|hw/mcu/nxp/lpc11uxx|hw/bsp/lpcxpresso1347|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_libcfg_default.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_i2c.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_adc.c|hw/bsp/lpcxpresso1769|hw/mcu/nxp/lpc43xx|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|hw/bsp/pca10056|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_i2s.c|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM_CM0|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_ssp.c|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_emac.c|hw/bsp/lpcxpresso|hw/mcu/nxp/lpc13uxx|boards/embedded_artists/oem_base_board|mcu/lpc175x_6x/LPC17xx_DriverLib/source/debug_frmwrk.c|hw/mcu/nxp/lpc175x_6x|hw/bsp/lpcxpresso11u68|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|mcu/lpc175x_6x/LPC17xx_DriverLib/source/lpc17xx_wdt.c" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
@@ -487,7 +513,7 @@
</toolChain>
</folderInfo>
<sourceEntries>
- <entry excluding="hw/mcu/nordic|hw/bsp/pca10056|hw/mcu/nxp/lpc43xx|hw/mcu/nxp/lpc175x_6x|hw/mcu/nxp/lpc13uxx|hw/mcu/nxp/lpc11uxx|hw/bsp/ngx|hw/bsp/lpcxpresso1769|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso11u68|hw/bsp/lpcxpresso|hw/bsp/keil|hw/bsp/hitex|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|freertos/freertos/Source/portable/GCC/ARM_CM3|freertos/freertos/Source/portable/GCC/ARM_CM0|freertos/freertos/Source/portable/RVDS|freertos/freertos/Source/portable/IAR|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_lcd.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/sdio.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_can.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc175x_6x|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rgu.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_adc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_lcd.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_ssp.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_ssp.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/debug_frmwrk.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_timer.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_adc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/sdio.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc11uxx|mcu/lpc13uxx|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rit.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdmmc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/debug_frmwrk.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_pwr.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rtc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rit.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rtc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdif.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_can.c" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ <entry excluding="FreeRTOS/Source/portable/GCC/ARM_CM4F|FreeRTOS/Source/portable/GCC/ARM_CM3|FreeRTOS/Source/portable/GCC/ARM_CM0|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_lcd.c|hw/bsp/keil|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rtc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdmmc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_ssp.c|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/Font5x7.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_ssp.c|mcu/lpc13uxx|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sdif.c|mcu/lpc175x_6x|freertos/freertos/Source/portable/IAR|mcu/lpc11uxx|hw/mcu/nordic|hw/mcu/nxp/lpc11uxx|hw/bsp/lpcxpresso1347|hw/mcu/nxp/lpc43xx|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|freertos/freertos/Source/portable/GCC/ARM_CM0|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_can.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|hw/mcu/nxp/lpc13uxx|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_can.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_mcpwm.c|hw/mcu/nxp/lpc175x_6x|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_atimer.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/debug_frmwrk.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_adc.c|freertos/freertos/Source/portable/RVDS|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_i2s.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_wwdt.c|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rgu.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/LCDTerm.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_sct.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/debug_frmwrk.c|hw/bsp/ngx|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rtc.c|freertos/freertos/Source/portable/GCC/ARM_CM3|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/sdio.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_evrt.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_gpdma.c|hw/bsp/lpcxpresso1769|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_adc.c|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|hw/bsp/pca10056|hw/bsp/ea4357|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_timer.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_rit.c|hw/bsp/lpcxpresso|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_pwr.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_dac.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_qei.c|mcu/lpc43xx/CMSISv2p10_LPC43xx_DriverLib/src/lpc43xx_rit.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_emc.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/lpc43xx_lcd.c|mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/src/sdio.c|hw/bsp/lpcxpresso11u68" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
@@ -583,7 +609,7 @@
</toolChain>
</folderInfo>
<sourceEntries>
- <entry excluding="hw/mcu/nordic|hw/bsp/pca10056|hw/mcu/nxp/lpc43xx|hw/mcu/nxp/lpc175x_6x|hw/mcu/nxp/lpc13uxx|hw/mcu/nxp/lpc11uxx|hw/bsp/ngx|hw/bsp/lpcxpresso1769|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso11u68|hw/bsp/lpcxpresso|hw/bsp/keil|hw/bsp/hitex|hw/bsp/ea4357|freertos/freertos/Source/portable/GCC/ARM_CM3|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU|freertos/freertos/Source/portable/RVDS|freertos/freertos/Source/portable/IAR|boards/embedded_artists/ea4357|boards/embedded_artists/oem_base_board|mcu/lpc175x_6x|mcu/lpc43xx|mcu/lpc13uxx" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
+ <entry excluding="FreeRTOS/Source/portable/GCC/ARM_CM4F|FreeRTOS/Source/portable/GCC/ARM_CM3|FreeRTOS/Source/portable/GCC/ARM_CM0|hw/bsp/hitex|freertos/freertos/Source/portable/GCC/ARM7_LPC23xx|freertos/freertos/Source/portable/RVDS|hw/bsp/keil|freertos/freertos/Source/portable/GCC/ARM_CM4F|freertos/freertos/Source/portable/GCC/ARM7_AT91FR40008|freertos/freertos/Source/portable/GCC/ARM7_LPC2000|mcu/lpc13uxx|mcu/lpc175x_6x|freertos/freertos/Source/portable/IAR|hw/bsp/ngx|freertos/freertos/Source/portable/GCC/ARM_CM3|hw/mcu/nordic|boards/embedded_artists/ea4357|mcu/lpc43xx|hw/mcu/nxp/lpc11uxx|hw/bsp/lpcxpresso1347|hw/bsp/lpcxpresso1769|hw/mcu/nxp/lpc43xx|freertos/freertos/Source/portable/GCC/ARM7_AT91SAM7S|hw/bsp/pca10056|hw/bsp/ea4357|hw/bsp/lpcxpresso|hw/mcu/nxp/lpc13uxx|boards/embedded_artists/oem_base_board|hw/mcu/nxp/lpc175x_6x|hw/bsp/lpcxpresso11u68|freertos/freertos/Source/portable/GCC/ARM_CM3_MPU" flags="VALUE_WORKSPACE_PATH|RESOLVED" kind="sourcePath" name=""/>
</sourceEntries>
</configuration>
</storageModule>
diff --git a/examples/obsolete/device/device_freertos/.project b/examples/obsolete/device/device_freertos/.project
index 65e76f1a7..80d14f756 100644
--- a/examples/obsolete/device/device_freertos/.project
+++ b/examples/obsolete/device/device_freertos/.project
@@ -81,9 +81,9 @@
</natures>
<linkedResources>
<link>
- <name>freertos</name>
+ <name>FreeRTOS</name>
<type>2</type>
- <locationURI>PARENT-4-PROJECT_LOC/vendor/freertos</locationURI>
+ <locationURI>PARENT-4-PROJECT_LOC/lib/FreeRTOS</locationURI>
</link>
<link>
<name>hw</name>
diff --git a/vendor/freertos/FreeRTOSConfig.h b/lib/FreeRTOS/FreeRTOSConfig.h
index 89b959c07..89b959c07 100644
--- a/vendor/freertos/FreeRTOSConfig.h
+++ b/lib/FreeRTOS/FreeRTOSConfig.h
diff --git a/vendor/freertos/freertos/License/license.txt b/lib/FreeRTOS/License/license.txt
index 83e25eace..83e25eace 100644
--- a/vendor/freertos/freertos/License/license.txt
+++ b/lib/FreeRTOS/License/license.txt
diff --git a/vendor/freertos/freertos/Source/croutine.c b/lib/FreeRTOS/Source/croutine.c
index 4efe70b4c..4efe70b4c 100644
--- a/vendor/freertos/freertos/Source/croutine.c
+++ b/lib/FreeRTOS/Source/croutine.c
diff --git a/vendor/freertos/freertos/Source/event_groups.c b/lib/FreeRTOS/Source/event_groups.c
index d942e1529..d942e1529 100644
--- a/vendor/freertos/freertos/Source/event_groups.c
+++ b/lib/FreeRTOS/Source/event_groups.c
diff --git a/vendor/freertos/freertos/Source/include/FreeRTOS.h b/lib/FreeRTOS/Source/include/FreeRTOS.h
index 04b2204d5..04b2204d5 100644
--- a/vendor/freertos/freertos/Source/include/FreeRTOS.h
+++ b/lib/FreeRTOS/Source/include/FreeRTOS.h
diff --git a/vendor/freertos/freertos/Source/include/StackMacros.h b/lib/FreeRTOS/Source/include/StackMacros.h
index 127b15379..127b15379 100644
--- a/vendor/freertos/freertos/Source/include/StackMacros.h
+++ b/lib/FreeRTOS/Source/include/StackMacros.h
diff --git a/vendor/freertos/freertos/Source/include/croutine.h b/lib/FreeRTOS/Source/include/croutine.h
index 502045c43..502045c43 100644
--- a/vendor/freertos/freertos/Source/include/croutine.h
+++ b/lib/FreeRTOS/Source/include/croutine.h
diff --git a/vendor/freertos/freertos/Source/include/deprecated_definitions.h b/lib/FreeRTOS/Source/include/deprecated_definitions.h
index 113e78b43..113e78b43 100644
--- a/vendor/freertos/freertos/Source/include/deprecated_definitions.h
+++ b/lib/FreeRTOS/Source/include/deprecated_definitions.h
diff --git a/vendor/freertos/freertos/Source/include/event_groups.h b/lib/FreeRTOS/Source/include/event_groups.h
index 34e6926e5..34e6926e5 100644
--- a/vendor/freertos/freertos/Source/include/event_groups.h
+++ b/lib/FreeRTOS/Source/include/event_groups.h
diff --git a/vendor/freertos/freertos/Source/include/list.h b/lib/FreeRTOS/Source/include/list.h
index e3e569f0d..e3e569f0d 100644
--- a/vendor/freertos/freertos/Source/include/list.h
+++ b/lib/FreeRTOS/Source/include/list.h
diff --git a/vendor/freertos/freertos/Source/include/message_buffer.h b/lib/FreeRTOS/Source/include/message_buffer.h
index cdd050c21..cdd050c21 100644
--- a/vendor/freertos/freertos/Source/include/message_buffer.h
+++ b/lib/FreeRTOS/Source/include/message_buffer.h
diff --git a/vendor/freertos/freertos/Source/include/mpu_prototypes.h b/lib/FreeRTOS/Source/include/mpu_prototypes.h
index 3931ee6e9..3931ee6e9 100644
--- a/vendor/freertos/freertos/Source/include/mpu_prototypes.h
+++ b/lib/FreeRTOS/Source/include/mpu_prototypes.h
diff --git a/vendor/freertos/freertos/Source/include/mpu_wrappers.h b/lib/FreeRTOS/Source/include/mpu_wrappers.h
index e434e3b5c..e434e3b5c 100644
--- a/vendor/freertos/freertos/Source/include/mpu_wrappers.h
+++ b/lib/FreeRTOS/Source/include/mpu_wrappers.h
diff --git a/vendor/freertos/freertos/Source/include/portable.h b/lib/FreeRTOS/Source/include/portable.h
index 95be16777..95be16777 100644
--- a/vendor/freertos/freertos/Source/include/portable.h
+++ b/lib/FreeRTOS/Source/include/portable.h
diff --git a/vendor/freertos/freertos/Source/include/projdefs.h b/lib/FreeRTOS/Source/include/projdefs.h
index f3bada2ed..f3bada2ed 100644
--- a/vendor/freertos/freertos/Source/include/projdefs.h
+++ b/lib/FreeRTOS/Source/include/projdefs.h
diff --git a/vendor/freertos/freertos/Source/include/queue.h b/lib/FreeRTOS/Source/include/queue.h
index 916498e52..916498e52 100644
--- a/vendor/freertos/freertos/Source/include/queue.h
+++ b/lib/FreeRTOS/Source/include/queue.h
diff --git a/vendor/freertos/freertos/Source/include/semphr.h b/lib/FreeRTOS/Source/include/semphr.h
index e48f245ef..e48f245ef 100644
--- a/vendor/freertos/freertos/Source/include/semphr.h
+++ b/lib/FreeRTOS/Source/include/semphr.h
diff --git a/vendor/freertos/freertos/Source/include/stack_macros.h b/lib/FreeRTOS/Source/include/stack_macros.h
index 99f65029a..99f65029a 100644
--- a/vendor/freertos/freertos/Source/include/stack_macros.h
+++ b/lib/FreeRTOS/Source/include/stack_macros.h
diff --git a/vendor/freertos/freertos/Source/include/stdint.readme b/lib/FreeRTOS/Source/include/stdint.readme
index 4414c29ed..4414c29ed 100644
--- a/vendor/freertos/freertos/Source/include/stdint.readme
+++ b/lib/FreeRTOS/Source/include/stdint.readme
diff --git a/vendor/freertos/freertos/Source/include/stream_buffer.h b/lib/FreeRTOS/Source/include/stream_buffer.h
index 55c6e6ed3..55c6e6ed3 100644
--- a/vendor/freertos/freertos/Source/include/stream_buffer.h
+++ b/lib/FreeRTOS/Source/include/stream_buffer.h
diff --git a/vendor/freertos/freertos/Source/include/task.h b/lib/FreeRTOS/Source/include/task.h
index ca6866e20..ca6866e20 100644
--- a/vendor/freertos/freertos/Source/include/task.h
+++ b/lib/FreeRTOS/Source/include/task.h
diff --git a/vendor/freertos/freertos/Source/include/timers.h b/lib/FreeRTOS/Source/include/timers.h
index 084b15a93..084b15a93 100644
--- a/vendor/freertos/freertos/Source/include/timers.h
+++ b/lib/FreeRTOS/Source/include/timers.h
diff --git a/vendor/freertos/freertos/Source/list.c b/lib/FreeRTOS/Source/list.c
index 8e3560ab2..8e3560ab2 100644
--- a/vendor/freertos/freertos/Source/list.c
+++ b/lib/FreeRTOS/Source/list.c
diff --git a/vendor/freertos/freertos/Source/portable/Common/mpu_wrappers.c b/lib/FreeRTOS/Source/portable/Common/mpu_wrappers.c
index a0cc77564..a0cc77564 100644
--- a/vendor/freertos/freertos/Source/portable/Common/mpu_wrappers.c
+++ b/lib/FreeRTOS/Source/portable/Common/mpu_wrappers.c
diff --git a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/port.c b/lib/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
index 326c390cd..326c390cd 100644
--- a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/port.c
+++ b/lib/FreeRTOS/Source/portable/GCC/ARM_CM0/port.c
diff --git a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/portmacro.h b/lib/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
index 72ecefc39..72ecefc39 100644
--- a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM0/portmacro.h
+++ b/lib/FreeRTOS/Source/portable/GCC/ARM_CM0/portmacro.h
diff --git a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/port.c b/lib/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
index dfcccf221..dfcccf221 100644
--- a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/port.c
+++ b/lib/FreeRTOS/Source/portable/GCC/ARM_CM3/port.c
diff --git a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/portmacro.h b/lib/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
index 0877a33b1..0877a33b1 100644
--- a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM3/portmacro.h
+++ b/lib/FreeRTOS/Source/portable/GCC/ARM_CM3/portmacro.h
diff --git a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/port.c b/lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
index 971c0d821..971c0d821 100644
--- a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/port.c
+++ b/lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c
diff --git a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/portmacro.h b/lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
index 2b029f98b..2b029f98b 100644
--- a/vendor/freertos/freertos/Source/portable/GCC/ARM_CM4F/portmacro.h
+++ b/lib/FreeRTOS/Source/portable/GCC/ARM_CM4F/portmacro.h
diff --git a/vendor/freertos/freertos/Source/portable/MemMang/ReadMe.url b/lib/FreeRTOS/Source/portable/MemMang/ReadMe.url
index 6c23737db..6c23737db 100644
--- a/vendor/freertos/freertos/Source/portable/MemMang/ReadMe.url
+++ b/lib/FreeRTOS/Source/portable/MemMang/ReadMe.url
diff --git a/vendor/freertos/freertos/Source/portable/MemMang/heap_4.c b/lib/FreeRTOS/Source/portable/MemMang/heap_4.c
index 0fab62efc..0fab62efc 100644
--- a/vendor/freertos/freertos/Source/portable/MemMang/heap_4.c
+++ b/lib/FreeRTOS/Source/portable/MemMang/heap_4.c
diff --git a/vendor/freertos/freertos/Source/portable/readme.txt b/lib/FreeRTOS/Source/portable/readme.txt
index b68d2d579..b68d2d579 100644
--- a/vendor/freertos/freertos/Source/portable/readme.txt
+++ b/lib/FreeRTOS/Source/portable/readme.txt
diff --git a/vendor/freertos/freertos/Source/queue.c b/lib/FreeRTOS/Source/queue.c
index 9a46f46a8..9a46f46a8 100644
--- a/vendor/freertos/freertos/Source/queue.c
+++ b/lib/FreeRTOS/Source/queue.c
diff --git a/vendor/freertos/freertos/Source/readme.txt b/lib/FreeRTOS/Source/readme.txt
index 58480c56b..58480c56b 100644
--- a/vendor/freertos/freertos/Source/readme.txt
+++ b/lib/FreeRTOS/Source/readme.txt
diff --git a/vendor/freertos/freertos/Source/stream_buffer.c b/lib/FreeRTOS/Source/stream_buffer.c
index f51a14456..f51a14456 100644
--- a/vendor/freertos/freertos/Source/stream_buffer.c
+++ b/lib/FreeRTOS/Source/stream_buffer.c
diff --git a/vendor/freertos/freertos/Source/tasks.c b/lib/FreeRTOS/Source/tasks.c
index e920fa662..e920fa662 100644
--- a/vendor/freertos/freertos/Source/tasks.c
+++ b/lib/FreeRTOS/Source/tasks.c
diff --git a/vendor/freertos/freertos/Source/timers.c b/lib/FreeRTOS/Source/timers.c
index b00638546..b00638546 100644
--- a/vendor/freertos/freertos/Source/timers.c
+++ b/lib/FreeRTOS/Source/timers.c
diff --git a/vendor/freertos/freertos_hook.c b/lib/FreeRTOS/freertos_hook.c
index 6672f72bf..6672f72bf 100644
--- a/vendor/freertos/freertos_hook.c
+++ b/lib/FreeRTOS/freertos_hook.c
diff --git a/vendor/freertos/readme.md b/lib/FreeRTOS/readme.md
index b751754cf..b751754cf 100644
--- a/vendor/freertos/readme.md
+++ b/lib/FreeRTOS/readme.md
diff --git a/vendor/fatfs/00readme.txt b/lib/fatfs/00readme.txt
index f7330e924..f7330e924 100644
--- a/vendor/fatfs/00readme.txt
+++ b/lib/fatfs/00readme.txt
diff --git a/vendor/fatfs/ccsbcs.c b/lib/fatfs/ccsbcs.c
index 5cf0dd503..5cf0dd503 100644
--- a/vendor/fatfs/ccsbcs.c
+++ b/lib/fatfs/ccsbcs.c
diff --git a/vendor/fatfs/diskio.c b/lib/fatfs/diskio.c
index 54a228019..54a228019 100644
--- a/vendor/fatfs/diskio.c
+++ b/lib/fatfs/diskio.c
diff --git a/vendor/fatfs/diskio.h b/lib/fatfs/diskio.h
index 99743538a..99743538a 100644
--- a/vendor/fatfs/diskio.h
+++ b/lib/fatfs/diskio.h
diff --git a/vendor/fatfs/ff.c b/lib/fatfs/ff.c
index 897965332..897965332 100644
--- a/vendor/fatfs/ff.c
+++ b/lib/fatfs/ff.c
diff --git a/vendor/fatfs/ff.h b/lib/fatfs/ff.h
index 5c2a611ae..5c2a611ae 100644
--- a/vendor/fatfs/ff.h
+++ b/lib/fatfs/ff.h
diff --git a/vendor/fatfs/ffconf.h b/lib/fatfs/ffconf.h
index bc132d2c3..bc132d2c3 100644
--- a/vendor/fatfs/ffconf.h
+++ b/lib/fatfs/ffconf.h
diff --git a/vendor/fatfs/integer.h b/lib/fatfs/integer.h
index f34f56d92..f34f56d92 100644
--- a/vendor/fatfs/integer.h
+++ b/lib/fatfs/integer.h
diff --git a/vendor/freertos/freertos/readme.txt b/vendor/freertos/freertos/readme.txt
deleted file mode 100644
index 7fa63a753..000000000
--- a/vendor/freertos/freertos/readme.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Directories:
-
-+ The FreeRTOS/Source directory contains the FreeRTOS source code, and contains
- its own readme file.
-
-+ The FreeRTOS/Demo directory contains a demo application for every official
-FreeRTOS port, and contains its own readme file.
-
-+ See http://www.freertos.org/a00017.html for full details of the directory
- structure and information on locating the files you require.
-
-The easiest way to use FreeRTOS is to start with one of the pre-configured demo
-application projects (found in the FreeRTOS/Demo directory). That way you will
-have the correct FreeRTOS source files included, and the correct include paths
-configured. Once a demo application is building and executing you can remove
-the demo application file, and start to add in your own application source
-files.
-
-See also -
-http://www.freertos.org/FreeRTOS-quick-start-guide.html
-http://www.freertos.org/FAQHelp.html