summaryrefslogtreecommitdiff
path: root/nuttx/configs/mcu123-lpc214x
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-124-4/+0
* Fix all yahoo links. From Magnus TemplingGregory Nutt2014-10-301-1/+1
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-093-3/+3
* All USB Composite-related files under nuttx/configs changed to use the correc...Gregory Nutt2014-10-081-34/+15
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-35/+16
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-29/+13
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-204-4/+4
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-034-0/+4
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-014-8/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-313-3/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-244-4/+4
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-074-4/+4
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-074-4/+0
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-034-4/+4
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-024-4/+4
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Restore trainling whitespace in .patch and .diff files wehre requiredGregory Nutt2014-04-131-67/+67
* More trailing whilespace removalGregory Nutt2014-04-133-74/+74
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-093-3/+3
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-064-4/+0
* configs/mcu123-lpc214x/composite: Configuration converted to use the kconfig-...Gregory Nutt2014-03-054-407/+672
* configs/mcu123-lpc214x/usbserial: Configuration converted to use the kconfig-...Gregory Nutt2014-03-045-396/+738
* configs/mcu123-lpc214x/usbmsc: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-039-480/+844
* Removed almost all ostest configurationsGregory Nutt2014-02-285-571/+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-6/+6
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-205-10/+20
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-255-22/+22
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-251-1/+1
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-256-26/+26
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-056-10/+10
* Remove empty README.txt filesGregory Nutt2013-08-312-3/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-266-12/+12
* Created new directories to hold SPI-related filesGregory Nutt2013-07-014-4/+4
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-132-2/+2
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-3/+3
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-094-8/+0
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
* Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2013-02-035-5/+5
* Correct a memory leak in NSHpatacongo2013-02-021-1/+1
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-283-6/+6
* Don't build drivers/mtd unless CONFIG_MTD is defined (Denis Carikli)patacongo2013-01-154-4/+4
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-2/+2
* The default should be CONFIG_LIB_KBDCODEC=npatacongo2013-01-031-1/+1
* Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-301-15/+11
* Add ZP213X/4XPA nxlines configuration (needs a little more work)patacongo2012-12-302-3/+3
* Add board support at configs/zp214xpa for the The0.net ZP213X/4XPA board with...patacongo2012-12-284-305/+523