summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Network: Misc fixes for clean complete with both Ethernet and SLIP enabledGregory Nutt2014-11-155-42/+40
* Update ChangeLogGregory Nutt2014-11-151-0/+8
* STM32F4Discovery netnsh configuration needs to set MAC addressGregory Nutt2014-11-151-1/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-1528-240/+362
* Add mirror (x/y) and inverse video (black<->white) options to the ST7565 LCD ...Gregory Nutt2014-11-152-3/+40
* NET: Fix some some more ARP/Ethernet releated configurationGregory Nutt2014-11-142-4/+4
* Costmetic changeGregory Nutt2014-11-141-1/+1
* Update TODO listGregory Nutt2014-11-141-26/+2
* 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
* Update ChangeLogGregory Nutt2014-11-141-0/+3
* I don't think that the net_route function has ever worked correctly. The sou...Gregory Nutt2014-11-142-3/+3
* 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 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