summaryrefslogtreecommitdiff
path: root/apps/system/composite
Commit message (Collapse)AuthorAgeFilesLines
* Update apps/examples/helloxx/MakefileGregory Nutt2014-09-071-1/+1
|
* Customize the program name in the generic setup that was added to each ↵Gregory Nutt2014-09-061-1/+1
| | | | makefile that installs a program
* Add generic setup logic to every Makefile that installs a program. Each ↵Gregory Nutt2014-09-061-0/+9
| | | | will need customization
* Fix all install targetsGregory Nutt2014-09-061-4/+4
|
* Oops wrong elseGregory Nutt2014-09-061-1/+1
|
* Add missing else from last big changeGregory Nutt2014-09-061-0/+1
|
* Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build ↵Gregory Nutt2014-09-061-0/+9
| | | | a main()
* Only one install target per MakefileGregory Nutt2014-09-061-4/+2
|
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+8
|
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+4
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* More trailing whilespace removalGregory Nutt2014-04-132-2/+2
|
* apps/examples/composite: Bug fix. Wrong handle being nullified. From ↵Gregory Nutt2013-11-071-1/+1
| | | | David Sidrane
* Correct unitialization of composite USB device. A stale pointer was being ↵Gregory Nutt2013-11-051-1/+3
| | | | reused. From David Sidrane
* Add NSH addroute and delroute commandsGregory Nutt2013-10-051-2/+1
|
* Mov apps/examples/composite to apps/system/composite; convert ↵Gregory Nutt2013-09-256-0/+1465
configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested