summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 17:05:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 17:05:05 -0600
commitcb6f1757a0d69eef2bc29250ac7d2d34374ffb45 (patch)
treec4a335bcfd086d7a07941af0b9fc5c9fd344a712 /nuttx/ChangeLog
parent62e6ca593af8f98726c9760ad7dd4c65d90edff9 (diff)
downloadpx4-nuttx-cb6f1757a0d69eef2bc29250ac7d2d34374ffb45.tar.gz
px4-nuttx-cb6f1757a0d69eef2bc29250ac7d2d34374ffb45.tar.bz2
px4-nuttx-cb6f1757a0d69eef2bc29250ac7d2d34374ffb45.zip
Update ChangeLogs
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fa1b647b9..a98f19a97 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10085,4 +10085,9 @@
* configs/*/defconfig: Make sure that all defconfig files that require
external graphics intiialization also enable the correct boarctl()
settings (2015-03-31).
-
+ * include/nuttx/board.h, include/sys/boardctl.h, nuttx/configs/Kconfig and
+ boardctl.c, and board configurations and PWM implementations: Rename
+ pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that
+ will enable calling board_pwm_setup() from boardctl(). In all
+ configurations that enable the apps/examples/pwm test, make sure that
+ boardctl() support is properly enabled (2015-03-31).