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

This commit is contained in:
gdisirio 2008-03-15 08:49:15 +00:00
parent cd679c0920
commit 362666757a
1 changed files with 1 additions and 1 deletions

View File

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