Skip to content
  • Gregory Nutt's avatar
    boardctl(): Add a new non-standard OS interface. This is similar to a driver... · b4b40d33
    Gregory Nutt authored
    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.
    b4b40d33