summaryrefslogtreecommitdiff
path: root/nuttx/KernelLibs.mk
Commit message (Collapse)AuthorAgeFilesLines
* Fix some problems with a preceding commitGregory Nutt2015-03-311-1/+1
|
* boardctl(): Add a new non-standard OS interface. This is similar to a ↵Gregory Nutt2015-03-311-0/+4
| | | | 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.
* In the kernel build, only the user libraries should be exported.Gregory Nutt2014-09-041-0/+6
|
* Separate flat, protected, and kernel mode library selected into separate ↵Gregory Nutt2014-08-301-0/+99
files. The conditional logic as exceed my able to comprehend and maintain the selections.