Update ChangeLogs

This commit is contained in:
Gregory Nutt 2015-03-31 15:06:05 -06:00
parent 4212b9b385
commit 6abae1202f
1 changed files with 6 additions and 0 deletions

View File

@ -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/<board>/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).