summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcduino-a10/nsh
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-132-20/+20
* 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
* 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-101-13/+0
* Add pcDuino patch needed for booting. Update README to explain whyGregory Nutt2013-12-081-0/+106
* 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
* A10: Timer interrupt handlerGregory Nutt2013-12-131-1/+1
* pcDuino: update RAM start address and sizeGregory Nutt2013-12-111-3/+3
* pcDuino debug port is on UART0Gregory Nutt2013-12-101-1/+17
* 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-071-25/+36
* Add board support infrastructure for the pcDuino board. There is not much th...Gregory Nutt2013-12-073-0/+861