summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Remove warnings. ARCH_RAMFUNCS depends on ARCH_HAVE_RAMFUNCS, so i...Gregory Nutt2014-04-044-4/+3
* SAMA5: Don't use MMU PMD bufferable bit to try to control write-through vs w...Gregory Nutt2014-04-041-6/+5
* SAMA5 boards: Operation at 528Mhz has been verifiedGregory Nutt2014-04-041-1/+1
* SAMA5: Update from David Sidrane to last RAM function change: Apparently inl...Gregory Nutt2014-04-041-8/+8
* Fix a build error when only USB device tracing is enabled (from David Sidrane...Gregory Nutt2014-04-041-1/+3
* SAMA5: On some hardware, reconfiguring the PLL while executing out of NOR FLA...Gregory Nutt2014-04-034-3/+51
* SAMA5: Fix SAMA5 so that interpretation of BMS bit is correct. From David S...Gregory Nutt2014-04-031-5/+5
* ARMv7-A: Typo fix from David SidraneGregory Nutt2014-04-031-1/+1
* SAMA5: Cosmetic updates to comments and README filesGregory Nutt2014-04-031-1/+1
* SAMA5: When booting from SDRAM, don't copy vectors to ISRAM. Instread just ...Gregory Nutt2014-04-033-57/+68
* If LOWVECTORS is selected, then we need to clear the VBAR register. A bootlo...Gregory Nutt2014-04-033-8/+41
* SAMA5: Make sure the MMU and caches are disabled on power up; flush the vecto...Gregory Nutt2014-04-024-6/+76
* SAMA5: When running from SRAM, vectors must lie in ISRAMGregory Nutt2014-04-023-29/+82
* Updated comments and READMEGregory Nutt2014-04-021-1/+1
* SAMA5 DBGU: Add logic to suppress DBGU reconfiguration when started from a b...Gregory Nutt2014-04-022-2/+26
* Fix typo introduced to the serial driver when the DBGU driver was addedGregory Nutt2014-04-021-2/+1
* SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial con...Gregory Nutt2014-04-018-56/+914
* Cosmetic update to comments and README filesGregory Nutt2014-03-312-10/+10
* SAMA5: Add DBGU register definition header fileGregory Nutt2014-03-311-0/+222
* Remove double mapping of SDRAM when running from SDRAMGregory Nutt2014-03-311-17/+16
* cosmetic updates to commentsGregory Nutt2014-03-301-6/+10
* Fix some backward conditional compilationGregory Nutt2014-03-301-2/+6
* SAMA5: Remove HSCMI-related functions that did not belong in sam_pmc.c and gi...Gregory Nutt2014-03-306-83/+180
* 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 determi...Gregory Nutt2014-03-294-253/+409
* SAMA5: Add functions to calculate PLLACK, PCK, and MCK frequencies given the...Gregory Nutt2014-03-294-4/+357
* SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board confi...Gregory Nutt2014-03-292-3/+3
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-2/+2
* Add support for the SAMA5D36Gregory Nutt2014-03-282-56/+76
* 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
* SAM3/4: SPI and HSCMI drivers with now use the CMCC is available; The SPI dri...Gregory Nutt2014-03-262-35/+105
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overr...Gregory Nutt2014-03-261-112/+140
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-262-0/+2
* SAMA5D3: Fix some typos in last blind changes backported from the SAM4e. And...Gregory Nutt2014-03-252-1/+3
* backport a serial console fix from the sam4e to the sama5d3Gregory Nutt2014-03-253-94/+54
* SAM3/4 CMCC: if region to be invalidate is bigger than that cache, then inval...Gregory Nutt2014-03-251-3/+19
* SAM3/4 Serial: Fix a mysterious multi-tasking bug that can lock up the seria...Gregory Nutt2014-03-252-62/+47
* 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-242-42/+81
* SAM3/4 HSCMI: Another fix for complication with SAM4EGregory Nutt2014-03-241-0/+7
* STM32 EMAC: Add support for IGMP hash table update. From Manuel StühnGregory Nutt2014-03-241-44/+141
* 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
* SAM4E-EK: Enable interrupt stack in all configurationsGregory Nutt2014-03-231-1/+1
* Add logic to check interrupt stack usageGregory Nutt2014-03-234-32/+188
* 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