From e98eac5fb7fc39ee44778bc7b7c6001154e26150 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 4 Jun 2017 12:47:33 +0000 Subject: [PATCH] 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 --- release_note_next.txt => release_note_17.6.0.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename release_note_next.txt => release_note_17.6.0.txt (94%) diff --git a/release_note_next.txt b/release_note_17.6.0.txt similarity index 94% rename from release_note_next.txt rename to release_note_17.6.0.txt index aee19b04a..6c55d166e 100644 --- a/release_note_next.txt +++ b/release_note_17.6.0.txt @@ -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