git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@465 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-10-12 17:54:43 +00:00
parent 2c177167e1
commit 860eb801bf
1 changed files with 1 additions and 1 deletions

View File

@ -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.