summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Expand)AuthorAgeFilesLines
* SAMA5: Fix HSMCI race condition. Now memory card interface is functional wit...Gregory Nutt2013-08-104-25/+85
* Rearrange configuration settings so that ARCH_HAVE_SDIO is moved to higher, s...Gregory Nutt2013-08-101-2/+4
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-092-0/+11
* Change setup logic to hand MTD minor numbers for AT24, HSMCI0, and HSMCI1Gregory Nutt2013-08-074-149/+69
* SAMA5: A few early, easy bug fixes. The rest will all be difficultGregory Nutt2013-08-061-10/+10
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-0612-148/+219
* SAMA5: Add HSMCI memory card driver supportGregory Nutt2013-08-056-42/+685
* SAMA5: SPI Driver + AT25 FLASH work; SAM3/4: Correct an error, SPI will not...Gregory Nutt2013-08-051-0/+17
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-056-13/+242
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-046-7/+308
* Fixes for compiler warnings from Lorenz MeierGregory Nutt2013-08-031-1/+2
* Standard configuration variables used to enable interupt controller debug; SA...Gregory Nutt2013-08-031-6/+7
* Various changes to get SAMA5 SDRAM working. Marginally functional, but there...Gregory Nutt2013-08-022-24/+49
* Correct some typos int he MPADDRCS register address definitionsGregory Nutt2013-08-026-5/+76
* SAMA5: More MMU-related changes to properly initialize SDRAMGregory Nutt2013-08-028-77/+120
* SAMA5: Add logic to initialize SAMA5D3x-EK on-board SDRAMGregory Nutt2013-08-014-13/+603
* Correct errors noted in SAMA5 documentationGregory Nutt2013-08-011-8/+6
* SAMA5: Delay loop calibrated; Correct sense of the RED LEDGregory Nutt2013-07-319-22/+59
* SAMA5: Add an NSH configuration of the SAMA5D3x-EK boardGregory Nutt2013-07-316-20/+1236
* SAMA5: Modification of some CPSR-related inline functionsGregory Nutt2013-07-312-2/+19
* SAMA5: Change mapping of vector tables to work around that fact that I don't ...Gregory Nutt2013-07-302-5/+29
* ARMv7-A: Add cp15_disable_dcache(); SAMA5: nor_main.c no disables MMU and ca...Gregory Nutt2013-07-301-9/+12
* The last bit of a previous commit was still in the editorGregory Nutt2013-07-301-9/+2
* Add ARMv7-A irqdisable() inline functionGregory Nutt2013-07-301-0/+32
* SAMA5: More cache and mmu inline utility functionsGregory Nutt2013-07-291-6/+11
* Changes to ARMv7-A boot logic to handle the case where we execute out of NOR ...Gregory Nutt2013-07-295-10/+52
* SAMA5: Add a little NuttX debug program to help debugger programs in NOR flashGregory Nutt2013-07-298-23/+1008
* Add SAMA5 HSMC register definitions and logic to reconfigure the NOR FLASHGregory Nutt2013-07-291-1/+40
* SAMA5: Add file structure to support board-specific initialization of NOR flashGregory Nutt2013-07-294-1/+115
* SAMA5: The ostest configuration have been converted to run out of NOR flash. ...Gregory Nutt2013-07-289-29/+183
* Removed unused ARMv7-A cache functionGregory Nutt2013-07-272-10/+42
* SAMA5: Fix heap allocation bugsGregory Nutt2013-07-272-4/+4
* Add a hello world configuration to help with the SAMA5 bringupGregory Nutt2013-07-264-0/+876
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-26290-704/+704
* Fix some bad page table definitions of last commitGregory Nutt2013-07-251-1/+1
* Misc Cortex-A5 MMU-related fix -- still does not bootGregory Nutt2013-07-253-3/+3
* Fix an uninitialized register error that crept into the ARM9 start up code ma...Gregory Nutt2013-07-241-7/+33
* Fix SAMA5 vector linking issueGregory Nutt2013-07-243-3/+3
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-248-33/+691
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-2439-180/+184
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-244-3/+15
* SAMA5: Adapt clocking for different boot modes. New header files for AXI matr...Gregory Nutt2013-07-237-42/+66
* SAMA5 clock configuration should now agree with Atmel sample code; Added head...Gregory Nutt2013-07-221-12/+24
* Add SAMA5 clock logic. Cloned from SAM3U and not yet verifiedGregory Nutt2013-07-223-9/+90
* Add system timer logic for the SAMA5Gregory Nutt2013-07-211-0/+4
* Add some preliminary linker scripts in order to begin building the SAMA5 targetGregory Nutt2013-07-214-2/+399
* A few more Cortex-A5 and SAMA5 filesGregory Nutt2013-07-213-5/+111
* A few more SAMA5D3 filesGregory Nutt2013-07-193-1/+74
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-1916-27/+1741
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-181-2/+2