summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/boardctl.h
Commit message (Collapse)AuthorAgeFilesLines
* boardctl(): Add a new non-standard OS interface. This is similar to a ↵Gregory Nutt2015-03-311-0/+111
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.