summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some warningsGregory Nutt2014-03-263-1/+9
* SAM4E-EK: All configurations converted to run with 120MHz CPU clockGregory Nutt2014-03-264-58/+71
* SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI dri...Gregory Nutt2014-03-263-35/+109
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overr...Gregory Nutt2014-03-263-126/+187
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-266-1/+56
* SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And...Gregory Nutt2014-03-253-2/+20
* backport a serial console fix from the sam4e to the sama5d3Gregory Nutt2014-03-254-96/+70
* SAM3/4 CMCC: if region to be invalidate is bigger than that cache, then inval...Gregory Nutt2014-03-251-3/+19
* For all configurations that have the default pthread stacksize set to some ot...Gregory Nutt2014-03-254-2/+8
* Reimagine the USB MSC worker thread as a kernel thread (instead of a pthread)Gregory Nutt2014-03-255-138/+365
* SAM3/4 Serial: Fix a mysterious multi-tasking bug that can lock up the seria...Gregory Nutt2014-03-252-62/+47
* apps/system/usbmsc: Back out kludge that is no longer needed with the recent...Gregory Nutt2014-03-257-128/+30
* Add an MTD driver to wrap another MTD driver and makes is sector size look li...Gregory Nutt2014-03-244-0/+691
* SAM3/4 HSMCI: Update configuration names to match last change to KconfigGregory Nutt2014-03-241-31/+31
* Add missing HSCMI configuration options; Make HSMCI configuration naming more...Gregory Nutt2014-03-244-50/+93
* SAM3/4 HSCMI: Another fix for complication with SAM4EGregory Nutt2014-03-241-0/+7
* Cosmetic updates to comments and README filesGregory Nutt2014-03-242-2/+13
* net/: IGMP-related bugfixes from Manuel StühnGregory Nutt2014-03-243-5/+14
* STM32 EMAC: Add support for IGMP hash table update. From Manuel StühnGregory Nutt2014-03-242-45/+143
* apps/examples/igmp: Fill out empty Kconfig file; can now be built as an NSH ...Gregory Nutt2014-03-243-3/+33
* SAM3/4: Changes for clean HSMCI compilationGregory Nutt2014-03-237-96/+142
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQGregory Nutt2014-03-235-20/+20
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQGregory Nutt2014-03-234-41/+43
* sdio.h: Misc typo fixesGregory Nutt2014-03-231-8/+7
* SAM3/4: Rename CONFIG_GPIO*_IRQ to CONFIG_SAM34_GPIO*_IRQ in all board-relat...Gregory Nutt2014-03-2326-73/+73
* SAM4E-EK: Fixes for HSMCI compilationGregory Nutt2014-03-232-8/+8
* Fix condition in conditional compilation associated with USB monitor supportGregory Nutt2014-03-231-1/+1
* Cosmet update to debug messages and to commentsGregory Nutt2014-03-232-23/+28
* kconfig: Reorder some menus so that the display makes a little more senseGregory Nutt2014-03-231-22/+22
* Fix version number display in NSH promptGregory Nutt2014-03-232-0/+4
* Fix bad configuration change of last commitGregory Nutt2014-03-232-4/+4
* SAM4E-EK: Enable interrupt stack in all configurationsGregory Nutt2014-03-234-11/+21
* Add logic to check interrupt stack usageGregory Nutt2014-03-235-34/+194
* AVR assertion logic will report stack usage on crash if DEBUG_STACK is setGregory Nutt2014-03-232-2/+32
* Clean-up AVR stack colorization logicGregory Nutt2014-03-236-3/+20
* All ARM Make.defs files should build up_checkstack.c if DEBUG_STACK is enabledGregory Nutt2014-03-2310-10/+50
* All ARM assertion logic will show stack usage on assertion if DEBUG_STACK is ...Gregory Nutt2014-03-233-10/+57
* Every ARM architecture must export g_instackbaseGregory Nutt2014-03-236-7/+29
* SAM4E-EK UDP: prevent some bad recursive behaviorGregory Nutt2014-03-222-33/+41
* SAM3/4 lowputc: Fix compile errors when there is no serial consoleGregory Nutt2014-03-221-92/+98
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-228-17/+1365
* Simplify last change to netdev_findbyaddrGregory Nutt2014-03-221-13/+7
* SAM4E UDP: Fix handling of GLBSTAT:CONFIG bit. Was not being setGregory Nutt2014-03-212-35/+73
* SAM4E-EK NSH: Increase the number of preallocated WDOGS to 32 to avoid timeo...Gregory Nutt2014-03-213-7/+9
* SAM4E UDP: Cosmetic updates to tracing and READMEGregory Nutt2014-03-212-79/+118
* net/netdev_findbyaddr.c: Skip network devices that are in the down state. T...Gregory Nutt2014-03-203-7/+30
* Cosmetic update to READMEGregory Nutt2014-03-201-2/+2
* If DCD supports queuing of stall requests then USB MSC delay work-around is n...Gregory Nutt2014-03-201-10/+19
* If DCD supports queuing of stall requests then USB MSC delay work-around is n...Gregory Nutt2014-03-204-0/+30
* SAM4E UDP: Several fixes related to bulk endpoint transfersGregory Nutt2014-03-203-96/+47