aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-10-30 12:44:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-10-30 12:44:57 +0000
commit3d576f5929303b40037e36729299ebe988998079 (patch)
tree7ef9be001ae0dfa1ca973548fc30839041ab4a5b /readme.txt
parentb7db852d0bbbcfe52810ab68b6885b2cf6064276 (diff)
downloadChibiOS-3d576f5929303b40037e36729299ebe988998079.tar.gz
ChibiOS-3d576f5929303b40037e36729299ebe988998079.tar.bz2
ChibiOS-3d576f5929303b40037e36729299ebe988998079.zip
Improved shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6397 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 66d242c99..140faa831 100644
--- a/readme.txt
+++ b/readme.txt
@@ -116,6 +116,8 @@
(backported to 2.6.0).
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
2.4.4, 2.2.10, NilRTOS).
+- NEW: Added a new function shellExit() to the shell. It allows to exit the
+ shell from any command handler.
- NEW: Added support for STM32F401/STM32F42x/STM32F43x devices.
- NEW: Added support for STM32F0xx platform in RTCv2 driver.
- NEW: Improvements to the STM32F4xx backup domain initialization.