summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcduino-a10
Commit message (Expand)AuthorAgeFilesLines
* A previous change increased the task name size allocation by one to hold a NU...Gregory Nutt2014-12-171-1/+1
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-9/+9
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* pcDuino: Several fixes so that it still builds after other Cortex-A changes.Gregory Nutt2014-09-102-0/+3
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-1/+0
* Refresh all configurations that have MMUsGregory Nutt2014-08-301-52/+187
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-071-1/+1
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-071-1/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-031-1/+1
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-1/+1
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-161-1/+1
* Restore trainling whitespace in .patch and .diff files wehre requiredGregory Nutt2014-04-131-19/+19
* More trailing whilespace removalGregory Nutt2014-04-133-21/+21
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Removed unused configuratin variable: CONFIG_PGTABLE_VADDRGregory Nutt2014-03-011-1/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-4/+4
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-3/+3
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-5/+5
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-47/+6
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-1/+0
* A10: Serial clock is OSC24M. From Alan Carvalho de AssisGregory Nutt2014-01-102-18/+0
* Add pcDuino patch needed for booting. Update README to explain whyGregory Nutt2013-12-082-0/+199
* Make sure that the Z16F build still builds and runsGregory Nutt2014-01-011-0/+30
* default buildroot path is build_arm, not build_arm_nofpuGregory Nutt2013-12-261-1/+1
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+4
* 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-131-1/+1
* 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
* pcDuino debug port is on UART0Gregory Nutt2013-12-102-4/+126
* A10 peripheral selection logicGregory Nutt2013-12-091-0/+76
* pcDuino: More changes to get the code fragments that are in place building su...Gregory Nutt2013-12-075-26/+235
* Add board support infrastructure for the pcDuino board. There is not much th...Gregory Nutt2013-12-0712-0/+1937