From 6abae1202fb41d5502d7787e9e0f80bde09f3c1d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 15:06:05 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e89f108fd..7fb40b6fa2 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10076,3 +10076,9 @@ board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface (2015-03-31). + * configs/Kconfig, boardctl.c, include/nuttx/board.h, include/sys/boardctl.h, + and several ADC files in configs//src/: Rename adc_devinit() to + board_adc_setup(). Add support to the boardctl() interface so that it + can call board_adc_setup() on behalf of an application. Make sure that + the proper features are enabled in the defconfig files that have + CONFIG_EXAMPLES_ADC=y (2015-03-31).