Commit Graph

2505 Commits

Author SHA1 Message Date
Gregory Nutt ddcc133368 SAMA5 NAND: Updated README and configuration logic 2013-12-03 14:32:59 -06:00
Gregory Nutt cafee7bc49 Updated README 2013-12-03 13:26:09 -06:00
Gregory Nutt 534def7212 Condition out most of the recent NXFFS changes for NAND. NXFFS will never be able to support NAND 2013-12-03 13:11:11 -06:00
Gregory Nutt 5a1350b475 SAMA5 NAND: Only CS3 can have NAND 2013-12-03 06:59:22 -06:00
Gregory Nutt 46287d55d0 SAMA5D3x-EK: Cosmetic improvements to the NOR boot printfs; updated README 2013-12-02 17:22:55 -06:00
Gregory Nutt 1b016dde80 NXFFS: When dumping the MTD content, don't abort on a read error. For NAND, the read error probably just means that an uncorrectable ECC was encountered 2013-12-01 20:17:09 -06:00
Gregory Nutt 4418c9664d SAMA5 NAND: Basic NAND access now work (software ECC and no DMA) 2013-12-01 18:21:41 -06:00
Gregory Nutt 778a5f2b27 ViewTool STM32F107: Basic NSH checks out okay 2013-12-01 10:05:40 -06:00
Gregory Nutt 9ef6e0ce17 Costmet updates, naming, debug output, README file 2013-12-01 07:39:20 -06:00
Gregory Nutt b35bc21fb9 ViewTool STM32F107: Add support for on-board LEDs and buttons 2013-11-30 14:15:15 -06:00
Gregory Nutt 6b18d2d376 Basic board support for the ViewTool STM32F103/F107 board 2013-11-30 12:14:15 -06:00
Gregory Nutt 9752335ed9 More changes for a clean ez80 KITG build 2013-11-29 16:12:59 -06:00
Gregory Nutt 0a11d8767f Make naming consistent for USB host initialiation functions 2013-11-29 14:31:44 -06:00
Gregory Nutt e9252b8806 LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt endpoints) 2013-11-29 14:31:42 -06:00
Gregory Nutt 059c161797 examples/hidkbd now expects an architecture-specific USB HOST initialization function 2013-11-29 14:31:40 -06:00
Gregory Nutt 3b5689da2b examples/hidkbd now expects an architecture-specific USB HOST initialization function 2013-11-29 14:31:38 -06:00
Gregory Nutt f4b4683c81 examples/hidkbd no expects an architecture-specific USB HOST initialization function 2013-11-29 14:31:34 -06:00
Gregory Nutt 91517ead98 Changes for ZDS-II ez80 build 2013-11-28 17:47:03 -06:00
Gregory Nutt 946e927609 STM32F429I-Discovery: Add support for external SST25 FLASH. From Ken Pettit 2013-11-28 08:21:15 -06:00
Gregory Nutt 3b7626236d LPC31 EHCI: Seems to work after re-ordering some initialization logic 2013-11-27 13:14:23 -06:00
Gregory Nutt b55565ae50 SAMA5 NAND: A few bug fixes for integration. Still lots more to do 2013-11-27 11:04:40 -06:00
Gregory Nutt 10f097ed1e SAMA5 NAND: Fix some DMA related issues 2013-11-27 07:37:42 -06:00
Gregory Nutt b7a3597f87 SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board support 2013-11-25 12:10:24 -06:00
Gregory Nutt 395b7bff67 Cosmetic changes 2013-11-22 13:36:07 -06:00
Gregory Nutt bf51126235 LPC3131 EHCI: More fixes 2013-11-21 16:39:49 -06:00
Gregory Nutt a6093ec53b LPC-H3131: SDRAM comments updated 2013-11-21 14:47:37 -06:00
Gregory Nutt f537edbe36 LPC-H3131: SDRAM timing update. Still does not work 2013-11-21 14:46:49 -06:00
Gregory Nutt d7f11a8656 LPC-H3131 SDRAM: Fix some build issues 2013-11-21 12:45:42 -06:00
Gregory Nutt 5724e04fff LPC-H3131: SDRAM support (untested) 2013-11-21 06:37:50 -06:00
Gregory Nutt 4a1b016f44 Olimex LPC-H3131: Some restructuring of intialization logic 2013-11-20 17:01:34 -06:00
Gregory Nutt 0a0537ebb7 lpc31 ECHI. Early debug changes 2013-11-20 16:24:10 -06:00
Gregory Nutt 04aa1e5384 Olimex LPC-H3131: Drop loops-per-second by a factor of 4. Why is the H3131 only 25% as fast as the EA3131 at the same clocking? 2013-11-19 15:54:23 -06:00
Gregory Nutt 4c2b07c388 Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable and overcurrent detection. 2013-11-19 15:52:10 -06:00
Gregory Nutt 06330220ef Updated README 2013-11-18 19:07:49 -06:00
Gregory Nutt d078398f2b Add .gitignore files; update a README 2013-11-18 15:38:04 -06:00
Gregory Nutt 04c764b496 Add support for the Olimex LPC-H3131 board 2013-11-18 14:51:38 -06:00
Gregory Nutt 3a26c6cc81 Further NAND development 2013-11-16 11:46:35 -06:00
Gregory Nutt 8563b45558 EA3131: Framework for USB host support 2013-11-15 15:56:24 -06:00
Gregory Nutt 9cca0778b2 Add support for ONFI compatible NAND devices (NAND logic still incomplete) 2013-11-15 14:11:21 -06:00
Gregory Nutt 0ed5172656 Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h 2013-11-15 11:22:23 -06:00
Gregory Nutt 708c6d78dd SAMA5 NAND: Basic support for access to NAND FLASH 2013-11-15 09:30:05 -06:00
Gregory Nutt f07134e959 LPC31: Configuration and build support for a forthcoming USB host driver; configs/ea3131/nsh converted to use kconfig-frontend tools 2013-11-14 15:33:43 -06:00
Gregory Nutt efa1e2f41e STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig file 2013-11-14 08:29:36 -06:00
Gregory Nutt f01ef89483 README update 2013-11-12 17:15:27 -06:00
Gregory Nutt c75f576fef SAMA5D3x-EK updated README 2013-11-12 17:00:37 -06:00
Gregory Nutt deea97de32 SAMA5D3x-EK Kconfig: There is no 'else' 2013-11-12 10:20:33 -06:00
Gregory Nutt a544acfce4 Updated SAMA5D3x-EK README file 2013-11-11 16:17:13 -06:00
Gregory Nutt 572dec84ae SAMA5D3x-EK: Add support for the apps/examples/i2schar test 2013-11-11 15:17:37 -06:00
Gregory Nutt 81e76b96d5 Freedom KL25Z: Add PWM support. From Alan Carvalho de Assis 2013-11-10 10:39:03 -06:00
Gregory Nutt 8ab882f49b STM32F429I-Discovery: Add support for the usbnsh and usbmsc configurations using the OTG HS peripheral in FS mode. From Ken Pettit. 2013-11-10 07:30:34 -06:00