From cc5c243fb83578dc20b2806b0f53f4d780980a27 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 11:32:00 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index efe99b8812..9aa527d733 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10056,3 +10056,12 @@ the MCO1 pin). This change is not verifed for any other platforms. From Leo Aloe3132 * Rename arch_nshinitialize() to board_app_initialize() (2015-03-30). + * ./*.mk, configs/.gitignore, Makefile, boardctl.c, include/nuttx/fs/ioctl, + include/sys/boardctl.h, syscall.h, and syscall/: Add a new non- + standard OS interface called boardctl(). This is similar to a driver + IOCTL call. But this is an IOCTL call directly on the board logic. + This function will eventually replace all of the ad hoc OS interfaces + that are current used to perform application specific initialization + and application driver test configuration. It essentially formalizes + and institutionalizes these rogue interface in to at least a single + crazy call (2015-03-31).