diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 19:51:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-09 19:51:12 +0000 |
commit | 55e7786c4b5dbf68aded2214449b83bc8e6a9845 (patch) | |
tree | 0e43683d19faa42823a0f3e1ed0fb40fff3f6c0a | |
parent | 6d3145c04b2f6be505c44589fdb8ecbe952b4b85 (diff) | |
download | ChibiOS-55e7786c4b5dbf68aded2214449b83bc8e6a9845.tar.gz ChibiOS-55e7786c4b5dbf68aded2214449b83bc8e6a9845.tar.bz2 ChibiOS-55e7786c4b5dbf68aded2214449b83bc8e6a9845.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@965 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index edc49846c..9baa121b5 100644 --- a/readme.txt +++ b/readme.txt @@ -79,6 +79,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, branch).
- FIX: Fixed test_cpu_pulse() incorrect behavior (bug 2789383)(backported in
stable branch).
+- FIX: Fixed missing volatile modifier for p_time field in Thread structure
+ (bug 2789501)(backported in stable branch).
- NEW: Abstract I/O Channels mechanism introduced. This mechanism allows to
access I/O resources through a standard interface and hides implementation
details. The existing serial drivers were modified to offer a standard
@@ -178,7 +180,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, a sleep state.
- NEW: Mode flexible debug configuration options, removed the old CH_USE_DEBUG
and CH_USE_TRACE. Replaced with CH_DBG_ENABLE_CHECKS, SCH_DBG_ENABLE_ASSERTS,
- CH_DBG_ENABLE_TRACE and CH_DBG_FILL_THREADS.
+ CH_DBG_ENABLE_TRACE and CH_DBG_FILL_THREADS.
- NEW: Added a debug option CH_DBG_THREADS_PROFILING for threads profiling.
A field into the Thread structure counts the consumed time. The information
is not used into the kernel, it is meant for debugging.
|