summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32vldiscovery
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-121-1/+0
* Remove stm32f100rc_generic board configurationGregory Nutt2014-11-101-3/+3
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-3/+3
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-201-1/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-031-0/+1
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-2/+0
* 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
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-071-5/+5
* 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-162-5/+1
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-061-1/+0
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-052-9/+7
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-052-8/+8
* Removed almost all ostest configurationsGregory Nutt2014-02-284-774/+0
* Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if t...Gregory Nutt2014-02-282-0/+2
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-212-2/+2
* Remove some garbage filesGregory Nutt2014-02-152-1124/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-241-4/+4
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-6/+6
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-37/+8
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-242-2/+0
* Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de...Gregory Nutt2014-01-1218-0/+3990