summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EFM32GG-STK3700: Increase LEUART0 baud to 9600; Calibrate delay loopGregory Nutt2014-11-142-9/+7
* Update ChangeLogGregory Nutt2014-11-131-0/+3
* Add driver for ST7565 that works with NHD‐C12864KGZ display. From Pierre-n...Gregory Nutt2014-11-134-1/+1395
* Update ChangleLogGregory Nutt2014-11-131-1/+5
* Right now if you make a dns request before the dns address it set you will ge...Gregory Nutt2014-11-131-6/+0
* EFM32: More USB register name corrections. Still incompleteGregory Nutt2014-11-132-219/+207
* Update ChangeLogGregory Nutt2014-11-131-1/+1
* Update ChangeLogGregory Nutt2014-11-131-0/+2
* EFM32: Finishes USB naming changes for deviceGregory Nutt2014-11-132-31/+19
* Correct a typo in the STM32 OTGFS register bit definitionsGregory Nutt2014-11-131-2/+2
* Update changelogGregory Nutt2014-11-132-0/+13
* Merge remote-tracking branch 'origin/master' into maxargsGregory Nutt2014-11-132-2/+71
|\
| * Update ChangeLogGregory Nutt2014-11-131-0/+2
| * Add support for seeking in BCH. From Sébastien Lorquet.Gregory Nutt2014-11-131-2/+69
* | mergeGregory Nutt2014-11-131-54/+195
|\|
| * Refresh configurationGregory Nutt2014-11-131-55/+195
* | Update configurationGregory Nutt2014-11-131-4/+12
* | Fix some compile errors introduce in last commitsGregory Nutt2014-11-132-2/+4
* | task_create: Don't even try if the accumulated size of the argument list is ...Gregory Nutt2014-11-131-1/+8
* | execl(): Don't allocate or free and argv[] list if there are not argumentsGregory Nutt2014-11-131-17/+24
* | Remove use of CONFIG_MASK_TASK_ARGS from the I2C toolGregory Nutt2014-11-131-4/+5
* | Remove use of CONFIG_MASK_TASK_ARGS from NSHGregory Nutt2014-11-132-11/+1
* | 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