summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* IOB: Remove private data. Not neededGregory Nutt2014-06-126-15/+5
* Update ChangeLogGregory Nutt2014-06-121-0/+4
* ELF: Fix compilation error when CONFIG_ELF_DUMPBUFFER is defined. From Pell...Gregory Nutt2014-06-121-1/+1
* STM32: Handle setting of USART CR1_M when 8 bits of data plus parityGregory Nutt2014-06-111-19/+27
* Cosmetic update to commentsGregory Nutt2014-06-111-1/+2
* SAMA5D4: Add support for HSMCI1 power control pinGregory Nutt2014-06-112-8/+18
* SAMA5D4-EK: Update pins used by HSMCIGregory Nutt2014-06-115-86/+119
* Typo in last SAMA5D4 commitGregory Nutt2014-06-111-1/+1
* SAMA5: Add support for Micrel KSZ8081 PHYGregory Nutt2014-06-114-22/+70
* SAMA5D4: Add EMAC driverGregory Nutt2014-06-119-202/+3939
* SAMA5D4: Still trying to reconcile Ethernet interfacesGregory Nutt2014-06-114-31/+99
* Update to RTL8197 driver from Alan Carvalho de AssisGregory Nutt2014-06-111-21/+21
* SAMA5D3/4: More renaming. Change SAMA5D3 EMAC to EMACA and SAMA5D4 to EMACB...Gregory Nutt2014-06-1032-257/+470
* STM32: Expicitly include header file files. From Freddie ChopinGregory Nutt2014-06-109-0/+17