From 301be3203c376dfa5b626019c47e656d6349afbb Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 6 Mar 2014 11:52:21 +0700 Subject: [PATCH] refractor vendor/freertos --- demos/host/host_freertos/host_freertos.ewp | 10 +- vendor/freertos/FreeRTOSConfig.h | 11 +- ..._FreeRTOSConfig.h => FreeRTOSConfig_cm0.h} | 0 ...nfig_lpc175x_6x.h => FreeRTOSConfig_cm3.h} | 2 +- ...FreeRTOSConfig.h => FreeRTOSConfig_cm4f.h} | 0 vendor/freertos/lpc43xx_dualcore_config.h | 149 ------------------ 6 files changed, 16 insertions(+), 156 deletions(-) rename vendor/freertos/{lpc43xx_m0_FreeRTOSConfig.h => FreeRTOSConfig_cm0.h} (100%) rename vendor/freertos/{FreeRTOSConfig_lpc175x_6x.h => FreeRTOSConfig_cm3.h} (97%) rename vendor/freertos/{lpc43xx_m4_FreeRTOSConfig.h => FreeRTOSConfig_cm4f.h} (100%) delete mode 100644 vendor/freertos/lpc43xx_dualcore_config.h diff --git a/demos/host/host_freertos/host_freertos.ewp b/demos/host/host_freertos/host_freertos.ewp index 60459446..10746f19 100644 --- a/demos/host/host_freertos/host_freertos.ewp +++ b/demos/host/host_freertos/host_freertos.ewp @@ -456,7 +456,11 @@