aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-04 07:44:48 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-10-04 07:44:48 +0000
commit102341ad5d0e39af783675233b888977ab4585db (patch)
tree7857dba77dac5ddd8ef4b529ac9617e176d20892 /readme.txt
parentc95c06216f9869d959f6b116bc65bd5548cad801 (diff)
downloadChibiOS-102341ad5d0e39af783675233b888977ab4585db.tar.gz
ChibiOS-102341ad5d0e39af783675233b888977ab4585db.tar.bz2
ChibiOS-102341ad5d0e39af783675233b888977ab4585db.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@447 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index b92129785..f66459e33 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,6 +74,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Releases ***
*****************************************************************************
+*** 0.7.2 ***
+- 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.