diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-08-20 07:15:55 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-08-20 07:15:55 +0000 |
commit | fef1911a8f6329ad97e4112965e004d21bffef73 (patch) | |
tree | a8916d9bb840aa83cd83606c676da97046401d1f /readme.txt | |
parent | 4e26a3b42cb49974f63d1b8727d7b1d1830c9c81 (diff) | |
download | ChibiOS-fef1911a8f6329ad97e4112965e004d21bffef73.tar.gz ChibiOS-fef1911a8f6329ad97e4112965e004d21bffef73.tar.bz2 ChibiOS-fef1911a8f6329ad97e4112965e004d21bffef73.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2134 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index dc19c922f..0f54b4ee8 100644 --- a/readme.txt +++ b/readme.txt @@ -71,6 +71,9 @@ 2.0.3).
- FIX: Fixed a documentation error regarding the ADC driver function
adcStartConversion() (bug 3039890)(backported to 2.0.3).
+- NEW: Added board files for the Olimex STM32-H103.
+- NEW: New kernel APIs chSysGetIdleThread() and chThdGetTicks(), the new
+ APIs are simple macros so there is no footprint overhead.
- NEW: New I2C device driver model (no implementations yet).
- NEW: Added to the UART driver the capability to return the number of
not yet transferred frames when stopping an operation.
|