diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-15 08:49:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-15 08:49:15 +0000 |
commit | 362666757a9718b699d729b3f4eb5561ed9cae98 (patch) | |
tree | 9c37c60ba306fb6c590dc2147a9e9d790b7bf1d9 /readme.txt | |
parent | cd679c092078f7ef88c2b62f161eba41ee413702 (diff) | |
download | ChibiOS-362666757a9718b699d729b3f4eb5561ed9cae98.tar.gz ChibiOS-362666757a9718b699d729b3f4eb5561ed9cae98.tar.bz2 ChibiOS-362666757a9718b699d729b3f4eb5561ed9cae98.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@234 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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.
|