Commit Graph

2543 Commits

Author SHA1 Message Date
Gregory Nutt c4dc52978a More separation of debug symbols and optimization selections 2013-12-20 12:36:02 -06:00
Gregory Nutt e4035088f2 More separation of debug symbols and optimization selections 2013-12-20 11:57:08 -06:00
Gregory Nutt 8be24a9c50 Beginning separation of debug symbols and optimization selections 2013-12-20 11:43:02 -06:00
Gregory Nutt 5cbfde94ab Disable debug by default in all Spark configurations 2013-11-20 09:08:25 -06:00
Gregory Nutt 492635ced8 Kconfigs: Interrupt prioritization should not be automatically selected 2013-12-20 08:42:54 -06:00
Gregory Nutt 8b9c7f0ffc Various changes for a clean ZNEO ZDS-II build 2013-12-19 10:01:52 -06:00
Gregory Nutt 23bf996b70 A10: Fix DDR mapping 2013-12-17 09:22:27 -06:00
Gregory Nutt b9104ca444 Updated README 2013-12-16 17:04:48 -06:00
Gregory Nutt 1dc4cedd1d Update README 2013-11-16 13:00:49 -06:00
Gregory Nutt 95c12d08e6 Cosmetic changes to comments and README files 2013-12-16 13:48:20 -06:00
Gregory Nutt 658ec8193e Trivial updates to comments and README files 2013-12-16 11:13:55 -06:00
Gregory Nutt 0ab1ea1693 Back port some A10 changes into the SAMA5 memory map definitions 2013-12-16 09:21:55 -06:00
Gregory Nutt f80d82d14f A10 serial driver (still needs some work). From Alan Carvalho de Assis 2013-12-13 16:41:44 -06:00
Gregory Nutt c0e8a124a1 Eliminate some warnings in the pcDuino A10 build 2013-12-13 13:09:45 -06:00
Gregory Nutt 635a3cb3fa A10: Timer interrupt handler 2013-12-13 12:42:26 -06:00
Gregory Nutt 7ca6fc2a44 configs/Kconfig: Typo fix from Ken Pettit 2013-12-12 09:25:31 -06:00
Gregory Nutt 89b8a312ab STM32F429I-Discovery: Andd procfs MTD partition names 2013-12-12 09:23:54 -06:00
Gregory Nutt 5ef670082d pcDuino: update RAM start address and size 2013-12-11 17:14:13 -06:00
Gregory Nutt 60f7e06c2d A10/pcDuino/Linux build fixes 2013-12-11 17:05:08 -06:00
Gregory Nutt 37106095df A10+pcDuino: PIO support, LED and button support 2013-12-11 13:23:40 -06:00
Gregory Nutt ccb40177c1 A10 PIO register definition header file 2013-12-10 15:53:32 -06:00
Gregory Nutt 77cf855260 A little more SAMA5/OV2640 logic 2013-12-10 11:12:22 -06:00
Gregory Nutt 4b01f0fdab Move ramdisk.h to include/nutt/fs/ramdisk.h 2013-12-10 09:42:58 -06:00
Gregory Nutt 859c8de642 Move rgbcolors.h to include/nuttx/video 2013-12-10 09:29:20 -06:00
Gregory Nutt 373d0317fb Move include/nuttx/fb.h to include/nuttx/video/fb.h 2013-12-10 09:23:54 -06:00
Gregory Nutt 5761d57f5f More OV2640 initialization logic 2013-12-10 09:10:39 -06:00
Gregory Nutt 5809637722 pcDuino debug port is on UART0 2013-12-10 08:24:26 -06:00
Gregory Nutt f9bf993348 A10 peripheral selection logic 2013-12-09 15:24:54 -06:00
Gregory Nutt d2914c6811 A little SAMA5 camera stuff 2013-12-09 14:20:11 -06:00
Gregory Nutt 41b2989549 Add OV2640 camera support to test the SAMA5 ISI peripheral 2013-12-09 10:51:22 -06:00
Gregory Nutt b3216c317a pcDuino: More changes to get the code fragments that are in place building successfully 2013-12-07 16:44:23 -06:00
Gregory Nutt 2f8a32a109 Add board support infrastructure for the pcDuino board. There is not much there on the initial checkin 2013-12-07 14:25:35 -06:00
Gregory Nutt 45f46b4815 Minor updates to comments and README files 2013-12-07 07:00:48 -06:00
Gregory Nutt d5e7644e23 SAMA5 NAND: bugfixes 2013-12-06 11:34:29 -06:00
Gregory Nutt 994a49f8b8 LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
Gregory Nutt da2a5873bd Cosmetic updates to comments and READMEs 2013-12-04 16:41:45 -06:00
Gregory Nutt e7b4658117 SAMA5 NAND: Fix some PMECC setup logic 2013-12-04 11:56:56 -06:00
Gregory Nutt 7711a66347 Add drivers/mtd/README.txt 2013-12-04 07:46:10 -06:00
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