aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-08 13:51:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-08 13:51:03 +0000
commit2d1ded91fe36fbfa8427ce854d82cc3947789b31 (patch)
tree9cfe0386efaa886501ec595de29aa72f0d9ee1bc /readme.txt
parenta2cfd2054ad5da4dbf8b583a7eaf164d9dac6006 (diff)
downloadChibiOS-2d1ded91fe36fbfa8427ce854d82cc3947789b31.tar.gz
ChibiOS-2d1ded91fe36fbfa8427ce854d82cc3947789b31.tar.bz2
ChibiOS-2d1ded91fe36fbfa8427ce854d82cc3947789b31.zip
Added STM32 SPI demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2121 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 677d48ca5..af2207d04 100644
--- a/readme.txt
+++ b/readme.txt
@@ -72,6 +72,7 @@
- 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 a simple STM32 SPI demo under ./testhal/STM32/SPI.
- NEW: Added pwmEnableChannelI() and pwmDisableChannelI() APIs to the PWM
driver in order to allow channel reprogramming from within callbacks or
other interrupt handlers. The new APIs are implemented as macros so there