summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prep for release 6.30nuttx-6.30Gregory Nutt2013-09-144-883/+289
* 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-134-0/+2959
* STM32: Support for the LeafLabs Maple and Maple Mini boards. From LibraeGregory Nutt2013-09-1327-1/+3352
* STM32 Kconfig: Fix STM32 UART7/8 kconfig names and UART DMA. Provided by Lor...Gregory Nutt2013-09-132-34/+36
* NSH: Fix 'ls' output for a single file. Provided by Lorenz MeierGregory Nutt2013-09-132-20/+57
* ROMFS: Fix for file names longer than 15 characters. Provided by Lorenz MeierGregory Nutt2013-09-132-1/+3
* CDC/ACM: Backward condtional compilation fixed. Provided by Lorenz MeierGregory Nutt2013-09-132-6/+8
* Make filter register accessible for CAN1 and CAN2. Provided by Lorenz MeierGregory Nutt2013-09-133-53/+99
* SAMA5 EMAC and GMAC: More additions to register definition filesGregory Nutt2013-09-133-141/+907
* SAMA5: Beginning of EMAC and GMAC register definition header filesGregory Nutt2013-09-124-2/+366
* SAMA5D3x-EK README updateGregory Nutt2013-09-122-39/+50
* SAMA5 TWI: Misc improvements during debug (still not getting interupts)Gregory Nutt2013-09-123-138/+215
* Remove NXFFS compile warningGregory Nutt2013-09-121-2/+3
* SAMA5D3x-EK: Add support for (external) AT 24C512 EEPROMGregory Nutt2013-09-127-25/+377
* SAMA5 TWI: Cleanup compilation errors that occur when I2C debug is enabledGregory Nutt2013-09-122-28/+26
* Add support for the AT 24C512 EEPROMGregory Nutt2013-09-123-10/+24
* Cleanup some compilation warnings in NXFFSGregory Nutt2013-09-124-21/+23
* SAMA5 TWI: Add support for I2C readwrite and transfer methodsGregory Nutt2013-09-111-68/+280
* SAMA5: Barebones TWI driver implementationGregory Nutt2013-09-114-93/+430
* SAMA5: Framework for a TWI driver (incomplete)Gregory Nutt2013-09-119-11/+873
* SAMA5: TWI register definition fileGregory Nutt2013-09-112-0/+213
* SAMA5D3x-EK demo configuration now supports HSMCI0 and HSMCI1Gregory Nutt2013-09-119-60/+179
* Clean-up a few USB trace formatsGregory Nutt2013-09-101-6/+6
* SAMA5: Add tracing support to the OHCI driverGregory Nutt2013-09-104-53/+173
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-103-38/+117
* SAMA5 EHCI: Did not work with DEBUG off. Appears to be because of some D-Ca...Gregory Nutt2013-09-102-21/+41
* Extent the the USB host trace logic to include verbose debug outputGregory Nutt2013-09-096-32/+183
* USB monitor extended so that it can also be used with USB host trace dataGregory Nutt2013-09-096-52/+107
* Beginning of support for USB host side tracingGregory Nutt2013-09-0910-90/+713
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-094-2/+20
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-084-10/+41
* SAMA5: Add support EHCI/OHCI to sama5d3x-ek/demo (does not work yet); Fix so...Gregory Nutt2013-09-074-8/+72
* Fix warnings in USB MSC when compiled for a high speed device; also fix USB M...Gregory Nutt2013-09-075-14/+25
* Fix bug introduced to msconn; Was hanging is invoked from NSHGregory Nutt2013-09-075-37/+159
* Extend USB trace logic. When we are configured to decode and stringify trace...Gregory Nutt2013-09-068-205/+746
* Suppress attempts to manage USB trace if the USB MSC example is built as an N...Gregory Nutt2013-09-063-9/+22
* Back-port some bugfixes from the ENCX24J600 to the ENC28J60 driver (unverifie...Gregory Nutt2013-09-062-27/+28
* SAMA5D3x-EK: Add support for USB MSC device on AT25 serial flashGregory Nutt2013-09-0615-226/+374
* Networking: Important bug fix. The backlog buffer pointer was not being inc...Gregory Nutt2013-09-062-0/+4
* SAMA5D3x-EK: Add a new 'demo' configurationGregory Nutt2013-09-066-6/+1115
* Missing file change for previous driver-based UDP backlog from Max HoltzbergGregory Nutt2013-09-061-6/+10
* Update to previous change from Max HoltzbergGregory Nutt2013-09-062-2/+2
* Partial implementation of driver-based UDP backlog still missing some logic. ...Gregory Nutt2013-09-069-102/+258
* Networking: Fix race condition that can cause missing loss-of-connection eve...Gregory Nutt2013-09-062-0/+14
* DHCPD: Fix calculation of lease address. Bad logic causes repeated assignmen...Gregory Nutt2013-09-062-3/+5
* apps/examples/pwm: Clean up some configuration confusionGregory Nutt2013-09-055-14/+16
* CDC/ACM and PL2303 device drivers: Don't use the max packet size assigned to...Gregory Nutt2013-09-057-15/+68
* 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