aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index a187c458a..31dbcfd6a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -83,6 +83,11 @@
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: Added a chprintf() function to ./os/various, it can print on any
+ BaseChannel.
+- NEW: Improved the mini shell, enhanced info command, optimizations and
+ removed the shellPrint() and shellPrintLine() functions, now it uses
+ chprintf() for output.
- NEW: lwIP 1.4.0 has been integrated, this new version does not require
custom hooks into the Thread structure and is thus much lighter.
- NEW: FatFs demo for the STM32F103ZG using the SDC driver.