aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-12 17:54:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-12 17:54:43 +0000
commit860eb801bfd604e4665590d6ac84d255dedbf614 (patch)
tree137aaa8edf18c84d410dea7ee034fbeba32d8bbf
parent2c177167e17d7f876530b910725ea86def1fcdc4 (diff)
downloadChibiOS-860eb801bfd604e4665590d6ac84d255dedbf614.tar.gz
ChibiOS-860eb801bfd604e4665590d6ac84d255dedbf614.tar.bz2
ChibiOS-860eb801bfd604e4665590d6ac84d255dedbf614.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@465 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 9582d3035..a74a9ca08 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,7 +89,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
vectors.s files.
- Modified the STM32 demo makefile to use the latest YAGARTO toolchain as
default (arm-elf-gcc).
-
+
*** 0.7.1 ***
- NEW: New chThdInit() and chThdCreateStatic() APIs now replace the old
chThdCreate() and chThdCreateFast() that are thus marked as deprecated.