summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)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
| | | | supported by the driver. Use this value to replace some logic commited yesterday
* Add mirror (x/y) and inverse video (black<->white) options to the ST7565 LCD ↵Gregory Nutt2014-11-152-3/+40
| | | | driver. From Pierre-noel Bouteville.
* 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
| | | | 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.
* 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-131-0/+7
|
* 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
| |
* | 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
|/
* 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
|