boardctl(): Add a new non-standard OS interface. 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 intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call.

This commit is contained in:
Gregory Nutt
2015-03-31 11:25:52 -06:00
parent cf77f8f28f
commit b4b40d338a
15 changed files with 395 additions and 4 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ endif
# be cleaned to prevent garbage from collecting in them when changing
# configurations.
NONFSDIRS = sched $(ARCH_SRC) $(NUTTX_ADDONS)
NONFSDIRS = sched configs $(ARCH_SRC) $(NUTTX_ADDONS)
FSDIRS = fs drivers binfmt
CONTEXTDIRS = $(APPDIR)
USERDIRS =