This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
10,874
Commits
1
Branch
0
Tags
291
MiB
b4b40d338a
Commit Graph
3 Commits
Author
SHA1
Message
Date
Gregory Nutt
b4b40d338a
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.
2015-03-31 11:25:52 -06:00
Gregory Nutt
de7fbf92a0
Add logic that will permit us to build user libraries with different CFLAGS than kernel code. This is needed because we need the -fno-common option when building ELF code to prevent SHN_COMMON relocations
2014-09-09 15:45:37 -06:00
Gregory Nutt
43409eea31
Move commit library targets out of Makefile.unix and Makeifle.win into a new LibTargets.mk
2014-09-09 14:49:36 -06:00