From a9010c17862b56fd337716253f2059fb2fcb72b7 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 16 Apr 2013 16:48:19 +0800 Subject: [PATCH] getting build with freertos & host demo --- demos/host/host_freertos/.cproject | 1 + tests/test/test_osal_freeRTOS.c | 2 +- tinyusb/osal/osal.h | 9 ++++++--- tinyusb/osal/osal_freeRTOS.h | 1 + .../freertos}/FreeRTOSConfig.h | 5 +---- .../freertos/freertos/Source/include/portable.h | 17 ++++++++++++++++- 6 files changed, 26 insertions(+), 9 deletions(-) rename {demos/host/host_freertos => vendor/freertos}/FreeRTOSConfig.h (99%) diff --git a/demos/host/host_freertos/.cproject b/demos/host/host_freertos/.cproject index b6a8776ec..93b4dcc74 100644 --- a/demos/host/host_freertos/.cproject +++ b/demos/host/host_freertos/.cproject @@ -138,6 +138,7 @@