From 40503b913b1f45dd5b508b134ec39b0febca6e93 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 14 May 2013 21:32:13 +0700 Subject: [PATCH] abstract os priority for application tasks --- demos/host/host_freertos/.cproject | 16 +++--- demos/host/host_freertos/app_os_prio.h | 70 ++++++++++++++++++++++++++ demos/host/host_os_none/.cproject | 3 ++ demos/host/src/keyboard_app.c | 1 + demos/host/src/main.c | 2 + demos/host/src/mouse_app.c | 1 + demos/host/src/tusb_config.h | 2 +- tinyusb/class/hid_host.c | 11 ++++ tinyusb/class/hid_host.h | 7 +-- 9 files changed, 99 insertions(+), 14 deletions(-) create mode 100644 demos/host/host_freertos/app_os_prio.h diff --git a/demos/host/host_freertos/.cproject b/demos/host/host_freertos/.cproject index 8ca8d5fbb..c2dd0a6e9 100644 --- a/demos/host/host_freertos/.cproject +++ b/demos/host/host_freertos/.cproject @@ -40,15 +40,13 @@ - - - - -