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

This commit is contained in:
gdisirio 2010-07-03 08:00:21 +00:00
parent 3efae5da4a
commit 5f7d22cd04
1 changed files with 6 additions and 1 deletions

View File

@ -78,7 +78,12 @@
- NEW: Merged the new unified STM8 port, now the port supports both the - NEW: Merged the new unified STM8 port, now the port supports both the
Cosmic and Raisonance compilers. Cosmic and Raisonance compilers.
- NEW: Added an STM8-DISCOVERY demo, the demo can be compiled with both the - NEW: Added an STM8-DISCOVERY demo, the demo can be compiled with both the
Cosmic and Raisonance compilers under the STDV IDE. Cosmic and Raisonance compilers under the STDV IDE. Performance reports
have been added for both compilers.
NOTE: The Raisonance compiler seems to have problems in debugging under
the STDV IDE, if you need to debug using the Raisonance compiler
consider using the RIDE7 IDE instead.
Compiling and executing using the "release" mode under STDV works fine.
- NEW: Added timers clock macros to the STM32 clock tree HAL driver (backported - NEW: Added timers clock macros to the STM32 clock tree HAL driver (backported
in 2.0.1). in 2.0.1).
- NEW: Added Binary Semaphores among the synchronization primitives. The new - NEW: Added Binary Semaphores among the synchronization primitives. The new