diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-19 16:24:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-19 16:24:06 +0000 |
commit | 45efc9bae6aa43fe150c571ec3ce2f0252de9b13 (patch) | |
tree | 8b4968ce75cdffdf642a9bab15af31bcc47a43f8 /todo.txt | |
parent | 09f8aa29636a0998e2be4f539d9b0adf93843714 (diff) | |
download | ChibiOS-45efc9bae6aa43fe150c571ec3ce2f0252de9b13.tar.gz ChibiOS-45efc9bae6aa43fe150c571ec3ce2f0252de9b13.tar.bz2 ChibiOS-45efc9bae6aa43fe150c571ec3ce2f0252de9b13.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3828 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -19,7 +19,13 @@ X SDC driver port to STM32F2 and STM32F4. Within 2.5.x:
- Revision of scheduling strategy for threads at equal priority.
- Handling of Virtual Timer callbacks out of critical zone.
+- Add normal API (not iclass) variants of the VT functions.
+- Add the RTC service inside the kernel and port, remove from HAL.
+- Add option to use the RTC counter instead of the systick counter into the
+ trace buffer.
- Add a chSysIntegrityCheck() API to the kernel.
+- Add guard pages as extra stack checking mechanism. Guard pages should be
+ of the same type of the stack alignment type.
- Add a CH_THREAD macro for threads declaration in order to hide
compiler-specific optimizations for thread functions. All demos will have
to be updated.
|