Updated and renamed release notes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_17.6.x@10241 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
b713585642
commit
e98eac5fb7
|
@ -22,7 +22,9 @@ a series of important improvements, new features have been added.
|
||||||
- Memory Pools now have a new variant named "Guarded Memory Pool" including
|
- Memory Pools now have a new variant named "Guarded Memory Pool" including
|
||||||
a semaphore that guards the allocation function, the caller waits if there
|
a semaphore that guards the allocation function, the caller waits if there
|
||||||
is not an object available in the pool.
|
is not an object available in the pool.
|
||||||
- FatFS 0.10b has been integrated.
|
- Improved mailboxes, now it is possible to set a mailbox in a persistent
|
||||||
|
reset state.
|
||||||
|
- FatFS 0.12b has been integrated.
|
||||||
- Rationalized source tree to reduce code duplication.
|
- Rationalized source tree to reduce code duplication.
|
||||||
- New unit test library.
|
- New unit test library.
|
||||||
- Test suites have been rewritten using an unique code generation system
|
- Test suites have been rewritten using an unique code generation system
|
Loading…
Reference in New Issue