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

This commit is contained in:
gdisirio 2011-03-12 08:34:29 +00:00
parent 3e8aa7cd6a
commit 3ed4800b9b
8 changed files with 3 additions and 2 deletions

View File

@ -77,8 +77,9 @@
- NEW: Improved setup packets handling in the USB driver through a specific
callback.
- OPT: Simplified Serial over USB driver configuration.
- CHANGE: Now the STM32F107 demo targets the board Olimex STM32-P107 as
default.
- CHANGE: Renamed the demo ARMCM3-STM32F107-GCC in ARMCM3-STM32F107.
- 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
in the HAL subsystem.