diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-19 12:08:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-19 12:08:15 +0000 |
commit | 0653f7de9c9a1562a0a74b73510d26df563b2da3 (patch) | |
tree | 31c93ee1860f33c5c2437b78d7f548223bac3627 /readme.txt | |
parent | f8c1d7423ef255774eec34df8b6791032f8a0a05 (diff) | |
download | ChibiOS-0653f7de9c9a1562a0a74b73510d26df563b2da3.tar.gz ChibiOS-0653f7de9c9a1562a0a74b73510d26df563b2da3.tar.bz2 ChibiOS-0653f7de9c9a1562a0a74b73510d26df563b2da3.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2832 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 677fbea6c..ea1ef41ee 100644 --- a/readme.txt +++ b/readme.txt @@ -81,7 +81,8 @@ - NEW: Improved setup packets handling in the USB driver through a specific
callback.
- OPT: Simplified Serial over USB driver configuration.
-- CHANGE: Renamed the demo ARMCM3-STM32F107-GCC in ARMCM3-STM32F107.
+- CHANGE: Renamed the demo ARMCM3-STM32F107-GCC in ARMCM3-STM32F107 and added
+ IAR and Keil projects.
- CHANGE: Now the ARMCM3-STM32F107 demo targets the board Olimex STM32-P107
as default.
- CHANGE: Removed all the prefixes from the structure/union field names
|