anchao
25b92edd9f
Squashed commit of the following:
...
apps/builtin/exec_builtin.c: Try posix_spawn if builtin apps do not have have an entry point.
apps/Application.mk: introduce MODULE config to simplify tristate(m)
apps/nsh: Change the nuttx shell module type to tristate
apps: Add loadable application support
script/mksymtab: Generate symbol table name by default
apps/builtin: Allow loadable applications can register with apps/builtin.
2018-08-22 09:30:38 -06:00
Fabio D'Urso
da4472a978
apps/system/usbmsc: Added Kconfig options to configure write protection for each LUN
2018-01-14 17:11:32 -06:00
Gregory Nutt
e01e664ccb
Fix a few issues related to new USB device boardctl() commands
2016-03-25 14:24:01 -06:00
Gregory Nutt
a31300cb05
Replace calls to OS internal cdcacm_*, usbmsc_*, and composite_* with boardctl() calls
2016-03-25 13:26:00 -06:00
Gregory Nutt
0e060f5d2c
Add Olimexino-STM32 board support from David Sidrane
2015-03-20 18:00:10 -06:00
Gregory Nutt
354524c8c2
apps/system/usbmsc: Fix some corrupted conditional compilation that crept in. Looks like some automatated update gone awry.
2014-12-28 17:09:35 -06:00
Gregory Nutt
2719815dd9
Update everything under apps/ to use the corrected syslog interfaces
2014-10-08 11:34:22 -06:00
Gregory Nutt
d8a239d649
Use more standard *argv[] instead easier **argv
2014-09-06 09:23:23 -06:00
Gregory Nutt
9f7c9b273f
With kernel build, entry point to all tasks is main, not some xyz_main
2014-09-06 09:19:15 -06:00
Gregory Nutt
b9cf7acb1a
More trailing whilespace removal
2014-04-13 16:24:28 -06:00
Gregory Nutt
7d9ca9f29b
apps/system/usbmsc: Back out kludge that is no longer needed with the recent fix to the USB MSC class
2014-03-25 12:42:01 -06:00
Gregory Nutt
08565a0b07
Cosmet update to debug messages and to comments
2014-03-23 13:32:39 -06:00
Gregory Nutt
77a2ecce0f
SAM4E: Revise board-specific USB MSC support
2014-03-18 09:31:02 -06:00
Gregory Nutt
edde864e45
Move apps/examples/usbmsc to apps/system/usbmsc
2013-09-25 16:54:39 -06:00