Fixes for qurt build

Added missing functions that were added for other targets but not for qurt.

Added workaround for missing sem_timedwait(). This may have a performance
impact until a sem_timedwait is supported.

std::to_string is not supported by the hexagon compiler

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2016-01-07 15:09:38 -08:00
committed by Lorenz Meier
parent 1edd9d5a9a
commit 5bc2019fd5
9 changed files with 90 additions and 12 deletions
+1
View File
@@ -36,6 +36,7 @@
*
* RC calibration check
*/
#include <stdbool.h>
#pragma once