summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh_init.c
Commit message (Collapse)AuthorAgeFilesLines
* Ooops accidentally committed some trash debug codeGregory Nutt2015-04-071-2/+1
|
* Modbus: Misc cleanupGregory Nutt2015-04-071-1/+2
|
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-311-2/+5
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-1/+1
|
* NSH networking: There is now a configuration option that will bring up the ↵Gregory Nutt2014-08-061-1/+0
| | | | network on an separate thread. Since the network bring-up is asynchronous, there are not serial console start-up delays due to the network negotiation time.
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-141-1/+3
|
* FTPD daemon and example now build without errorspatacongo2012-02-051-0/+102
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4371 42af7a65-404d-4744-a932-0658087f49c3