From 526739a74e04e2039d19a59eca020f07b4d28820 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 17:05:05 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fa1b647b92..a98f19a973 100755 --- a/ChangeLog +++ b/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).