summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove use of CONFIG_MAX_TASK_ARGS from examples/thttpdGregory Nutt2014-11-131-3/+2
* Merge remote-tracking branch 'origin/master' into maxargsGregory Nutt2014-11-132-5/+6
|\
| * Update document and READMEGregory Nutt2014-11-122-5/+6
* | vfork no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-122-18/+51
* | task_start() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-0/+5
* | task_setup() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+19
* | execl() no longer depends on CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-121-8/+45
* | Oops.. part of the last change will still in the editorGregory Nutt2014-11-121-1/+1
* | Binfmt no longer depends on a fixed sized argv[] listGregory Nutt2014-11-123-15/+43
* | Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-12261-267/+0
|/
* Emit a warning if number of arguments to builtin or file app can be truncatedGregory Nutt2014-11-121-0/+6
* Update ChangeLogGregory Nutt2014-11-121-0/+3
* EFM32: Tweaks to get EFM32GG-STK3700 running NSH over LEUART0Gregory Nutt2014-11-125-18/+75
* Let's raise the priority of NXFFS dumps to LOG_NOTICEGregory Nutt2014-11-121-16/+16
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-123-34/+47
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-123-36/+37
* Update ChangeLogGregory Nutt2014-11-121-0/+20
* Remove the definition of INT_FAST32_MIN which is already defined in stdint.h ...Gregory Nutt2014-11-121-3/+0
* Extend misc/tools/.gitignore to ignore kruft left deom kconfig-frontends buil...Gregory Nutt2014-11-121-0/+37
* Updates the px4fmu-v2_upstream config using menuconfig. From Lorenz Meier.Gregory Nutt2014-11-121-81/+229
* The definition of strncpy() is that empty space should be zero-filled, the pa...Gregory Nutt2014-11-121-1/+2
* Defines inline functions as not instrumented - this is relevant for anyone us...Gregory Nutt2014-11-121-1/+1
* Add protection from C++ name mangling in the ARM up_internal.h. From Lorenz ...Gregory Nutt2014-11-121-14/+26
* Fix prolblems with redefinitions of fdb macro. With the fix to the syslog pr...Gregory Nutt2014-11-121-27/+28
* If the INTR granule allocator mode is enabled, there is noGregory Nutt2014-11-121-0/+2
* Rename all C files in apps/interpreters/bas to begin with bas_ in order to av...Gregory Nutt2014-11-1128-352/+347
* Update ChangeLogGregory Nutt2014-11-111-1/+7
* From Lorenz Meier: The implementation of access() as vararg macro has the iss...Gregory Nutt2014-11-113-4/+96
* Update README filesGregory Nutt2014-11-112-0/+190
* BAS: Home cursor after clearing screenGregory Nutt2014-11-113-4/+3
* Fix a typo in an I2C header file. From Jahu NiskanenGregory Nutt2014-11-111-1/+1
* Check link target - do nothing if link is already created and the target matc...Gregory Nutt2014-11-111-0/+9
* Update ChangeLogGregory Nutt2014-11-101-0/+2
* Fix an important bug in the watchdog creation logicGregory Nutt2014-11-101-1/+1
* Update ChangeLogsGregory Nutt2014-11-102-0/+5
* BAS: Add support for color commandGregory Nutt2014-11-104-7/+95
* Add ANSI/VT100 color codesGregory Nutt2014-11-101-0/+30
* Refresh configurationGregory Nutt2014-11-101-70/+212
* Update ChangeLogGregory Nutt2014-11-101-0/+5
* Remove stm32f100rc_generic board configurationGregory Nutt2014-11-1021-31/+162
* Update ChangeLogGregory Nutt2014-11-101-0/+2
* Support for the STM32F103RG. From Murilo PonteGregory Nutt2014-11-103-2/+10
* Remove circular dependins in the Kconfig files. Makes select of apps/example...Gregory Nutt2014-11-101-3/+4
* BAS: output a new line when terminating to separate the last BAS output from ...Gregory Nutt2014-11-092-1/+13
* EFM32: Reduce writes to the CTRL registerGregory Nutt2014-11-091-9/+3
* BAS: A few more fixes to the testGregory Nutt2014-11-092-3/+9
* BAS: Misc changes to test filesGregory Nutt2014-11-095-343/+382
* BAS: Accept either BS or DEL as the backspace charactgerGregory Nutt2014-11-091-1/+12
* EFM32: Fix issues associated with SPI bi order. From PierreGregory Nutt2014-11-092-12/+33
* BAS: More name compatibility changesGregory Nutt2014-11-085-388/+388