summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc-h3131
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-1/+1
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-091-1/+1
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-24/+8
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-3/+1
* 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-51/+187
* 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-2/+0
* More trailing whilespace removalGregory Nutt2014-04-137-11/+11
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-4/+3
* Removed to unnecessary, cloned USB-related logicGregory Nutt2014-03-171-3/+3
* 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/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-2/+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-243-9/+9
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+4
* LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt e...Gregory Nutt2013-11-292-19/+202
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-291-0/+3
* examples/hidkbd no expects an architecture-specific USB HOST initialization f...Gregory Nutt2013-11-291-0/+72
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-2/+1
* LPC31 EHCI: Seems to work after re-ordering some initialization logicGregory Nutt2013-11-271-0/+7
* Cosmetic changesGregory Nutt2013-11-221-0/+19
* LPC3131 EHCI: More fixesGregory Nutt2013-11-211-1/+1
* LPC-H3131: SDRAM comments updatedGregory Nutt2013-11-211-2/+4
* LPC-H3131: SDRAM timing update. Still does not workGregory Nutt2013-11-214-64/+65
* LPC-H3131 SDRAM: Fix some build issuesGregory Nutt2013-11-212-61/+92
* LPC-H3131: SDRAM support (untested)Gregory Nutt2013-11-213-1/+387
* Olimex LPC-H3131: Some restructuring of intialization logicGregory Nutt2013-11-206-80/+183
* lpc31 ECHI. Early debug changesGregory Nutt2013-11-205-17/+104
* Olimex LPC-H3131: Drop loops-per-second by a factor of 4. Why is the H3131 on...Gregory Nutt2013-11-191-1/+1
* Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable an...Gregory Nutt2013-11-196-32/+219
* Updated READMEGregory Nutt2013-11-181-20/+48
* Add .gitignore files; update a READMEGregory Nutt2013-11-182-19/+31
* Add support for the Olimex LPC-H3131 boardGregory Nutt2013-11-1825-0/+4167