aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-29 12:12:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-29 12:12:53 +0000
commitaa2eb80fdb2e4e3b6eedacb8426e40db255cbe68 (patch)
tree7cc283c18c713d234676ef3f0968baea61ffb8d3 /readme.txt
parent796f13d4fa6befdf9e524306d764a3f1483ab8f1 (diff)
downloadChibiOS-aa2eb80fdb2e4e3b6eedacb8426e40db255cbe68.tar.gz
ChibiOS-aa2eb80fdb2e4e3b6eedacb8426e40db255cbe68.tar.bz2
ChibiOS-aa2eb80fdb2e4e3b6eedacb8426e40db255cbe68.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@558 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index 806d434bc..be5b6a015 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,10 +73,12 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
-*** 1.0.0 RC1 ***
-- NEW: Added new macros CH_KERNEL_VERSION set to "1.0.0 RC1", CH_KERNEL_MAJOR
+*** 1.0.0rc1 ***
+- NEW: Added new macros CH_KERNEL_VERSION set to "1.0.0rc1", CH_KERNEL_MAJOR
set to 1, CH_KERNEL_MINOR set to 0, CH_KERNEL_PATCH set to 0.
The macros will be updated to reflect the actual kernel version number.
+- NEW: Made all the port-specific configuration settings externally
+ configurable, see the documentation.
- FIX: Disabled the configuration option CH_USE_MESSAGES_PRIORITY from the
MSP430 demo, the default for this option should be off.
- FIX: Fixed a bug that prevented the THREAD_EXT_FIELDS to be compiled into
@@ -84,8 +86,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Removed some references to deprecated APIs from the test suite.
- FIX: Set the INT_REQUIRED_STACK configuration value for the ARM7 and ARMCM3
ports to a safer 0x10, it was previously 0 (correct but trimmed to specific
- compiler settings). Now it is possible to redefine that value externally
- without have to edit ./port/ARM7/chcore.h.
+ compiler settings).
+- FIX: Set the INT_REQUIRED_STACK configuration value for the AVR port to 32.
- Removed deprecated threads APIs: chThdCreate() and chThdCreateFast().
- Removed deprecated events APIs: chEvtWait(), chEvtWaitTimeout(), chEvtSend(),
chEvtSendI(), EventMask().