summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-17 00:21:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-17 00:21:10 +0000
commit92fa94abca72e56d10118754de5c419f392d6d5f (patch)
treeeb43fad1ef29effb3c92d57325fb5b5b550ef898 /nuttx/ChangeLog
parentca08ac22269b1fe54d9d959d5facf27e6ca322b5 (diff)
downloadnuttx-92fa94abca72e56d10118754de5c419f392d6d5f.tar.gz
nuttx-92fa94abca72e56d10118754de5c419f392d6d5f.tar.bz2
nuttx-92fa94abca72e56d10118754de5c419f392d6d5f.zip
STM32 ADC update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4194 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 36b550384..8b8a2d5e4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2268,3 +2268,7 @@
in the STM32 F1 and F4 family.
* arch/arm/srcm/stm32/stm32f10xxx_rtc.c: STM32 F4 RTC is functional (12/14/2011)
* net/uip-arp.c: Fix compilation issue with CONFIG_NET_ARP_IPIN
+ * include/nuttx/pwm.h and drivers/pwm.c: Add an interface definition and a
+ "upper half" driver for PWM output.
+ * arch/arm/src/stm32/stm32_pwm.c: Added a PWM "lower half" driver for the
+ STM32. The initial check-in is little more than a framework for the driver.