summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/sam34/sam_udp.c
Commit message (Expand)AuthorAgeFilesLines
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-1/+1
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-1/+1
* Updated README files and commentsGregory Nutt2014-04-071-1/+1
* Fix a warning that happens with debug is disabledGregory Nutt2014-03-261-3/+2
* SAM4E USP: Re-vamp read request queue handling. Add logic to handle RX overr...Gregory Nutt2014-03-261-112/+140
* tools/astyle.sh: Formatting tool based on logic from Lorenz MeierGregory Nutt2014-03-261-0/+1
* SAM4E-EK: Enable interrupt stack in all configurationsGregory Nutt2014-03-231-1/+1
* SAM4E-EK UDP: prevent some bad recursive behaviorGregory Nutt2014-03-221-29/+33
* SAM4E UDP: Fix handling of GLBSTAT:CONFIG bit. Was not being setGregory Nutt2014-03-211-28/+61
* SAM4E UDP: Cosmetic updates to tracing and READMEGregory Nutt2014-03-211-0/+2
* SAM4E UDP: Several fixes related to bulk endpoint transfersGregory Nutt2014-03-201-81/+41
* Add option to dump buffered USB trace data on an assertionGregory Nutt2014-03-201-92/+176
* SAM4E UDP: Fix errors associated with OUT packet size handling and bank inter...Gregory Nutt2014-03-191-62/+34
* SAM4E: Fix handling of CSR:DIR bitGregory Nutt2014-03-191-22/+41
* SAM4E UDP: Fix to handling of FADDR:FEN and CSR:TXCOMPGregory Nutt2014-03-191-62/+64
* SAM4E UDP: Fix FIFO reset logicGregory Nutt2014-03-181-12/+10
* SAM4E UDP: Remove spurious clearing of RXSETUPGregory Nutt2014-03-181-13/+9
* SAM4E UDP: Now receives one setup packet before dyingGregory Nutt2014-03-181-54/+46
* SAM4E: Fix a few more UDP bring-up bugs. Still not workingGregory Nutt2014-03-181-28/+33
* SAM4E: Add USB full speed device (UDP) driverGregory Nutt2014-03-171-0/+3953