summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* SAMA5 EMAC: Changes from early debug sessions. Still a way to goGregory Nutt2013-09-174-97/+197
* SAMA5 EMAC: Resolve issues with DUAL PHY support needed for both EMAC and GM...Gregory Nutt2013-09-176-88/+101
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-172-19/+19
* SAMA4 EMAC: Remove some editor garbage that ended up in the last commitGregory Nutt2013-09-161-20/+0
* SAMA5 EMAC: Add basic PHY logicGregory Nutt2013-09-162-259/+651
* SAMA5 EMAC: Packet transmission logicGregory Nutt2013-09-163-169/+124
* SAMA4 EMAC: Add basic interrupt handling logicGregory Nutt2013-09-161-375/+490
* SAMA5 EMAC: Incremental progress. Still not code completeGregory Nutt2013-09-165-946/+773
* Freescale Kinetis KL25Z PIT and TPM module register definitionsGregory Nutt2013-09-153-0/+311
* SAMA4 EMAC buffer allocation logicGregory Nutt2013-09-151-0/+110
* SAMA5 Ethernet: Add support for PHY interruptsGregory Nutt2013-09-153-144/+63
* SAMA5: Update Ethernet initalization logic to handle both EMAC and GMACGregory Nutt2013-09-143-54/+167
* SAMA5 EMAC: Create a empty, skeleton file that will eventually become the SA...Gregory Nutt2013-09-133-0/+2955
* STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt2013-09-132-1/+10
* STM32 Kconfig: Fix STM32 UART7/8 kconfig names and UART DMA. Provided by Lor...Gregory Nutt2013-09-131-34/+34
* Make filter register accessible for CAN1 and CAN2. Provided by Lorenz MeierGregory Nutt2013-09-132-53/+95
* SAMA5 EMAC and GMAC: More additions to register definition filesGregory Nutt2013-09-132-141/+880
* SAMA5: Beginning of EMAC and GMAC register definition header filesGregory Nutt2013-09-122-0/+305
* SAMA5D3x-EK README updateGregory Nutt2013-09-121-0/+1
* SAMA5 TWI: Misc improvements during debug (still not getting interupts)Gregory Nutt2013-09-122-136/+207
* SAMA5 TWI: Cleanup compilation errors that occur when I2C debug is enabledGregory Nutt2013-09-121-28/+24
* SAMA5 TWI: Add support for I2C readwrite and transfer methodsGregory Nutt2013-09-111-68/+280
* SAMA5: Barebones TWI driver implementationGregory Nutt2013-09-113-93/+412
* SAMA5: Framework for a TWI driver (incomplete)Gregory Nutt2013-09-118-11/+871
* SAMA5: TWI register definition fileGregory Nutt2013-09-111-0/+211
* SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1Gregory Nutt2013-09-111-2/+2
* Clean-up a few USB trace formatsGregory Nutt2013-09-101-6/+6
* SAMA5: Add tracing support to the OHCI driverGregory Nutt2013-09-103-52/+171
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-101-20/+40
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-093-26/+156
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-091-4/+18
* Beginning of support for USB host side tracingGregory Nutt2013-09-094-45/+250
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-092-2/+2
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-4/+28
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix so...Gregory Nutt2013-09-072-1/+3
* SAMA5D3x-EK: Add a new 'demo' configurationGregory Nutt2013-09-061-1/+1
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-051-2/+2
* SAMA5 UDPHS: Fix bad setup for sam_req_write call introduce in last commitGregory Nutt2013-09-051-61/+85
* SAMA5 UDPHS: Major changes to DMA interrupt and request handling to better ha...Gregory Nutt2013-09-051-271/+357
* SAMA5 UDPHS: Fix DMA channel vs. matching endpointGregory Nutt2013-09-041-8/+8
* SAMA5 UDPHS: More USB fixes mostly related to byte counts, endpoint configur...Gregory Nutt2013-09-042-19/+59
* SAMA5 UDPHS: More zero length packet fixes; revamped request queue structuresGregory Nutt2013-09-041-95/+96
* SAMA5 UDPHS: Fixes related to null packet and SETUP OUT data handlingGregory Nutt2013-09-031-70/+73
* SAMA5 UDPHS: Small change to zero length packet handlingGregory Nutt2013-09-031-3/+9
* SAMA5 UDPHS: Fix some issues with TX interrupt handlingGregory Nutt2013-09-031-59/+81
* SAMA5 UDPHS: A little debugging progress. Not all transfers are working yetGregory Nutt2013-09-031-28/+83
* SAMA5 UDPHS: Changes from initial debug session. Still a long way to goGregory Nutt2013-09-021-72/+89
* SAMA5 UDPHS: Fixes related to soft connect pullup and DMA buffer allocationGregory Nutt2013-09-021-12/+101
* SAMA5 UDPHS: Some very early debug corrections. Not yet working.Gregory Nutt2013-09-021-6/+5
* SAMA5 UDPHS: Add logic to handle deferred address setting; add logic to hand...Gregory Nutt2013-09-021-147/+313