summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Gregory Nutt2013-12-0712-31/+945
| | | | successfully
* Add board support infrastructure for the pcDuino board. There is not much ↵Gregory Nutt2013-12-0722-14/+1995
| | | | there on the initial checkin
* 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, ↵Gregory Nutt2013-12-052-14/+27
| | | | to avoid some bogus transfers
* 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 ↵Gregory Nutt2013-12-0577-205/+127
| | | | type. SAMA5 NAND: Fix for read nand in smaller chunks
* 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 ↵Gregory Nutt2013-12-0310-72/+323
| | | | be able to support NAND
* 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 ↵Gregory Nutt2013-12-0210-112/+302
| | | | might just be a NAND uncorrectable bit error. Make scanning of the device on startup optional. This might have introduced some NXFFS issure -- To be determined
* 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
| | | | the read error probably just means that an uncorrectable ECC was encountered
* NXFFS: First of many changes for NAND. NAND reports read errors on ECC ↵Gregory Nutt2013-12-0113-151/+177
| | | | failures. NXFFS can't just give up in these cases and must treat read failures like bad blocks
* 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
|
* SAMA5 NAND: Fix some race conditions in checking status bitsGregory Nutt2013-11-302-135/+151
|
* ViewTool STM32F107: Add support for on-board LEDs and buttonsGregory Nutt2013-11-309-68/+830
|