From 362666757a9718b699d729b3f4eb5561ed9cae98 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 15 Mar 2008 08:49:15 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@234 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 0fede6af8..690f7e936 100644 --- a/readme.txt +++ b/readme.txt @@ -72,7 +72,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, - Removed the -falign-functions=16 option from the AT91SAM7X demo makefiles, the Atmel chip does not require it, the option is still present on the LPC21xx demos. This saves significant program space. -- Started work on ARM Cortex-M3 architecture. The target chip is the ST32F103 +- Started work on ARM Cortex-M3 architecture. The target chip is the STM32F103 on a Olimex STM32-P103 board. - Added a threads state diagram to the documentation. - Various fixes to the doxigen documentation.