git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@667 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
bae98eb8d8
commit
025d5992bb
13
readme.txt
13
readme.txt
|
@ -78,7 +78,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
- NEW: Improved the interrupt handlers related code. Now interrupts are
|
- NEW: Improved the interrupt handlers related code. Now interrupts are
|
||||||
handled in a very similar way in every architecture.
|
handled in a very similar way in every architecture.
|
||||||
- OPT: Improved ARM7 thumb port code, thanks to some GCC tricks involving
|
- OPT: Improved ARM7 thumb port code, thanks to some GCC tricks involving
|
||||||
registers usage now the kernel is much smaller, much faster and most OS APIs
|
registers usage now the kernel is much smaller, faster and most OS APIs
|
||||||
use less RAM in stack frames (note, this is an ARM7 thumb mode specific
|
use less RAM in stack frames (note, this is an ARM7 thumb mode specific
|
||||||
optimization).
|
optimization).
|
||||||
- CHANGE: Renamed the macros chSysIRQEnter() and chSysIRQExit() in
|
- CHANGE: Renamed the macros chSysIRQEnter() and chSysIRQExit() in
|
||||||
|
@ -93,6 +93,17 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
||||||
documentation and updated, the wiki entries are obsolete and will be removed.
|
documentation and updated, the wiki entries are obsolete and will be removed.
|
||||||
- New application notes and articles added.
|
- New application notes and articles added.
|
||||||
|
|
||||||
|
*** 1.0.0rc3 ***
|
||||||
|
- FIX: Fixed a nasty regression to the timeout unified code that affected
|
||||||
|
some APIs since version 0.5.3. See the bug tracker for more details.
|
||||||
|
Added a test case about this.
|
||||||
|
- FIX: Removed the API chThdSuspend() there was a conceptual flaw and I want
|
||||||
|
to think about the whole concept again before introducing something similar
|
||||||
|
in future. Anyway, it is possible to replicate the functionality using
|
||||||
|
chSchGoSleepS().
|
||||||
|
- Fixed typos here and there.
|
||||||
|
- Updated the states diagram in the documentation.
|
||||||
|
|
||||||
*** 1.0.0rc2 ***
|
*** 1.0.0rc2 ***
|
||||||
- FIX: Removed unused variable "retaddr" from the Cortex-M3 port.
|
- FIX: Removed unused variable "retaddr" from the Cortex-M3 port.
|
||||||
- FIX: The macro THD_WA_SIZE was defined wrongly in the file
|
- FIX: The macro THD_WA_SIZE was defined wrongly in the file
|
||||||
|
|
Loading…
Reference in New Issue