Gregory Nutt
|
bde90de12f
|
Fix libc/zoneinfo build
|
2016-06-30 16:20:43 -06:00 |
Gregory Nutt
|
fd9c9a7f4f
|
Add logic to support custom board directories that include a Kconfig file. During the context phase of the build, any Kconfig file in the custom board directory is copied into configs/dummy, replacing the existing Kconfig file with the target Kconfig file.
|
2016-06-29 11:53:00 -06:00 |
Gregory Nutt
|
ec1e1a10fd
|
Make system: Build the drivers/ directory even if file descriptors are disabled. There are still things that may be needed from the drivers/ director (such as SYSLOG logic or lower half drivers).
|
2016-06-20 16:33:20 -06:00 |
Gregory Nutt
|
6d1b4c051e
|
Add new top-level wireless/ directory
|
2016-02-26 17:07:04 -06:00 |
Gregory Nutt
|
cfe018e991
|
Rename CONFIG_WIRELESS to CONFIG_DRIVERS_WIRELESS
|
2016-02-26 16:50:26 -06:00 |
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
|
1f3633badd
|
Move Makefile directory selections to a separate makefile fragment
|
2014-08-30 09:57:44 -06:00 |