summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Expand)AuthorAgeFilesLines
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-129-9/+0
* Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8Gregory Nutt2014-10-271-4/+4
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-117-21/+21
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-099-9/+9
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-081-0/+1
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-082-4/+4
* All USB Composite-related files under nuttx/configs changed to use the correc...Gregory Nutt2014-10-081-30/+11
* All USB MSC-related files under nuttx/configs changed to use the corrected sy...Gregory Nutt2014-10-081-36/+12
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-31/+19
* Refresh/fix all nxterm (aka nxconsole) configuration filesGregory Nutt2014-09-201-59/+179
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-204-8/+8
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-2010-10/+10
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-205-14/+14
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-039-0/+9
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-019-18/+0
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-319-9/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-249-9/+9
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-079-9/+9
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-079-9/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-164-4/+16
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-039-9/+9
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-029-9/+9
* Change all variadic macros to C99 styleGregory Nutt2014-05-221-1/+1
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-0710-46/+46
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-054-4/+4
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-1610-13/+9
* More trailing whilespace removalGregory Nutt2014-04-1320-25/+25
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-096-6/+6
* Documentatin updated; fix errors in some commentsGregory Nutt2014-03-281-6/+4
* apps/system/usbmsc: Back out kludge that is no longer needed with the recent...Gregory Nutt2014-03-251-2/+0
* configs/pic32-starterkit, pic32mx7mmb, stm3210e-eval, stm3220g-eval, and stm3...Gregory Nutt2014-03-0710-32/+413
* Minor cleanup of some new configurations; warning removal with GCC 4.8.2Gregory Nutt2014-03-061-0/+26
* Support for the older, manual configurations has been completely removed from...Gregory Nutt2014-03-061-4/+4
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-069-9/+0
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-3/+3
* configs/stm3210e-eval/nxconsole: Configuration converted to use the kconfig-f...Gregory Nutt2014-03-043-540/+883
* configs/stm3210e-eval/pm: Configuration converted to use the kconfig-frontend...Gregory Nutt2014-03-048-757/+992
* configs/stm32f4discovery/pm: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-046-13/+13
* configs/stm3210e-eval/usbmsc: Configuration converted to use the kconfig-fron...Gregory Nutt2014-03-033-416/+755
* configs/stm3210e-eval/nx converted to use the kconfig-frontends toolsGregory Nutt2014-03-022-443/+810
* configs/stm3210e-eval/nx converted to use the kconfig-frontends toolsGregory Nutt2014-03-021-39/+0
* stm3210e-eval: Remove some old configurations that are not worth converting t...Gregory Nutt2014-03-0224-2673/+104
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-017-7/+0
* configs/stm3210e-eval/nshi2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-012-594/+951
* configs/stm32i10e-eval/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-419/+866
* Removed almost all ostest configurationsGregory Nutt2014-02-285-706/+0
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-243-10/+10
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-242-5/+5
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-243-38/+9