summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-31 15:06:05 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-31 15:06:05 -0600
commit89e6ac65fdaef533a95ad504bb18ec50c9cd977f (patch)
tree044676d1b1223d8a6304bc78785b506dbf1700c5 /nuttx
parent494dfe2ae6157348956b941eb7a1f57b66181a56 (diff)
downloadpx4-nuttx-89e6ac65fdaef533a95ad504bb18ec50c9cd977f.tar.gz
px4-nuttx-89e6ac65fdaef533a95ad504bb18ec50c9cd977f.tar.bz2
px4-nuttx-89e6ac65fdaef533a95ad504bb18ec50c9cd977f.zip
Update ChangeLogs
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8e89f108f..7fb40b6fa 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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/<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).