summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NSH: Add support for while-do-done and until-do-done loopsGregory Nutt2014-01-177-63/+459
|
* Add true and false commands; repartition some logic to better support ↵Gregory Nutt2014-01-176-61/+146
| | | | forthcoming looping
* Some fixes for typos in recent changes to Kconfig filesGregory Nutt2014-01-164-4/+18
|
* net/Kconfig: Improved default values and commentsGregory Nutt2014-01-161-23/+54
|
* You can again specify the default board sub-directory when ↵Gregory Nutt2014-01-164-5/+27
| | | | CONFIG_ARCH_BOARD_CUSTOM is used
* Back out last change to configs/Kconfig. It has some bad side-effectsGregory Nutt2014-01-162-7/+5
|
* You can now specify or override the default board sub-directory. This is ↵Gregory Nutt2014-01-162-1/+12
| | | | only useful when CONFIG_ARCH_BOARD_CUSTOM is used and the default board sub-directory is not available
* Updated READMEGregory Nutt2014-01-161-145/+145
|
* INI parser updateGregory Nutt2014-01-164-39/+165
|
* Move strol(), stroul(), and friends from libc/string to libc/stdlib where ↵Gregory Nutt2014-01-169-22/+26
| | | | they belong
* Mostly cosmetic changes to INI file parserGregory Nutt2014-01-161-10/+12
|
* NSH: Fix redirection of output to a file. That was broken with recent changesGregory Nutt2014-01-163-3/+19
|
* Remove carriage returns from INI file parser filesGregory Nutt2014-01-152-828/+828
|
* Add a tiny INI file parserGregory Nutt2014-01-1510-5/+978
|
* Fix error in last ARMv7-M up_disable_irq checkinGregory Nutt2014-01-156-103/+133
|
* Fix for clean px4fmu buildGregory Nutt2014-01-153-63/+4
|
* Misc changes from Richard CochranGregory Nutt2014-01-1553-12/+12
|
* Fix all Cortex-M3/4 implementations of up_disable_irq(). They were doing ↵Gregory Nutt2014-01-157-62/+226
| | | | nothing. Thanks to Manuel Stühn for the tip.
* Individual IRQs are not longer disabled on each interrupt. See ChangeLog ↵Gregory Nutt2014-01-1512-79/+59
| | | | for detailed explanation
* NET: write buffering configuration no longer depends on EXPERIMENTALGregory Nutt2014-01-152-4/+13
|
* FAT: Fix some root directory logic that was conditionally done only for ↵Gregory Nutt2014-01-142-2/+7
| | | | FAT32. Apparently this needs to be done for all FAT types. From Tridge via Lorenz Meier
* If write buffering is enabled, then it is necessary to release the write ↵Gregory Nutt2014-01-143-8/+31
| | | | buffer resources (callback structure) when the socket is closed
* When dup'ing sockets, need to clone fields for TCP write buffering tooGregory Nutt2014-01-148-13/+19
|
* Updated TODO listGregory Nutt2014-01-141-40/+67
|
* Fix a FAT cluster allocation bug. From TridgeGregory Nutt2014-01-142-3/+6
|
* Changes to get PX4 config to build. Also some warning removalGregory Nutt2014-01-1445-686/+791
|
* Changes to correct TCP write buffereing build errorsGregory Nutt2014-01-1416-100/+124
|
* All of Jason Jaing's write buffering logic has been incorporated, but not ↵Gregory Nutt2014-01-144-24/+61
| | | | even yet built
* More TCP write buffer code. Part of big change from Jason JiangGregory Nutt2014-01-131-5/+46
|
* The first set of changes to incorporate Jason Jiangs TCP write buffering logicGregory Nutt2014-01-1314-629/+1488
|
* Add configuration support for TCP Write BufferingGregory Nutt2014-01-133-15/+84
|
* One too many PX4 files addedGregory Nutt2014-01-131-105/+0
|
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-1391-60/+147
| | | | buffering
* PX4FMU V2 configuration. Still not integrated with the system configuration ↵Gregory Nutt2014-01-1314-0/+3100
| | | | or build
* NET: prevent tcp_connect callback from being double freed. From Max Holtzberg.Gregory Nutt2014-01-134-3/+20
|
* Add support for the SO_LINGER socket option. Based on logic from Jason ↵Gregory Nutt2014-01-137-44/+333
| | | | Jiang. Utestested on initial commit
* Cosmetic clean-up in preparation for TCP write buffering changeGregory Nutt2014-01-134-6/+15
|
* Recent NSH changes broke the minimal NSH configurationGregory Nutt2014-01-121-3/+5
|
* Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho ↵Gregory Nutt2014-01-1224-11/+4042
| | | | de Assis
* Fix a memory leak in last NSH change: Forgot to close a temporary fileGregory Nutt2014-01-122-5/+13
|
* Enable new NSH features by default in the sim/nsh configurationGregory Nutt2014-01-111-0/+3
|
* Fix a memory leak in dynamic loaderGregory Nutt2014-01-112-1/+7
|
* NSH can not handle command arguments that are concatenations of constant ↵Gregory Nutt2014-01-112-104/+370
| | | | strings, command output, application program output, and environment varaible values.
* Back quoted NSH arguments now functionalGregory Nutt2014-01-117-100/+519
|
* Add support for backquoated commands as command argumentsGregory Nutt2014-01-104-18/+307
|
* NSH parser: Separate logic that executes a command into a separate functionGregory Nutt2014-01-102-299/+311
|
* A10: Serial clock is OSC24M. From Alan Carvalho de AssisGregory Nutt2014-01-105-24/+15
|
* NSH: Separate command line parsing from command execution. Add support for ↵Gregory Nutt2014-01-1011-747/+250
| | | | multiple, semicolone separated commands on each line
* NSH: Separate command line parsing from command executionGregory Nutt2014-01-101-0/+742
|
* Fix types in conditional compilationGregory Nutt2014-01-108-9/+9
|