summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed
Commit message (Expand)AuthorAgeFilesLines
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-311-4/+6
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-311-2/+3
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-311-0/+1
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+3
* mbed: Rename files for better conformance to naming conventionsGregory Nutt2015-03-219-34/+32
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-5/+5
* MBED NSH: Should not have CONFIG_SPI_EXCHANAGE in the configurationGregory Nutt2014-12-281-65/+201
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-122-2/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-3/+3
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-092-2/+2
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-17/+1
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-202-2/+2
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-032-0/+2
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-012-4/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-312-2/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-242-2/+2
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-072-2/+2
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-072-2/+0
* Port ADC, DAC, and PWM logic from the configs/zkit-arm-1769. From Max.Gregory Nutt2014-07-245-11/+502
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-032-2/+2
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-022-2/+2
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-051-1/+1
* Remove other traces of network interrupt prioritizationGregory Nutt2014-04-191-2/+0
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-163-6/+2
* More trailing whilespace removalGregory Nutt2014-04-136-14/+14
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-091-1/+1
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-2/+1
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-062-2/+0
* Updated READMEGregory Nutt2014-02-181-10/+18
* All mbed configurations have been converted to used the kconfig-frontends too...Gregory Nutt2014-02-185-815/+1368
* Add support for a USB HID mouse. Untested on initial check-inGregory Nutt2014-02-091-0/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-9/+9
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-242-2/+0
* Misc changes from Richard CochranGregory Nutt2014-01-151-0/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-0/+1
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-202-4/+8
* examples/hidkbd now expects an architecture-specific USB HOST initialization ...Gregory Nutt2013-11-292-0/+75
* A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2013-09-172-0/+2
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-173-3/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-263-8/+8
* Created new directories to hold SPI-related filesGregory Nutt2013-07-011-1/+1
* .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
* Remove non-existent CONFIG_xyz_USBDEV_DMAINTMASK configuration settingGregory Nutt2013-04-122-2/+0
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+3
* More naming changes associated with earlier renaming of LP17xx up_spiinitiali...patacongo2013-04-011-2/+2
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-092-4/+0
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-053-3/+3
* Add interrupt vector logic for the LM4F120patacongo2013-03-011-6/+0
* Fix NuTiny-SDK-NUC120 LEDspatacongo2013-02-271-9/+5