git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@965 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
6d3145c04b
commit
55e7786c4b
|
@ -79,6 +79,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
branch).
|
branch).
|
||||||
- FIX: Fixed test_cpu_pulse() incorrect behavior (bug 2789383)(backported in
|
- FIX: Fixed test_cpu_pulse() incorrect behavior (bug 2789383)(backported in
|
||||||
stable branch).
|
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
|
- NEW: Abstract I/O Channels mechanism introduced. This mechanism allows to
|
||||||
access I/O resources through a standard interface and hides implementation
|
access I/O resources through a standard interface and hides implementation
|
||||||
details. The existing serial drivers were modified to offer a standard
|
details. The existing serial drivers were modified to offer a standard
|
||||||
|
|
Loading…
Reference in New Issue