summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d4-ek/src
Commit message (Expand)AuthorAgeFilesLines
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-4/+5
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-312-20/+4
* SAMV7 Ethernet: Support getting IP address from the XULT AT24 EEPROMGregory Nutt2015-03-171-1/+1
* Fix some typos in comments and conditioned out codeGregory Nutt2015-03-141-3/+3
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-271-1/+2
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-2/+5
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-271-8/+0
* Cosmet updates to comments and README filesGregory Nutt2014-12-247-8/+7
* DK-TM4C129X: Add LED supportGregory Nutt2014-12-181-16/+0
* SAM4E: Fix options to select GPIO interrupts in KconfigGregory Nutt2014-10-241-1/+1
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-081-26/+22
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-22/+2
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-292-4/+4
* SAMA5D4-EK: Correct WM8904 PCK output selectionGregory Nutt2014-09-181-1/+1
* SAMA5D4-EK: Add documentation/support for Rev E. board. Refresh NSH configur...Gregory Nutt2014-09-172-1/+12
* SAMA5D4-EK kernel config can now boot from a ROMFS file systemGregory Nutt2014-09-092-1/+43
* Cosmetic changes to comments/spacingGregory Nutt2014-09-081-0/+2
* Need to call elf_initialize() on bring-up before attempting to load ELF modulesGregory Nutt2014-09-072-5/+29
* SAMA5D4-EK: Add logic to mount an SD card as a boot deviceGregory Nutt2014-09-032-12/+51
* SAMA5D4-EK: Restructure initialization slightly to better support kernel modeGregory Nutt2014-09-035-137/+210
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+2
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-9/+69
* SAMA5 PHY: Add more debug instrumentation; Fix logic that would be used to di...Gregory Nutt2014-08-171-3/+49
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-171-3/+6
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-166-31/+34
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-161-11/+73
* 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