From 1fcb4ab404752499d20f23832428b2f8e91a4de9 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Wed, 9 Feb 2022 10:17:57 +0000 Subject: [PATCH] Updated the main readme. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15453 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.txt b/readme.txt index 32fd20880..ff34459f4 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,13 @@ ***************************************************************************** *** Next *** +- NEW: Added a Posix-favored shell named "msh" (Mini Shell). The shell is able + to run sub-apps inside the same sandbox. The shell can either be placed + statically in flash or loaded dynamically in RAM. +- NEW: Added runnable "apps" capability to SBs, apps available so far: msh, ls. +- NEW: Added ability to load ELF files to SBs. +- NEW: Enhanced Posix API for SBs leveraging the VFS integration. +- NEW: SBs and VFS integration. Each SB can see its own VFS instance. - NEW: Added integration of LittleFS on top of our flash infrastructure. - NEW: Added a new MEM_IS_VALID_FUNCTION() macro to RT and NIL. - NEW: Improved HAL flash interface with mutual exclusion methods, improved