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:
Giovanni Di Sirio 2017-06-04 12:47:33 +00:00
parent b713585642
commit e98eac5fb7
1 changed files with 3 additions and 1 deletions

View File

@ -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
a semaphore that guards the allocation function, the caller waits if there
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.
- New unit test library.
- Test suites have been rewritten using an unique code generation system