aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-12 13:44:10 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-11-12 13:44:10 +0000
commit7a0e63b86eecf3da77e73aefc7f1a4d12bf24736 (patch)
tree25ff7a5d0f9a2147879d7d2025854378396242b2 /readme.txt
parent05a9be0c14986ad58ea2393c6ec557465fef6048 (diff)
downloadChibiOS-7a0e63b86eecf3da77e73aefc7f1a4d12bf24736.tar.gz
ChibiOS-7a0e63b86eecf3da77e73aefc7f1a4d12bf24736.tar.bz2
ChibiOS-7a0e63b86eecf3da77e73aefc7f1a4d12bf24736.zip
Added chvprintf() function to the chprintf module.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6469 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 8d4f09e41..b9f820337 100644
--- a/readme.txt
+++ b/readme.txt
@@ -128,6 +128,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: 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