aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-25 14:56:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-04-25 14:56:16 +0000
commit756658a69a1abca61281b4dbd84a6dada9fc91b5 (patch)
tree2d39a47723556859d28761fd7d9336c811839d75 /readme.txt
parenta2a88226488db68ca8435a72ed608bf5ec9df464 (diff)
downloadChibiOS-756658a69a1abca61281b4dbd84a6dada9fc91b5.tar.gz
ChibiOS-756658a69a1abca61281b4dbd84a6dada9fc91b5.tar.bz2
ChibiOS-756658a69a1abca61281b4dbd84a6dada9fc91b5.zip
Improved test code, architecture names added to the port code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@918 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 3213f5122..dff88063a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -93,6 +93,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: Added a new "naked" context switch benchmark that better defines the
real context switch time, previous benchmarks introduced too much overhead
to the measurement. The STM32 performs the context switch in under 1.48uS.
+- NEW: Added architecture name strings to the port code.
- CHANGE: Removed the chMsgSendWithEvent() function. It is rarely used and
the functionality can be re-created with a compound atomic operation. Also
removed the CH_USE_MESSAGES_EVENT configuration option.