summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update ChangeLogGregory Nutt2014-11-141-0/+3
|
* ARP: Add support for the case where there are multiple networks: One being ↵Gregory Nutt2014-11-1466-71/+747
| | | | Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
* Update ChangeLogGregory Nutt2014-11-141-0/+3
|
* I don't think that the net_route function has ever worked correctly. The ↵Gregory Nutt2014-11-142-3/+3
| | | | source ip was updated in the match struct instead of the route ip. From Brennan Ashton.
* Trival fix to commentGregory Nutt2014-11-141-1/+1
|
* Trivial binfmt logic clean-upGregory Nutt2014-11-141-3/+1
|
* Cosmetic updates; updates to READMEGregory Nutt2014-11-143-8/+11
|
* Fix some compile issues introduces with removal of CONFIG_MAX_TASK_ARGSGregory Nutt2014-11-142-4/+8
|
* EFM32: Finishes USB naming fixup. Still some missing initialization logicGregory Nutt2014-11-144-128/+150
|
* EFM32: More USB naming updates. Still not finishedGregory Nutt2014-11-141-62/+56
|
* Add st7565.c to buildGregory Nutt2014-11-141-0/+4
|
* 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 ↵Gregory Nutt2014-11-134-1/+1395
| | | | Pierre-noel Bouteville.
* Update ChangleLogGregory Nutt2014-11-131-1/+5
|
* Right now if you make a dns request before the dns address it set you will ↵Gregory Nutt2014-11-131-6/+0
| | | | get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name was resolved. From Brennan Ashton.
* 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
| | | | | | | | larger than the stack
* | 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
|