summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src
Commit message (Expand)AuthorAgeFilesLines
* Make some file section headers more consistent with standardGregory Nutt2015-04-0814-14/+14
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-311-3/+5
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-311-2/+3
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-311-4/+6
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-313-21/+5
* 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-2/+3
* 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
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-22/+2
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-27/+12
* Fix some comments: Remove button description from GPIO interrupt handlers th...Gregory Nutt2014-09-292-4/+4
* 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-5/+51
* KSZ80x1 PHY interrupts are active low and should trigger on the falling edgeGregory Nutt2014-08-171-21/+23
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-162-20/+23
* Convert existing board specific PHY interrupt interfaces to use newly defined...Gregory Nutt2014-08-162-13/+75
* 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-2/+2
* SAMA5D3X-EK: Add support for the WM8904 audio CODECGregory Nutt2014-07-311-0/+350
* SAMA5D3X-EK: Add support for the WM8904 audio CODECGregory Nutt2014-07-313-4/+113
* SAMA5D4: Add auto-mounter support for HSMCI0Gregory Nutt2014-07-291-3/+3
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-261-2/+2
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-191-1/+1
* Some cosmetic typo fixesGregory Nutt2014-07-094-5/+5
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-073-15/+31
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-103-8/+8
* SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Th...Gregory Nutt2014-06-093-4/+4
* Updated SAMA5 SFR header file for the SAMA5D4Gregory Nutt2014-06-081-6/+4
* SAMA5: Rename most EMAC definitions to EMAC0 to handle the SAMA5D4 which has...Gregory Nutt2014-06-043-4/+4
* SAMA5: The PIO used for the red LED is also used as the camera module reset l...Gregory Nutt2014-04-113-4/+29
* SAMA5: Fix some issues with SDRAM at 528MHz CPU clockGregory Nutt2014-04-041-3/+3
* SAMA5 boards: Operation at 528Mhz has been verifiedGregory Nutt2014-04-041-17/+49
* Updated NOR boot logic from David SidraneGregory Nutt2014-04-031-12/+13
* SAMA5 NOR boot: Use a static memory variable to determine if/when we boot to ...Gregory Nutt2014-04-031-7/+14
* Cosmetic updates to comments and README filesGregory Nutt2014-03-312-4/+2
* SAMA5D3x-EK: Change name of all board-specific configuration variables so tha...Gregory Nutt2014-03-3011-58/+58
* SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board confi...Gregory Nutt2014-03-292-2/+2
* configs/sama5d3x-ek: Fix some typosGregory Nutt2014-03-281-1/+1
* SAMA5D3x-EK: Fix lots of typos in board nameGregory Nutt2014-03-284-4/+4
* SAM4E-EK: Add support for the SAM4E-EK AT25 serial flashGregory Nutt2014-03-131-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-9/+9
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-3/+3
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-4/+5