Gregory Nutt be325924fb This commit corrects a problem with NSH: NSH was calling the OS internal function ramdisk_register() in violation of the portable POSIX interface. This commit solves the problem by introducing a new boardctl() function BOARDIOC_MKRD which moves the RAM disk creation into the OS.
Squashed commit of the following:

    drivers/:  Run tools/nxstyle against all drivers/*.c.

    boards/boardctl.c:  Add new boardctl() command, BOARDIOC_MKRD, that can be used to create a RAM disk.  This will replace the illegal call to ramdisk_register() currently used by NSH.

    drivers/mkrd.c:  Add wrapper around ramdisk_register() for creating a proper ramdisk.
2019-10-26 09:35:32 -06:00
..
2015-02-16 14:29:43 -06:00
2015-02-16 14:29:43 -06:00
2015-02-16 14:29:43 -06:00
2015-02-16 14:29:43 -06:00
2018-09-22 14:20:18 -06:00
2019-01-09 14:26:51 -06:00
2015-02-16 14:29:43 -06:00