From 249617c727636094ccb2bb409688299b2fd80bd4 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 9 Aug 2015 14:35:08 +0200 Subject: [PATCH] add open points to the TODO list --- hermit/TODO.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hermit/TODO.md b/hermit/TODO.md index 69b1b2b13..d9c1ba3b7 100644 --- a/hermit/TODO.md +++ b/hermit/TODO.md @@ -2,3 +2,6 @@ TODO list ========= * using a unified term for cores and CPUs, currently we didn't differentiate +* prioririty handling in the Pthread library is still missing +* support of signals is still missing +* use gs register to accelerate tha access to newlib's reentrant structure