summaryrefslogtreecommitdiff
path: root/nuttx/configs/pcduino-a10
Commit message (Expand)AuthorAgeFilesLines
* 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