diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-15 14:52:56 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-10-15 14:52:56 +0000 |
commit | 70c86d43ec79032c7172507fc12bf7d78d44a3de (patch) | |
tree | ebb5d12bddd55f84a711f0becc1f8c8960744cb2 /readme.txt | |
parent | 779840691f4f6b3bb647d85f160ce238defa2de0 (diff) | |
download | ChibiOS-70c86d43ec79032c7172507fc12bf7d78d44a3de.tar.gz ChibiOS-70c86d43ec79032c7172507fc12bf7d78d44a3de.tar.bz2 ChibiOS-70c86d43ec79032c7172507fc12bf7d78d44a3de.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@53 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt index a3bed78b4..bdf9f5ff1 100644 --- a/readme.txt +++ b/readme.txt @@ -40,9 +40,11 @@ AVR-AT90CANx-GCC - Port on AVER AT90CAN128, not complete yet. *** 0.3.4 ***
- Fixed a problem in chVTSetI().
-- Modified chEvtWaitTimeout() to work correctly in the TIME_INFINITE
- scenario.
-
+- New API, chVTIsArmedI(), it is a macro in delta.h.
+- New API, chThdResumeI(), it is a macro in threads.h. This function is just
+ an alias for chSchReadyI() but makes the code more readable.
+- New API, chThdSuspend(). New switch CH_USE_SUSPEND added to chconf.h.
+
*** 0.3.3 ***
- Modified the chVTSetI(), now for the "time" parameter can have value zero
with meaning "infinite". This allows all the APIs with timeout parameters
@@ -54,7 +56,7 @@ AVR-AT90CANx-GCC - Port on AVER AT90CAN128, not complete yet. - Modified the chSysInit() to give the idle thread absolute priority, the
priority is then lowered to the minimum value into the chSysPause(). This
is done in order to ensure that the initializations performed into the
- main() procedure are performed before any thread starts.
+ main() procedure are finished before any thread starts.
- Added chThdSetPriority() new API.
- Added a generic events generator timer modulee to the library code.
- Modified the ARM7-LPC214x-GCC demo to show the use of the event timer.
|