git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3817 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
184897394e
commit
ceaed9c9b2
6
todo.txt
6
todo.txt
|
@ -6,8 +6,9 @@ X = In progress, some work done.
|
||||||
N = Decided against.
|
N = Decided against.
|
||||||
|
|
||||||
Current Pipeline (2.4.0):
|
Current Pipeline (2.4.0):
|
||||||
- Complete test cycle.
|
X Complete test cycle.
|
||||||
- Complete documentation cycle.
|
X Complete documentation cycle.
|
||||||
|
- Release.
|
||||||
|
|
||||||
Version 2.4.1
|
Version 2.4.1
|
||||||
X STM32F2 validation (so far testing done on STM32F4 only).
|
X STM32F2 validation (so far testing done on STM32F4 only).
|
||||||
|
@ -17,6 +18,7 @@ X SDC driver port to STM32F2 and STM32F4.
|
||||||
|
|
||||||
Within 2.5.x:
|
Within 2.5.x:
|
||||||
- Revision of scheduling strategy for threads at equal priority.
|
- Revision of scheduling strategy for threads at equal priority.
|
||||||
|
- Handling of Virtual Timer callbacks out of critical zone.
|
||||||
- Add a chSysIntegrityCheck() API to the kernel.
|
- Add a chSysIntegrityCheck() API to the kernel.
|
||||||
- Add a CH_THREAD macro for threads declaration in order to hide
|
- Add a CH_THREAD macro for threads declaration in order to hide
|
||||||
compiler-specific optimizations for thread functions. All demos will have
|
compiler-specific optimizations for thread functions. All demos will have
|
||||||
|
|
Loading…
Reference in New Issue