mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -45,6 +45,10 @@
|
||||
NUTTXLIBS = lib$(DELIM)libsched$(LIBEXT)
|
||||
USERLIBS =
|
||||
|
||||
# Add libraries for board support
|
||||
|
||||
NUTTXLIBS = lib$(DELIM)libconfigs$(LIBEXT)
|
||||
|
||||
# Add libraries for syscall support. The C library will be needed by
|
||||
# both the kernel- and user-space builds. For now, the memory manager (mm)
|
||||
# is placed in user space (only).
|
||||
|
||||
Reference in New Issue
Block a user