summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move Packet files from net/uip to net/pktGregory Nutt2014-06-187-17/+62
* Move UDP files from net/uip to net/udpGregory Nutt2014-06-1810-335/+89
* Update ChangeLogGregory Nutt2014-06-181-0/+3
* Move uip/uip_listen.c to tcp/tcp_listen.cGregory Nutt2014-06-182-1/+290
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-181-0/+63
* Move TCP files from net/uip to net/tcpGregory Nutt2014-06-1813-42/+23
* Update ChangeLogGregory Nutt2014-06-181-0/+7
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-5/+18
* Raw sockets: Various fixes for closing, free connections, TX from Daniel Laz...Gregory Nutt2014-06-182-0/+30
* Notify Ethernet driver of TX data availability on raw socket. From Daniel La...Gregory Nutt2014-06-181-0/+5
* Cosmetic cleanupGregory Nutt2014-06-182-16/+6
* SAMA5D4: XDMAC driver now compiles error/warning free (still untested)Gregory Nutt2014-06-173-197/+156
* Update ChangeLogGregory Nutt2014-06-171-0/+2
* SAMA5D4: More progress on XDMAC driver (still no complete); Also fixes some ...Gregory Nutt2014-06-174-581/+584
* hex2bin: Add alternative interface layers to illustrate how to load programsGregory Nutt2014-06-167-21/+319
* kconfig2html: Exceed original maximum number of selectsGregory Nutt2014-06-161-1/+1
* hex2bin: Fix un-necessary seeks because expected address was not being updatedGregory Nutt2014-06-161-1/+7
* Update ChangeLogGregory Nutt2014-06-161-0/+5
* hex2mem: Like hex2bin, but writes Intel HEX files directly to memoryGregory Nutt2014-06-164-15/+346
* hex2bin: Fix some indexing errorsGregory Nutt2014-06-161-25/+30
* hex2bin: Fix a typo in the stack sizeGregory Nutt2014-06-161-1/+1
* hex2bin: Needs a little larger stackGregory Nutt2014-06-162-2/+17
* hex2bin: Various bugfixesGregory Nutt2014-06-161-10/+17
* hex2dump: Needs to read new character at end of the loopGregory Nutt2014-06-152-5/+8
* hex2bin: Start code should not be in bufferGregory Nutt2014-06-151-1/+8
* Update ChangeLogGregory Nutt2014-06-151-0/+3
* Fix an error in exec(). argv[] has not being passedGregory Nutt2014-06-152-4/+8
* Several other interrupt button implementations had the same problem as did th...Gregory Nutt2014-06-155-16/+59
* Update ChangeLogGregory Nutt2014-06-151-0/+2
* SAM4S Xplained (both): Button interrupts not being disabled after being deta...Gregory Nutt2014-06-152-8/+34
* Update ChangeLogGregory Nutt2014-06-151-0/+3
* Add conversion of Intel HEX to binaryGregory Nutt2014-06-1511-6/+1342
* Update ChangeLogGregory Nutt2014-06-141-1/+6
* Add seekable standard streamsGregory Nutt2014-06-146-54/+330
* Add support for seekable raw streamsGregory Nutt2014-06-145-32/+279
* Add support for seekable memory streamsGregory Nutt2014-06-148-54/+538
* Update ChangeLogGregory Nutt2014-06-141-0/+3
* SAMA5D4-EK: Add an SDRAM test configurationGregory Nutt2014-06-144-107/+1145
* SAMA5D4: Correct MATRIX register addressesGregory Nutt2014-06-141-127/+314
* SAMA5D4: Implement SDRAM initializationGregory Nutt2014-06-142-127/+223
* SAMA5D4: Fix some memory remapping issues; updates to comments and README filesGregory Nutt2014-06-144-62/+133
* SAMA5: XDMAC update (still not complete)Gregory Nutt2014-06-133-101/+202
* Correct contact informationGregory Nutt2014-06-132-2/+2
* Updated ChangeLogGregory Nutt2014-06-121-0/+2
* SAMA5D4: Initial XDMAC driver logic; initial check-in is little more the the ...Gregory Nutt2014-06-126-59/+2845
* Cosmetic plus some configuration default changesGregory Nutt2014-06-123-9/+5
* Minor documentation updateGregory Nutt2014-06-121-0/+1
* Updated ChangelogsGregory Nutt2014-06-122-1/+4
* Raw sockets: Additional changes for error-free/warning-free compilationGregory Nutt2014-06-127-58/+60
* First check-in of Lazlo's PF_PACKET 'raw' socket implementationGregory Nutt2014-06-1224-170/+2076