summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/stm32vldiscovery
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Move board_ prototypes from arch.h to board.hGregory Nutt1-1/+2
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt1-2/+3
2014-11-12Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt1-1/+0
2014-11-10Remove stm32f100rc_generic board configurationGregory Nutt1-3/+3
2014-10-11Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt1-3/+3
2014-09-20Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt1-1/+1
2014-09-03Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt1-0/+1
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-2/+0
2014-08-07Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt1-1/+1
2014-08-07Remove CONFIG_DISABLE_CLOCKGregory Nutt1-1/+0
2014-07-03Rename apps/examples/uip to apps/examples/webserverGregory Nutt1-1/+1
2014-07-02NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt1-1/+1
2014-05-07STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt1-5/+5
2014-05-05The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt1-1/+1
2014-04-16Undefine IRQPRIO in all configurations it should not be setGregory Nutt2-5/+1
2014-04-11Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt1-1/+1
2014-03-06Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt1-1/+0
2014-03-05Use common naming for rest of the toolchains tooGregory Nutt2-9/+7
2014-03-05Use common naming for all buildroot toolchainsGregory Nutt2-8/+8
2014-02-28Removed almost all ostest configurationsGregory Nutt4-774/+0
2014-02-28Set CONFIG_DEFAULT_SMALL=y in the defconfig for all smaller MCUs so that if t...Gregory Nutt2-0/+2
2014-02-28configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt1-0/+2
2014-02-21Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2-2/+2
2014-02-15Remove some garbage filesGregory Nutt2-1124/+0
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt1-4/+4
2014-01-24Rename up_irqbutton() to board_button_irq()Gregory Nutt1-4/+4
2014-01-24Rename up_buttons() to board_buttons()Gregory Nutt1-6/+6
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt2-37/+8
2014-01-24The optimization level can now be selected as part of the configurationGregory Nutt2-2/+0
2014-01-12Add support for the STM32VL-Discovery board. Contributed by Alan Carvalho de...Gregory Nutt18-0/+3990