diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-02 11:12:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-01-02 11:12:46 +0000 |
commit | 8fa18b0b6b3f5640a2db179ec938f8962f65244c (patch) | |
tree | b53c296ca94611820b6bede653b0e67545538bfd /readme.txt | |
parent | 0d3c7da33152ace5422f79fae6ce757d7328c32c (diff) | |
download | ChibiOS-8fa18b0b6b3f5640a2db179ec938f8962f65244c.tar.gz ChibiOS-8fa18b0b6b3f5640a2db179ec938f8962f65244c.tar.bz2 ChibiOS-8fa18b0b6b3f5640a2db179ec938f8962f65244c.zip |
Updated C++ wrapper and STM32F4-Discovery C++ demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5015 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index fc11dd4e5..fc4c0510c 100644 --- a/readme.txt +++ b/readme.txt @@ -90,6 +90,9 @@ (backported to 2.4.3).
- FIX: Fixed wrong SPI path in platform_f105_f107.mk (bug 3598151).
- FIX: Fixed PHY powerdown issues not fixed (bug 3596911).
+- NEW: Added new C++ demo for the STM32F4-Discovery.
+- NEW: Updated C++ wrapper with a much more logical classes structure.
+ TODO: Opdate older C++ demos.
- NEW: ADC driver implementation for the STM32F3xx, the driver supports also
the dual-ADC mode allowing for a very high combined bandwidth.
- NEW: Added zero-copy capability to the STM32 MAC driver (experimental and
|