diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-16 09:18:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-16 09:18:36 +0000 |
commit | faed89a33d39b13b88fbd3d680173b03055f4b49 (patch) | |
tree | 8e3cd16e664971130edddc900fc0c2cbbe4e479b /readme.txt | |
parent | 786a0a6c71e98c1a3268ed2a13289459030c3032 (diff) | |
download | ChibiOS-faed89a33d39b13b88fbd3d680173b03055f4b49.tar.gz ChibiOS-faed89a33d39b13b88fbd3d680173b03055f4b49.tar.bz2 ChibiOS-faed89a33d39b13b88fbd3d680173b03055f4b49.zip |
C++ demo for STM32.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2880 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 700da01d1..f57f3d247 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ - NEW: Now it is possible to share DMA channels in the STM32 HAL thanks
to a centralized manager. Channels are allocated when the driver is
started and released when it is stopped.
+- NEW: Added an STM32 C++ demo for the GNU compiler.
- OPT: STM32 PWM driver implementation simplified.
- CHANGE: Now pwmChangePeriod() does not implicitly disable the active
PWM channels.
|