summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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. ↵Gregory Nutt2014-03-253-2/+20
| | | | And verified
* 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 ↵Gregory Nutt2014-03-251-3/+19
| | | | invalidate all
* For all configurations that have the default pthread stacksize set to some ↵Gregory Nutt2014-03-254-2/+8
| | | | other value than 2048 AND which have the USB MSC device class enabled, add a definition of CONFIG_USBMSC_SCSI_STACKSIZE so that the size of the stack used by USB MSC SCSI worker thread does not increase
* 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 ↵Gregory Nutt2014-03-252-62/+47
| | | | serial port
* apps/system/usbmsc: Back out kludge that is no longer needed with the ↵Gregory Nutt2014-03-257-128/+30
| | | | recent fix to the USB MSC class
* Add an MTD driver to wrap another MTD driver and makes is sector size look ↵Gregory Nutt2014-03-244-0/+691
| | | | like 512 bytes
* 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 ↵Gregory Nutt2014-03-244-50/+93
| | | | more compatible; Fix HSCMI clocking to use the CLKODD bit
* 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
| | | | builtin function. From Manuel Stühn
* 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 ↵Gregory Nutt2014-03-2326-73/+73
| | | | board-related files
* 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
| | | | enabled
* 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 ↵Gregory Nutt2014-03-213-7/+9
| | | | timeout failures
* 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. ↵Gregory Nutt2014-03-203-7/+30
| | | | They have no meaning address
* Cosmetic update to READMEGregory Nutt2014-03-201-2/+2
|
* If DCD supports queuing of stall requests then USB MSC delay work-around is ↵Gregory Nutt2014-03-201-10/+19
| | | | not necessary
* If DCD supports queuing of stall requests then USB MSC delay work-around is ↵Gregory Nutt2014-03-204-0/+30
| | | | not necessary
* SAM4E UDP: Several fixes related to bulk endpoint transfersGregory Nutt2014-03-203-96/+47
|
* Typo fixedGregory Nutt2014-03-201-1/+1
|
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-2015-111/+511
|
* SAM4E UDP: Fix errors associated with OUT packet size handling and bank ↵Gregory Nutt2014-03-192-64/+36
| | | | interrupt bit handling
* SAM4E: Fix handling of CSR:DIR bitGregory Nutt2014-03-192-23/+42
|