aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-23 12:23:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-23 12:23:44 +0000
commit0f11c375d30dec535cabf59f906278be538540e1 (patch)
tree4f56bda2d0ed7b955d6f85f50c9ede6b200de54c /readme.txt
parent001a994ff4d411f95bc1849bde82fc6c6767ca26 (diff)
downloadChibiOS-0f11c375d30dec535cabf59f906278be538540e1.tar.gz
ChibiOS-0f11c375d30dec535cabf59f906278be538540e1.tar.bz2
ChibiOS-0f11c375d30dec535cabf59f906278be538540e1.zip
Added STM32F103ZG demo for STM3210E-EVAL board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2896 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index bfe752162..45c099b6f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -86,6 +86,8 @@
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.
+- NEW: Added an STM32F103ZG demo for the STM3210E-EVAL evaluation board.
+
- OPT: STM32 PWM driver implementation simplified.
- CHANGE: Now pwmChangePeriod() does not implicitly disable the active
PWM channels.