summaryrefslogtreecommitdiff
path: root/apps/system/usbmsc
Commit message (Collapse)AuthorAgeFilesLines
* apps/system/usbmsc: Fix some corrupted conditional compilation that crept ↵Gregory Nutt2014-12-281-4/+4
| | | | in. Looks like some automatated update gone awry.
* Update everything under apps/ to use the corrected syslog interfacesGregory Nutt2014-10-082-92/+87
|
* MAINOBJ needs to be added to object list in many MakefileGregory Nutt2014-09-111-1/+1
|
* Changes to many Makefiles. For kernel buil object containing main cannot go ↵Gregory Nutt2014-09-071-17/+18
| | | | into library because of name collisions. The object file must be handled as a special case in every Makefile
* Determine the main object name from the main source name in every kernel ↵Gregory Nutt2014-09-071-0/+1
| | | | build Makefile
* Add an nm command after every kernel build link to show if there are any ↵Gregory Nutt2014-09-071-0/+1
| | | | undefined symbols
* Add the main object to the list objects to link in every kernel build link ↵Gregory Nutt2014-09-071-1/+1
| | | | command
* Add the main object to the dependencies for the kernel buildGregory Nutt2014-09-071-1/+1
|
* If now a kernel build, then add the main object in with all of the restGregory Nutt2014-09-071-0/+4
|
* 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)
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-1/+2
| | | | new CONFIG_BUILD_KERNEL
* More trailing whilespace removalGregory Nutt2014-04-132-3/+3
|
* apps/system/usbmsc: Back out kludge that is no longer needed with the ↵Gregory Nutt2014-03-253-122/+28
| | | | recent fix to the USB MSC class
* Cosmet update to debug messages and to commentsGregory Nutt2014-03-231-23/+24
|
* SAM4E: Revise board-specific USB MSC supportGregory Nutt2014-03-181-9/+17
|
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-253-5/+81
|
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-255-0/+1142