diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-12 13:44:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-11-12 13:44:10 +0000 |
commit | 7a0e63b86eecf3da77e73aefc7f1a4d12bf24736 (patch) | |
tree | 25ff7a5d0f9a2147879d7d2025854378396242b2 /readme.txt | |
parent | 05a9be0c14986ad58ea2393c6ec557465fef6048 (diff) | |
download | ChibiOS-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.txt | 1 |
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
|