From 76fd617d63fda3c03f40c97f027c480aa00ae33d Mon Sep 17 00:00:00 2001 From: cinsights Date: Thu, 31 Dec 2020 11:05:45 +0000 Subject: [PATCH] Update readme git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14010 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 58c414f95..a8bbf4d79 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,7 @@ ***************************************************************************** *** Next *** +- NEW: Added event listener flags get/set and dispatch() with user data - NEW: Added chscanf() and buffered streams, contributed by Alex Lewontin. - NEW: Added option to LWIP bindings to use memory pools instead of heap allocator.