summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src
Commit message (Expand)AuthorAgeFilesLines
...
* SAMV7 Ethernet+USB UpdatesGregory Nutt2015-03-272-6/+14
* ARMv7-M: Add logic to dump all stack usage on a crashGregory Nutt2015-03-271-0/+40
* 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-253-106/+129
* 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
* Fix typo from last commitGregory Nutt2015-03-231-6/+6
* Tiva: Remove unconditional debug output from GPIO codeGregory Nutt2015-03-235-19/+33
* Tiva: Fix compile errors when GPIO interrupts are not enabledGregory Nutt2015-03-231-0/+4
* SAMV7: Add framework for USB DCD. Initial check-in is just the SAMA5 USB DCD...Gregory Nutt2015-03-232-6/+4628
* Update some recent Tiva changes so that old LM3S parts at least still build (...Gregory Nutt2015-03-232-4/+23
* - ADC driver has been re-organized; configuration is now handled in codeGregory Nutt2015-03-2313-4398/+3838
* 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-215-8/+59
* SAMA5: Fix a typo in the Kconfig fileGregory Nutt2015-03-211-1/+1
* SAMV7: Add USBHS register defintiion header fileGregory Nutt2015-03-201-0/+793
* Include chip/sam_spi.h in sam_spi.hGregory Nutt2015-03-201-0/+1
* SAMA5D3: Fix typos in timer/counter header file. From Bob DoironGregory Nutt2015-03-201-27/+27
* STM32 RTC lower-half: Fix some errors that cause compilation failures. From ...Gregory Nutt2015-03-191-4/+7
* 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-173-93/+19
* Break ARMv7E-M cache operations into separate files; Finish the unimplemented...Gregory Nutt2015-03-1712-432/+1104
* 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-152-2/+4
* SAMV7 XDMA: Fix a problem with invalidating the cache on RX DMAGregory Nutt2015-03-141-3/+15
* EFM32: Add I2C driver. From Pierre-noel BoutevilleGregory Nutt2015-03-145-1/+1991
* SAMV7: More SDRAM logic. It does still does not workGregory Nutt2015-03-142-51/+82
* SAMV71-XULT: Add support for SDRAM (unverified)Gregory Nutt2015-03-144-3/+7
* Include correct chip fileGregory Nutt2015-03-141-2/+2
* SAMV7: Add SDRAMC register definition header fileGregory Nutt2015-03-141-0/+207
* SAMV7 HSMCI: Change system bus interfaces seems to eliminate DMA failures.Gregory Nutt2015-03-131-5/+7
* Minor updates from initial debugging.Gregory Nutt2015-03-132-3/+3