summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/include
Commit message (Expand)AuthorAgeFilesLines
* SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two ...Gregory Nutt2014-07-033-0/+18
* SAMA5D4: USART peripheral clock appears to be MCK/2Gregory Nutt2014-06-204-0/+23
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-101-1/+1
* SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Th...Gregory Nutt2014-06-091-1/+1
* SAMA5: Rename most EMAC definitions to EMAC0 to handle the SAMA5D4 which has...Gregory Nutt2014-06-041-1/+1
* SAMA5 board.h files use type xcpt_t and so must include nuttx/irq.h for type ...Gregory Nutt2014-04-171-0/+1
* SAMA5: The PIO used for the red LED is also used as the camera module reset l...Gregory Nutt2014-04-111-7/+17
* SAMA5 boards: Operation at 528Mhz has been verifiedGregory Nutt2014-04-041-1/+1
* SAMA5 boards: Add set up for 528MHz CPU clockGregory Nutt2014-04-034-42/+233
* Costmetic fixes to README and some commentsGregory Nutt2014-03-301-1/+1
* SAMA5D23 boards: When running out of SDRAM, need to query the PMC to determi...Gregory Nutt2014-03-294-3/+182
* configs/sama5d3x-ek: Fix some typosGregory Nutt2014-03-281-2/+2
* SAMA5D3x-EK: Fix lots of typos in board nameGregory Nutt2014-03-283-3/+3
* SAMA5: Oops. Upper case in include does not match lower case of filename.Gregory Nutt2014-01-301-2/+2
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-241-42/+0
* Add board support infrastructure for the pcDuino board. There is not much th...Gregory Nutt2013-12-071-1/+1
* Further NAND developmentGregory Nutt2013-11-161-3/+3
* Add support for ONFI compatible NAND devices (NAND logic still incomplete)Gregory Nutt2013-11-151-0/+14
* SAMA5 PWM: PWM driver is now functionalGregory Nutt2013-11-071-42/+80
* SAMA5D3x-EK: Add support board-specific PWM testingGregory Nutt2013-11-061-0/+68
* SAMA5 LCDC: Fixed backlight PWM divider. Backlight no longer flashesGregory Nutt2013-10-111-12/+20
* SAMA5 LCDC: Wait when the LCDC is resynchronizing (SIF); Try start-up parame...Gregory Nutt2013-10-101-24/+10
* SAMA5 LCDC: Corrections from first debug sessions. Still a way to goGregory Nutt2013-10-091-1/+0
* SAMA5: LCDC driver incorporated into the build system.Gregory Nutt2013-10-081-0/+27
* SAMA5: LCDC driver progressGregory Nutt2013-10-071-0/+12
* SAMA5: ADC and touchscreen drivers now build without errorsGregory Nutt2013-10-032-2/+2
* SAMA Touchscreen/ADC: More progressGregory Nutt2013-10-022-0/+6
* SAMA5 ADC/Touchscreen: A little more logicGregory Nutt2013-10-012-0/+30
* SAMA5D3x-EK: Always use UPLL for USB clockingGregory Nutt2013-09-211-1/+1
* SAMA5 OHCI: When UPLL drives OHCI the logically correct divider of 10 does n...Gregory Nutt2013-09-191-1/+5
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-161-1/+2
* SAMA5 Ethernet: Add support for PHY interruptsGregory Nutt2013-09-151-0/+13
* SAMA5 UDPHS: Support USPHS clock configurationGregory Nutt2013-09-012-4/+10
* SAMA5: EHCI now handles low- and full-speed connections by giving them to OHC...Gregory Nutt2013-08-241-5/+8
* Beginning of support for SAMA5 EHCI. Not much there yetGregory Nutt2013-08-202-3/+35
* SAMA5: Correct the PLL 48MHz divisor. It was off by a factor of two... no i...Gregory Nutt2013-08-142-5/+7
* SAMA5: ports should not be reset state (seems to make no difference)Gregory Nutt2013-08-141-1/+1
* SAMA5: Alternatie clock configuration that yields a perfect 48MHz full speed...Gregory Nutt2013-08-143-123/+382
* SAMA5: Fix out of range USB PLL divisorGregory Nutt2013-08-141-3/+5
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-0/+34
* SAMA5: Add PIO interrupt support. Massive name changes for consistency in PI...Gregory Nutt2013-08-061-2/+2
* SAMA5: Delay loop calibrated; Correct sense of the RED LEDGregory Nutt2013-07-311-1/+1
* SAMA5: The ostest configuration have been converted to run out of NOR flash. ...Gregory Nutt2013-07-281-1/+10
* Removed unused ARMv7-A cache functionGregory Nutt2013-07-271-2/+2
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-241-8/+68
* 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-221-2/+82
* Add system timer logic for the SAMA5Gregory Nutt2013-07-211-0/+4
* A few more SAMA5D3 filesGregory Nutt2013-07-192-1/+74
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-191-0/+157