diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-09-04 12:57:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2015-09-04 12:57:06 +0000 |
commit | 4c19d32590b2bcb94f9318d7414745bc55cb926e (patch) | |
tree | d7e402911b66361eeecf45c3ab33b94ce59efc6e /readme.txt | |
parent | c497eb864e63bb6ca94042f3a3df45af54093889 (diff) | |
download | ChibiOS-4c19d32590b2bcb94f9318d7414745bc55cb926e.tar.gz ChibiOS-4c19d32590b2bcb94f9318d7414745bc55cb926e.tar.bz2 ChibiOS-4c19d32590b2bcb94f9318d7414745bc55cb926e.zip |
Improved scatter files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8280 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 5049e7531..6864a2927 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,8 @@ *****************************************************************************
*** 3.1.0 ***
+- VAR: Improved GCC rules.ld, now it is possible to assign the heap to any
+ of the available RAM regions.
- HAL: STM32 GPT, ICU and PWM driver enhancements. Now it is possible to
suppress default ISRs by defining STM32_TIMx_SUPPRESS_ISR.
The application is now able to define custom handlers if required
|