aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-03 08:00:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-03 08:00:21 +0000
commit5f7d22cd0463656db230f374020747eb860bb9b0 (patch)
treea40299f478c66b842895f49feaf444635e42f42a /readme.txt
parent3efae5da4a8da8a0d76db680f9031887eb9bc9a2 (diff)
downloadChibiOS-5f7d22cd0463656db230f374020747eb860bb9b0.tar.gz
ChibiOS-5f7d22cd0463656db230f374020747eb860bb9b0.tar.bz2
ChibiOS-5f7d22cd0463656db230f374020747eb860bb9b0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2052 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 123bb0b49..6aabf751e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -78,7 +78,12 @@
- NEW: Merged the new unified STM8 port, now the port supports both the
Cosmic and Raisonance compilers.
- 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
in 2.0.1).
- NEW: Added Binary Semaphores among the synchronization primitives. The new