aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-03 09:36:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-03 09:36:36 +0000
commit220a21db638ab0a480c1be8b338d471bc312c875 (patch)
tree8ebac3fc2273b0dffebfe53d420ba2ab6e3e1638 /readme.txt
parentdc4b409c0b28d330cc8c917c609632c71d7ebeeb (diff)
downloadChibiOS-220a21db638ab0a480c1be8b338d471bc312c875.tar.gz
ChibiOS-220a21db638ab0a480c1be8b338d471bc312c875.tar.bz2
ChibiOS-220a21db638ab0a480c1be8b338d471bc312c875.zip
chsnprintf() implementation added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6526 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index aaad8b84e..fc571b456 100644
--- a/readme.txt
+++ b/readme.txt
@@ -135,7 +135,7 @@
(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 chvprintf() function to the chprintf module.
+- NEW: Added chvprintf() and chsnprintf() functions to the chprintf module.
- NEW: Improved time range check in the kernel, new API chTimeElapsedSince()
introduced. The API chTimeIsWithin() is now a macro.
- NEW: Added a new function shellExit() to the shell. It allows to exit the