summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/mbed
AgeCommit message (Expand)AuthorFilesLines
2015-03-21mbed: Rename files for better conformance to naming conventionsGregory Nutt9-34/+32
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-5/+5
2014-12-28MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configurationGregory Nutt1-65/+201
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2-2/+0
2014-10-11Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt1-3/+3
2014-10-09Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2-2/+2
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-17/+1
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2-2/+2
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2-0/+2
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt2-4/+0
2014-08-31Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2-2/+0
2014-08-24Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2-2/+2
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2-2/+2
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt2-2/+0
2014-07-24Port ADC, DAC, and PWM logic from the configs/zkit-arm-1769. From Max.Gregory Nutt5-11/+502
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt2-2/+2
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2-2/+2
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-19Remove other traces of network interrupt prioritizationGregory Nutt1-2/+0
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt3-6/+2
2014-04-13More trailing whilespace removalGregory Nutt6-14/+14
2014-04-09configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt1-1/+1
2014-03-28Documentatin updated; fix errors in some commentsGregory Nutt1-2/+1
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2-2/+0
2014-02-18Updated READMEGregory Nutt1-10/+18
2014-02-18All mbed configurations have been converted to used the kconfig-frontends too...Gregory Nutt5-815/+1368
2014-02-09Add support for a USB HID mouse. Untested on initial check-inGregory Nutt1-0/+1
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-9/+9
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt2-2/+0
2014-01-15Misc changes from Richard CochranGregory Nutt1-0/+0
2014-01-13Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt1-0/+1
2013-12-20Finishes separation of debug symbols and optimization selectionsGregory Nutt2-4/+8
2013-11-29examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2-0/+75
2013-09-17A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2-0/+2
2013-09-17Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt3-3/+3
2013-07-26Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt3-8/+8
2013-07-01Created new directories to hold SPI-related filesGregory Nutt1-1/+1
2013-05-30.dSYM only needs to be in the same .gitignore files as .exeGregory Nutt1-1/+0
2013-05-30Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt1-3/+3
2013-04-12Remove non-existent CONFIG_xyz_USBDEV_DMAINTMASK configuration settingGregory Nutt2-2/+0
2013-04-04Clone svn:ignore directory atributed to .gitignore filesGregory Nutt1-0/+3
2013-04-01More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo1-2/+2
2013-03-09More changes for a kernel-mode allocator (more to be done)patacongo2-4/+0
2013-03-05Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo3-3/+3
2013-03-01Add interrupt vector logic for the LM4F120patacongo1-6/+0
2013-02-27Fix NuTiny-SDK-NUC120 LEDspatacongo1-9/+5
2013-02-17LPC1788 updates from Rommel Marcelo; NUC120 updatespatacongo1-2/+2
2013-02-03Set stdio buffer sizes to 0 or 64. No need for 256 or 1024 stdio bufferspatacongo2-2/+2
2013-02-02Correct a memory leak in NSHpatacongo1-1/+1
2013-01-28Add syslog.h; rename lib_rawprintf() to syslog()patacongo1-2/+2