From 301be3203c376dfa5b626019c47e656d6349afbb Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 6 Mar 2014 11:52:21 +0700 Subject: refractor vendor/freertos --- demos/host/host_freertos/host_freertos.ewp | 10 +- vendor/freertos/FreeRTOSConfig.h | 11 +- vendor/freertos/FreeRTOSConfig_cm0.h | 154 ++++++++++++++++++++++++++ vendor/freertos/FreeRTOSConfig_cm3.h | 162 ++++++++++++++++++++++++++++ vendor/freertos/FreeRTOSConfig_cm4f.h | 155 ++++++++++++++++++++++++++ vendor/freertos/FreeRTOSConfig_lpc175x_6x.h | 162 ---------------------------- vendor/freertos/lpc43xx_dualcore_config.h | 149 ------------------------- vendor/freertos/lpc43xx_m0_FreeRTOSConfig.h | 154 -------------------------- vendor/freertos/lpc43xx_m4_FreeRTOSConfig.h | 155 -------------------------- 9 files changed, 486 insertions(+), 626 deletions(-) create mode 100644 vendor/freertos/FreeRTOSConfig_cm0.h create mode 100644 vendor/freertos/FreeRTOSConfig_cm3.h create mode 100644 vendor/freertos/FreeRTOSConfig_cm4f.h delete mode 100644 vendor/freertos/FreeRTOSConfig_lpc175x_6x.h delete mode 100644 vendor/freertos/lpc43xx_dualcore_config.h delete mode 100644 vendor/freertos/lpc43xx_m0_FreeRTOSConfig.h delete mode 100644 vendor/freertos/lpc43xx_m4_FreeRTOSConfig.h diff --git a/demos/host/host_freertos/host_freertos.ewp b/demos/host/host_freertos/host_freertos.ewp index 60459446c..10746f19d 100644 --- a/demos/host/host_freertos/host_freertos.ewp +++ b/demos/host/host_freertos/host_freertos.ewp @@ -456,7 +456,11 @@