summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/src
Commit message (Expand)AuthorAgeFilesLines
* SAMA5: Enable the 32.768 crystal if SCHED_TICKLESS is selectedGregory Nutt2014-08-112-4/+11
* WM8904 interface enable method now returns the previous interrupt state. Cor...Gregory Nutt2014-08-041-33/+52
* Correct the WM8904 interrupt configuration, active high level. Fix that and d...Gregory Nutt2014-08-041-3/+11
* SAMA5 WM8904: Add option to use MAINCK as WM8904 MCLKGregory Nutt2014-08-031-0/+12
* WM8904: Ad the MCLK frequency to the interface definition. The WM8904 drive...Gregory Nutt2014-08-011-0/+1
* SAMA5 WM8904: Fix errors in programmable clock output configurationGregory Nutt2014-08-011-1/+1
* Cosmetic updates to comments and README files and some namingGregory Nutt2014-07-291-3/+4
* Minor warning/latent bug clean-up of auto-mounter logicGregory Nutt2014-07-291-0/+2
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-296-18/+562
* Cosmetic changes to commentsGregory Nutt2014-07-291-2/+3
* SAMA5D4-EK: Disable PMIC workaround... it does not workGregory Nutt2014-07-282-2/+6
* Fixes to last SAMA5 PMIC checkinGregory Nutt2014-07-283-14/+9
* SAMA5D4-EK: Add logic to disable the faulty PMIC. This must be done with JP2...Gregory Nutt2014-07-284-4/+176
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-261-3/+3
* Audio: Add a NULL audio device that can be used to simply unit-level testing...Gregory Nutt2014-07-235-3/+222
* Rename pcm_decode.h to pcm.h since it will hold more than just decoding defin...Gregory Nutt2014-07-221-3/+3
* Add new framework for the PCM decoder. It is now a 'front end' for lower-lev...Gregory Nutt2014-07-223-21/+54
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-191-1/+1
* SAMA5: Add slow clock supportGregory Nutt2014-07-191-0/+16
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-193-0/+385
* WM8904: A few initial definitions for for the SAMA5D4-EKGregory Nutt2014-07-171-0/+29
* SAMA5D4-EK: Valid MXT interrupts should only occur on the falling edge of the...Gregory Nutt2014-07-121-2/+2
* SAMA5D44-EK: Cosmetic changesGregory Nutt2014-07-093-7/+12
* Some cosmetic typo fixesGregory Nutt2014-07-094-144/+4
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-073-7/+23
* maXTouch: Fix some issues with interrupt handlingGregory Nutt2014-07-071-1/+1
* maXTouch: Fix I2C address, errors when debug enable, reorganize some dataGregory Nutt2014-07-061-5/+6
* MXT interface does not need an IRQ number; SAMA5D4-EK setup omitted I2C frequ...Gregory Nutt2014-07-051-0/+1
* Clean-up some commentsGregory Nutt2014-07-051-12/+12
* SAMA5D4-EK: Add board support for the maXTouchGregory Nutt2014-07-053-0/+375
* SAMA5D4-EK: Add support for USB hostGregory Nutt2014-07-032-49/+88
* SAMA5 HSMCI: Dump GPIO configuration if DEBUG enabledGregory Nutt2014-06-291-4/+7
* SAMA5D4-EK: Fix HSMCI card-detect pin selectionsGregory Nutt2014-06-292-9/+9
* Minor update to AT25BOOT; Updated README fileGregory Nutt2014-06-281-0/+7
* SAMA5D4-EK: Fix some AT25BOOT bugsGregory Nutt2014-06-281-9/+8
* SAMA5D4-EK: Updates to get the at25boot configuration building correctlyGregory Nutt2014-06-283-14/+24
* SAMA5D4-EK: Add a configuration to load a boot program into AT25 FLASHGregory Nutt2014-06-285-23/+340
* SAMA5D4: Bootloader needs to flush D-Cache to memory before disabling the ca...Gregory Nutt2014-06-271-1/+12
* Cosmetic update to commentsGregory Nutt2014-06-271-0/+5
* SAMA5D4-EK: Add bootloader that runs from ISRAM and loads an Intel HEX file i...Gregory Nutt2014-06-262-0/+159
* SAMA5D4-EK: Make sure that the H32MX divider is set; correct sense of bit dr...Gregory Nutt2014-06-201-1/+1
* SAMA5D4: Implement SDRAM initializationGregory Nutt2014-06-141-126/+222
* SAMA5D4: Add support for HSMCI1 power control pinGregory Nutt2014-06-112-8/+18
* SAMA5D4-EK: Update pins used by HSMCIGregory Nutt2014-06-112-57/+78
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-103-94/+89
* Updated SAMA5 SFR header file for the SAMA5D4Gregory Nutt2014-06-081-6/+4
* Update SAMA5D4-EK PIO usageGregory Nutt2014-06-074-115/+136
* Add board support for the SAMA5D4-EKGregory Nutt2014-06-0620-0/+4735