summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-108-7/+9
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-1042-46/+48
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-1072-79/+81
* More OV2640 initialization logicGregory Nutt2013-12-107-189/+168
* pcDuino debug port is on UART0Gregory Nutt2013-12-102-4/+126
* A10 peripheral selection logicGregory Nutt2013-12-093-8/+380
* A little SAMA5 camera stuffGregory Nutt2013-12-096-24/+299
* A10 UART: Register definition header fileGregory Nutt2013-12-093-0/+365
* Add OV2640 camera support to test the SAMA5 ISI peripheralGregory Nutt2013-12-0917-12/+2380
* A10: Re-write of interrupt management logicGregory Nutt2013-12-092-212/+156
* Add A10 interrupt numbersGregory Nutt2013-12-081-4/+93
* A10 interrupt logicGregory Nutt2013-12-087-17/+586
* A10 mmu configuration and INTC register definitionsGregory Nutt2013-12-085-36/+636
* pcDuino: More changes to get the code fragments that are in place building su...Gregory Nutt2013-12-0712-31/+945
* Add board support infrastructure for the pcDuino board. There is not much th...Gregory Nutt2013-12-0722-14/+1995
* Add basic directory structure to support the Allwinner A10Gregory Nutt2013-12-079-7/+384
* Prep for the NuttX-6.32 Releasenuttx-6.32Gregory Nutt2013-12-076-77/+449
* Minor updates to comments and README filesGregory Nutt2013-12-072-9/+10
* SAMA5 NAND: Fix some DMA-related issuesGregory Nutt2013-12-061-34/+12
* SAMA5 NAND: bugfixesGregory Nutt2013-12-066-148/+233
* SAMA5 NAND: Fix several bugs associated with PMECC data transfersGregory Nutt2013-12-051-223/+272
* MTD NAND: Check if block number is out of ragne at top of loop, not bottom, t...Gregory Nutt2013-12-052-14/+27
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-056-89/+149
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-051-3/+8
* NSH: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32Gregory Nutt2013-12-054-10/+88
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-0577-205/+127
* Cosmetic updates to comments and READMEsGregory Nutt2013-12-043-6/+12
* LPC31 EHCI: Fix errors in DEBUGASSERT statementsGregory Nutt2013-12-042-3/+3
* SAMA5 NAND: PMECC logic was reading past the end of the user bufferGregory Nutt2013-12-042-18/+42
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-046-91/+248
* Add drivers/mtd/README.txtGregory Nutt2013-12-045-40/+197
* SAMA5 NAND: Do not perform DMA on small transfersGregory Nutt2013-12-043-9/+49
* SAMA5 NAND: Updated README and configuration logicGregory Nutt2013-12-033-38/+115
* Updated READMEGregory Nutt2013-12-031-17/+59
* Condition out most of the recent NXFFS changes for NAND. NXFFS will never be...Gregory Nutt2013-12-0310-72/+323
* SAMA5 DMA: Address of next descriptor in list is a physical addressGregory Nutt2013-12-031-6/+13
* SAMA5 NAND: Only CS3 can have NANDGregory Nutt2013-12-034-116/+168
* Cosmetic changes to debug outputGregory Nutt2013-12-0211-29/+34
* SAMA5D3x-EK: Cosmetic improvements to the NOR boot printfs; updated READMEGregory Nutt2013-12-023-109/+77
* Kconfigs: Fix and issue with SERCOMM_CONSOLE being define in two placesGregory Nutt2013-12-022-32/+34
* MTD NAND: Fix an error in the calculation of the page numberGregory Nutt2013-12-022-11/+15
* NXFFS: more NAND-Releated changes; don't fail if a block read fails. That mi...Gregory Nutt2013-12-0210-112/+302
* SAMA5 NAND: Can't DMA using DMAC1. Add lots of NAND DMA debug instrumentationGregory Nutt2013-12-025-15/+169
* MTD NAND: Fix a misplaced endifGregory Nutt2013-12-012-4/+4
* NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, ...Gregory Nutt2013-12-014-17/+38
* NXFFS: First of many changes for NAND. NAND reports read errors on ECC failu...Gregory Nutt2013-12-0113-151/+177
* SAMA5 NAND: Basic NAND access now work (software ECC and no DMA)Gregory Nutt2013-12-014-1083/+1011
* SAMA5 NAND: Return value should not be ignoredGregory Nutt2013-12-013-15/+200
* ViewTool STM32F107: Basic NSH checks out okayGregory Nutt2013-12-013-14/+44
* Costmet updates, naming, debug output, README fileGregory Nutt2013-12-012-17/+33