summaryrefslogtreecommitdiff
path: root/nuttx/configs
Commit message (Collapse)AuthorAgeFilesLines
* Disable CONFIG_ARCH_INT_DISABLEALL: It does not work in its current formGregory Nutt2013-12-231-1/+1
|
* Fixes a few more high priority, nested interrupt logicGregory Nutt2013-12-235-230/+14
|
* Forget to set priority of TIM6 to high priorityGregory Nutt2013-12-221-21/+47
|
* Finish the high priority, nested interrupt handler test (does not work)Gregory Nutt2013-12-228-24/+167
|
* Add logic to configure interrupt controller debug; Fix high priority, nested ↵Gregory Nutt2013-12-226-7/+231
| | | | interrupt build problems
* Initial framework for a test of high-pri, nested interrupts. Incomplete and ↵Gregory Nutt2013-12-229-2/+1298
| | | | does not work
* viewtool configuration will not support boad with STM32F103VC mounted; ↵Gregory Nutt2013-12-229-480/+1034
| | | | converted one stm3210e-eval configuration to use kconfig-frontends
* Remove all configuration variable documentation from configs/README.txt and ↵Gregory Nutt2013-12-201-1550/+22
| | | | Docuemntation/NuttXPortingGuidle.html. The current NuttX configuration is documented in Kconfig files and in Documentation/NuttXSonfigVariables.html. The older configuration variable documentation is not being maintained and, hence, is a liability
* Cosmetic spaces for tabsGregory Nutt2013-12-202-2/+2
|
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-20209-418/+836
|
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-2031-83/+140
|
* More separation of debug symbols and optimization selectionsGregory Nutt2013-12-209-24/+42
|
* Beginning separation of debug symbols and optimization selectionsGregory Nutt2013-12-2011-22/+88
|
* Disable debug by default in all Spark configurationsGregory Nutt2013-11-205-55/+4
|
* Kconfigs: Interrupt prioritization should not be automatically selectedGregory Nutt2013-12-201-2/+0
|
* Various changes for a clean ZNEO ZDS-II buildGregory Nutt2013-12-191-2/+2
|
* A10: Fix DDR mappingGregory Nutt2013-12-171-0/+3
|
* Updated READMEGregory Nutt2013-12-161-7/+1
|
* Update READMEGregory Nutt2013-11-161-11/+23
|
* Cosmetic changes to comments and README filesGregory Nutt2013-12-161-5/+23
|
* Trivial updates to comments and README filesGregory Nutt2013-12-161-9/+7
|
* Back port some A10 changes into the SAMA5 memory map definitionsGregory Nutt2013-12-161-0/+15
|
* A10 serial driver (still needs some work). From Alan Carvalho de AssisGregory Nutt2013-12-133-6/+32
|
* Eliminate some warnings in the pcDuino A10 buildGregory Nutt2013-12-132-4/+1
|
* A10: Timer interrupt handlerGregory Nutt2013-12-132-13/+145
|
* configs/Kconfig: Typo fix from Ken PettitGregory Nutt2013-12-121-1/+1
|
* STM32F429I-Discovery: Andd procfs MTD partition namesGregory Nutt2013-12-124-14/+67
|
* pcDuino: update RAM start address and sizeGregory Nutt2013-12-111-3/+3
|
* A10/pcDuino/Linux build fixesGregory Nutt2013-12-111-2/+4
|
* A10+pcDuino: PIO support, LED and button supportGregory Nutt2013-12-115-48/+294
|
* A10 PIO register definition header fileGregory Nutt2013-12-101-0/+4
|
* A little more SAMA5/OV2640 logicGregory Nutt2013-12-103-91/+124
|
* Move ramdisk.h to include/nutt/fs/ramdisk.hGregory Nutt2013-12-102-2/+2
|
* Move rgbcolors.h to include/nuttx/videoGregory Nutt2013-12-101-1/+1
|
* Move include/nuttx/fb.h to include/nuttx/video/fb.hGregory Nutt2013-12-104-4/+4
|
* More OV2640 initialization logicGregory Nutt2013-12-103-119/+56
|
* pcDuino debug port is on UART0Gregory Nutt2013-12-102-4/+126
|
* A10 peripheral selection logicGregory Nutt2013-12-091-0/+76
|
* A little SAMA5 camera stuffGregory Nutt2013-12-093-21/+297
|
* Add OV2640 camera support to test the SAMA5 ISI peripheralGregory Nutt2013-12-097-0/+1015
|
* pcDuino: More changes to get the code fragments that are in place building ↵Gregory Nutt2013-12-077-27/+239
| | | | successfully
* Add board support infrastructure for the pcDuino board. There is not much ↵Gregory Nutt2013-12-0718-12/+1971
| | | | there on the initial checkin
* Minor updates to comments and README filesGregory Nutt2013-12-071-7/+6
|
* SAMA5 NAND: bugfixesGregory Nutt2013-12-062-48/+100
|
* LM: Don't initialize .data if running in SRAM. Global missing intialize ↵Gregory Nutt2013-12-0518-19/+19
| | | | type. SAMA5 NAND: Fix for read nand in smaller chunks
* Cosmetic updates to comments and READMEsGregory Nutt2013-12-041-1/+2
|
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-041-3/+9
|
* Add drivers/mtd/README.txtGregory Nutt2013-12-041-24/+37
|
* SAMA5 NAND: Updated README and configuration logicGregory Nutt2013-12-033-38/+115
|
* Updated READMEGregory Nutt2013-12-031-17/+59
|