summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc-h3131
Commit message (Collapse)AuthorAgeFilesLines
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of ↵Gregory Nutt2015-03-311-0/+1
| | | | board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+4
|
* configs/: board function prototypes are now in include/nuttx/board.h. ↵Gregory Nutt2015-02-272-4/+6
| | | | Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
* configs/: Remove prototypes of board_led* functions from all board header filesGregory Nutt2015-02-271-10/+0
|
* More fixes to problems noted by cppcheck. Some are kind of risky; some are ↵Gregory Nutt2014-11-251-2/+1
| | | | real bugs.
* 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 ↵Gregory Nutt2014-10-111-1/+1
| | | | LP work queue naming
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-091-1/+1
| | | | standard setlogmask()
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-24/+8
| | | | syslog interfaces
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-201-1/+1
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* 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 -- ↵Gregory Nutt2014-08-241-1/+1
| | | | the architecure must first declare support
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-071-1/+1
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* 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 ↵Gregory Nutt2014-05-051-1/+1
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* 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 ↵Gregory Nutt2014-02-281-0/+2
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* 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 ↵Gregory Nutt2013-11-292-19/+202
| | | | endpoints)
* examples/hidkbd now expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-291-0/+3
| | | | function
* examples/hidkbd no expects an architecture-specific USB HOST initialization ↵Gregory Nutt2013-11-291-0/+72
| | | | function
* 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 ↵Gregory Nutt2013-11-191-1/+1
| | | | only 25% as fast as the EA3131 at the same clocking?
* Olimex LPC_H3131: Add GPIO support for LEDs and for USB host power enable ↵Gregory Nutt2013-11-196-32/+219
| | | | and overcurrent detection.
* 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