summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Expand)AuthorAgeFilesLines
* 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
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-2410-10/+0
* Misc changes from Richard CochranGregory Nutt2014-01-154-0/+0
* viewtool configuration will not support boad with STM32F103VC mounted; conver...Gregory Nutt2013-12-223-406/+710
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-2013-26/+52
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that...Gregory Nutt2013-10-188-0/+8
* Cosmetic change; removal of spaces at the end of linesGregory Nutt2013-10-091-13/+13
* Add framework for Spark Core board support. The initial commit is a clone of...Gregory Nutt2013-10-021-1/+1
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-255-465/+731
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-2512-86/+86
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-0511-15/+15
* Remove empty README.txt filesGregory Nutt2013-08-312-2/+0
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-2614-30/+30
* Created new directories to hold SPI-related filesGregory Nutt2013-07-013-4/+4
* Add support for a generic windows-based EABI toolchain; Add NX configuration ...Gregory Nutt2013-06-131-1/+1
* Remove CONFIG_XYZ_BUILTIN configurations, replace with the single CONFIG_NSH_...Gregory Nutt2013-06-1210-27/+4