summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a rounding problem in HSMCI divider calculationGregory Nutt2014-03-291-1/+4
|
* SAMA5D23 boards: When running out of SDRAM, need to query the PMC to ↵Gregory Nutt2014-03-2913-260/+778
| | | | determine operating frequency
* SAMA5: Add functions to calculate PLLACK, PCK, and MCK frequencies given ↵Gregory Nutt2014-03-295-5/+361
| | | | the main clock frequency
* SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board ↵Gregory Nutt2014-03-2921-1994/+30
| | | | configuration
* Add basic board support framework for the Atmel SAMA5D3 Xplained board (not ↵Gregory Nutt2014-03-2846-131/+11718
| | | | finished)
* configs/sama5d3x-ek: Fix some typosGregory Nutt2014-03-283-11/+11
|
* strncpy would fail if n==0Gregory Nutt2014-03-282-22/+24
|
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-2820-100/+68
|
* SAMA5D3x-EK: Fix lots of typos in board nameGregory Nutt2014-03-2815-18/+18
|
* Add support for the SAMA5D36Gregory Nutt2014-03-283-57/+79
|
* SAM4E: Clarify LCD data widthGregory Nutt2014-03-282-10/+0
|
* SAM4E-EK: Remove bogus LCD driver; replace with information that might be ↵Gregory Nutt2014-03-275-1117/+397
| | | | useful to someone who wants to develop an LCD driver for the SAM4E-EK
* Add missing MIO283QT-9A to the drivers/lcd/KconfigGregory Nutt2014-03-272-0/+10
|
* SAM4E-EK: CMCC is enabled in all configurations and delay loop has been ↵Gregory Nutt2014-03-264-10/+23
| | | | calibrated
* Eliminate a warning when debug is offGregory Nutt2014-03-261-1/+7
|
* Fix a warning that happens with debug is disabledGregory Nutt2014-03-261-3/+2
|
* SAM4E CMCC: Fix some errors introducted in last check-inGregory Nutt2014-03-262-13/+23
|
* Eliminate some warningsGregory Nutt2014-03-262-1/+5
|
* 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 ↵Gregory Nutt2014-03-263-35/+109
| | | | driver will now handle word sizes greater than 8-bits
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX ↵Gregory Nutt2014-03-263-126/+187
| | | | overrun errors
* 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-253-6/+0
| | | | 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
|
* 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-231-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
|