summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 e...Gregory Nutt2013-11-293-20/+203
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-291-0/+3
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-294-0/+150
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-292-11/+22
* examples/hidkbd no expects an architecture-specific USB HOST initialization f...Gregory Nutt2013-11-291-0/+72
* SAMA5 NAND: Don't use HSMC interrupts. They occur to quickly and cause myster...Gregory Nutt2013-11-293-2/+67
* 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
* Inode semaphore must be entrant or a deadlock can occur in certain scenariosGregory Nutt2013-11-282-12/+82
* SAMA5 NAND: Still debuggingGregory Nutt2013-11-2810-37/+66
* STM32F429I-Discovery: Add support for external SST25 FLASH. From Ken PettitGregory Nutt2013-11-2811-52/+1486
* STM32 F4: Add support for GPIOK and GPIOJ. From Ken PettitGregory Nutt2013-11-282-0/+28
* Fix error in SMARTFS partition number reportingGregory Nutt2013-11-282-4/+17
* Add MTD SST25 driver for larger SST25 parts. From Ken PettitGregory Nutt2013-11-285-2/+1057
* Fixes a couple of errors in MTD NAND logicGregory Nutt2013-11-272-4/+4
* LPC31 EHCI: Seems to work after re-ordering some initialization logicGregory Nutt2013-11-272-1/+16
* SAMA5 NAND: A few bug fixes for integration. Still lots more to doGregory Nutt2013-11-2710-61/+57
* MTD: Pack the geometry structure so that is can handle larger erase blocksGregory Nutt2013-11-272-3/+7
* SAMA5 NAND: Fix some DMA related issuesGregory Nutt2013-11-273-28/+156
* SAMA5 DMA: Add an option to disable DMA for debug purposesGregory Nutt2013-11-263-7/+52
* SAMA5 NAND: Changes made durint testing (still does not work)Gregory Nutt2013-11-254-50/+122
* SAMA5 NAND: Trivial changesGregory Nutt2013-11-252-8/+11
* SAMA5 NAND: Fix a few race conditionsGregory Nutt2013-11-252-20/+59
* SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board supportGregory Nutt2013-11-2515-111/+356
* SAMA5 PMECC: Code completeGregory Nutt2013-11-254-64/+1005
* SAMA5 NAND: Retrofit trim page logicGregory Nutt2013-11-244-39/+152
* SAMA5 PMECC: Ported Gallois tablesGregory Nutt2013-11-244-5/+3256
* SAMA5 NAND: Finish upper part of PMECC logic; add HSMC interrupt handlingGregory Nutt2013-11-246-136/+527
* SAMA5 PMECC: More progress, still not completeGregory Nutt2013-11-248-96/+426
* SAMA5 PMECC: A little moreGregory Nutt2013-11-233-8/+153
* SAMA5 PMECC: Some ROM-related interface updatesGregory Nutt2013-11-234-15/+135
* Add a script to produce ctags. From Ken PettitGregory Nutt2013-11-234-0/+50
* Add README file for SMARTFS. From Ken PettitGregory Nutt2013-11-234-2/+370