aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-31 09:41:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-12-31 09:41:14 +0000
commitcb571938b3513629c469b56c7f49424f0369e4fb (patch)
tree131ded140aeb3395e7e31e138b9d6bb2545137f0 /readme.txt
parent3aad1470deaf2d989614c3d08c377829bec8bab2 (diff)
downloadChibiOS-cb571938b3513629c469b56c7f49424f0369e4fb.tar.gz
ChibiOS-cb571938b3513629c469b56c7f49424f0369e4fb.tar.bz2
ChibiOS-cb571938b3513629c469b56c7f49424f0369e4fb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@572 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 7caa6bf40..6ffc258a5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -19,7 +19,7 @@
ChibiOS/RT but used in the demo applications.
./test/ - Test code, used by some demos.
./docs/Doxyfile - Doxygen project file.
-./docs/html/index.html - ChibiOS/RT documentation (after running doxigen).
+./docs/html/index.html - ChibiOS/RT documentation.
The documentation is also available on the project
web page: http://chibios.sourceforge.net/
@@ -95,7 +95,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- Removed deprecated events APIs: chEvtWait(), chEvtWaitTimeout(), chEvtSend(),
chEvtSendI(), EventMask().
- Removed deprecated configuration feature CH_USE_EXIT_EVENT and the related
- API chThdGetExitEventSource().
+ API chThdGetExitEventSource(). The feature can be reimplemented in user code
+ as shown by the MinGW demo.
- Removed deprecated macros: WorkingArea(), UserStackSize(), StackAlign().
- Added usage note into the readme of the MinGW demo.
- Added usage notes for programmers to the ARM7 port documentation about