diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-08-07 11:09:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-08-07 11:09:02 +0000 |
commit | bb27a7d32a5b35a41f6e736540a689fd30d0854c (patch) | |
tree | 56f9611101c4ca2473062233fafeced7e1ebdef1 /readme.txt | |
parent | 64373e1f79a015b0c95355b5f6f0d9f09292b5a3 (diff) | |
download | ChibiOS-bb27a7d32a5b35a41f6e736540a689fd30d0854c.tar.gz ChibiOS-bb27a7d32a5b35a41f6e736540a689fd30d0854c.tar.bz2 ChibiOS-bb27a7d32a5b35a41f6e736540a689fd30d0854c.zip |
Added CAN demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2118 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 ea28c9a99..fd86d0a4a 100644 --- a/readme.txt +++ b/readme.txt @@ -67,6 +67,7 @@ - FIX: Fixed a documentation error regarding the ADC driver function
adcStartConversion() (bug 3039890)(backported to 2.0.3).
- NEW: Added a simple STM32 ADC demo under ./testhal/STM32/ADC.
+- NEW: Added a simple STM32 CAN demo under ./testhal/STM32/CAN.
- NEW: Added a simple STM32 PWM demo under ./testhal/STM32/PWM.
- NEW: Added pwmEnableChannelI() and pwmDisableChannelI() APIs to the PWM
driver in order to allow channel reprogramming from within callbacks or
|