summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/samv7
Commit message (Expand)AuthorAgeFilesLines
* Minor changes to SAMV7 USB register definition file from reviewGregory Nutt2015-04-061-5/+6
* SAMV7 USB device: Finish option to force full speed mdoeGregory Nutt2015-04-063-10/+22
* Update comments and READMEGregory Nutt2015-04-052-4/+5
* SAMV7: Fix SDRAM initialization instabiilties by changing the order of initia...Gregory Nutt2015-04-041-36/+4
* SAMV7: Apparently the data sheet is wrong, SDRAM clocking must be enabled at...Gregory Nutt2015-04-041-2/+2
* SAMV7: Fix a errort in GPIO bit encoding. Correct naming of a variableGregory Nutt2015-04-042-4/+4
* SAMV7: Fix typo in some GPIO definitionsGregory Nutt2015-04-041-5/+5
* SAMV71-XULT ILI9488 LCD driver is code complete but untestedGregory Nutt2015-04-031-12/+12
* SAMV7: Add SMC register definition header file; SAMV71-Xult: Add an LCD drive...Gregory Nutt2015-04-031-0/+213
* SAMV71-XULT: Add option to support connection of the maXTouch Xplained Pro on...Gregory Nutt2015-03-311-2/+2
* SAMV7 Ethernet: Fix a write-past-end-of-buffer and trash-the-heap problemGregory Nutt2015-03-291-12/+12
* Cortex-M7: Add support for enabled the D-Cache in write only mode.Gregory Nutt2015-03-291-2/+2
* SAMV7/Cortex-M7: Add support for write through D-Cache. SAMV7 Ethernet look...Gregory Nutt2015-03-293-1/+13
* Clean up pointer handling to make code more readability. This re-introduces ...Gregory Nutt2015-03-281-101/+140
* SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This mea...Gregory Nutt2015-03-282-86/+142
* SAMV7 EMAC: Sometimes TX is not started when TSTART is set??? Workaround seem...Gregory Nutt2015-03-281-2/+9
* SAMV7 Ethernet: Fix some errors in circular queue handlingGregory Nutt2015-03-271-17/+33
* SAMV7 Ethernet+USB UpdatesGregory Nutt2015-03-272-6/+14
* Updated comments/READMEGregory Nutt2015-03-261-4/+4
* SAMV6 USB updatesGregory Nutt2015-03-261-6/+31
* SAMV7 USB: Move clock initialization back to sam_clockconfig.c; add seperate ...Gregory Nutt2015-03-264-102/+207
* SAMV7 USB: Replace 0 with something a little more informativeGregory Nutt2015-03-251-6/+7
* SAMV7 USB: Add some conditioned out test codeGregory Nutt2015-03-251-7/+26
* Add UTMI register definitionsGregory Nutt2015-03-252-0/+47
* SAMV7 USB: More changesGregory Nutt2015-03-251-13/+17
* SAMV7 USB: more updatesGregory Nutt2015-03-252-103/+126
* SAMV7 USB DCD: A few more fixed from early intergration. Still does not workGregory Nutt2015-03-252-20/+7
* SAMV7 USB: More fixes at beginning of testing. Still a long way from workingGregory Nutt2015-03-251-29/+28
* SAMV7 USB DCD is code complete and ready for testGregory Nutt2015-03-241-19/+42
* SAMV7 USB: Updates to interrupt handling logicGregory Nutt2015-03-241-110/+154
* SAMV7 USB: Updates to endpoint configuration logicGregory Nutt2015-03-242-47/+77
* SAMV7 USB: Updates to early initialization logicGregory Nutt2015-03-242-56/+71
* SAMV7: Add framework for USB DCD. Initial check-in is just the SAMA5 USB DCD...Gregory Nutt2015-03-232-6/+4628
* PIC23MX Starter Kit: Looks like we need to use a different linker script wit...Gregory Nutt2015-03-212-2/+4
* SAMV7: A little more USB-related stuffGregory Nutt2015-03-212-10/+90
* SAMV7: Add configuration logic and clock setup for USB deviceGregory Nutt2015-03-214-5/+57
* SAMV7: Add USBHS register defintiion header fileGregory Nutt2015-03-201-0/+793
* SAMV5 EMAC: A few more fixes. Neccessary but not sufficientGregory Nutt2015-03-191-8/+17
* SAMV7 Ethernet: Fix an order problem that left RX and TX disabledGregory Nutt2015-03-181-1/+1
* SAMV7: Add a sneak internal interface that will allow us to set the MAC addr...Gregory Nutt2015-03-182-2/+106
* SAMV7: Updates to Ethernet driver based on comparison with Atmel sample code....Gregory Nutt2015-03-183-314/+737
* SAMV7 Ethernet: Support getting IP address from the XULT AT24 EEPROMGregory Nutt2015-03-171-21/+37
* SAMV7 EMAC: Fix range of MCK dividersGregory Nutt2015-03-171-2/+10
* SAMV7: Use D-Cache clean/flush/invalidate by range in EMAC and XDMAC driversGregory Nutt2015-03-172-87/+19
* Break ARMv7E-M cache operations into separate files; Finish the unimplemented...Gregory Nutt2015-03-171-1/+4
* SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. S...Gregory Nutt2015-03-167-25/+5264
* SAMV7: Add Ethernet MAC register definition header fileGregory Nutt2015-03-162-1/+1047
* This commit enables HSMCI functionality in the SAMV71-XULT. TX DMA is, unfor...Gregory Nutt2015-03-151-7/+3
* SAMA5: Fix a bug in SAMA5 HSMCI. The bitfield mask and shift values were re...Gregory Nutt2015-03-151-1/+2
* SAMV7 XDMA: Fix a problem with invalidating the cache on RX DMAGregory Nutt2015-03-141-3/+15