summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Basic board support for the ViewTool STM32F103/F107 boardGregory Nutt2013-11-3019-0/+2080
|
* SAMA5 EHCI: Fix case when interrupt endpoints enabledGregory Nutt2013-11-291-1/+1
|
* More changes for a clean ez80 KITG buildGregory Nutt2013-11-2912-39/+256
|
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-298-16/+10
|
* LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt ↵Gregory Nutt2013-11-293-20/+203
| | | | endpoints)
* examples/hidkbd now expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-291-0/+3
| | | | function
* examples/hidkbd now expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-294-0/+150
| | | | function
* examples/hidkbd now expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-292-11/+22
| | | | function
* examples/hidkbd no expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-291-0/+72
| | | | function
* SAMA5 NAND: Don't use HSMC interrupts. They occur to quickly and cause ↵Gregory Nutt2013-11-293-2/+67
| | | | mysterious race conditions
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-2827-63/+178
|
* A few changes needed for compilation with ZDS-IIGregory Nutt2013-11-283-8/+10
|
* LPC31 EHCI: Fixes so that high- and low-speed devices work with the EHCI hostGregory Nutt2013-11-282-16/+63
|
* LPC31 EHCI: Make stream disable a configurable optionGregory Nutt2013-11-283-4/+16
|