summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3210e-eval
Commit message (Collapse)AuthorAgeFilesLines
* DK-TM4C129X: Add support for on-board TMP100 temperature sensorGregory Nutt2015-01-062-9/+10
|
* Nucleo-f4x1re: Fix some joystick pin definitionsGregory Nutt2014-12-041-2/+2
|
* Update READMEGregory Nutt2014-11-281-0/+29
|
* STM3210E-EVAL: Add missing initialization for the joystick driverGregory Nutt2014-11-281-0/+18
|
* STM3210E-EVAL: Add a DJoystick driverGregory Nutt2014-11-285-9/+362
|
* STM3210E-EVAL: Don't treat joystick as buttons if the DJOYSTICK driver is ↵Gregory Nutt2014-11-284-62/+94
| | | | enabled
* Refresh configurationGregory Nutt2014-11-281-73/+219
|
* STM3210E-EVAL: Rename files for compatibility with current standardsGregory Nutt2014-11-2826-123/+101
|
* 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 ↵Gregory Nutt2014-10-117-21/+21
| | | | LP work queue naming
* Remove non-standard, conditional syslog_enable(), instead only the required, ↵Gregory Nutt2014-10-099-9/+9
| | | | standard setlogmask()
* Misc changes to get a clean build after all of the syslog changes. There ↵Gregory Nutt2014-10-081-0/+1
| | | | are probably other things still broken
* Remaining files under nuttx/configs changed to use the corrected syslog ↵Gregory Nutt2014-10-082-4/+4
| | | | interfaces
* All USB Composite-related files under nuttx/configs changed to use the ↵Gregory Nutt2014-10-081-30/+11
| | | | corrected syslog interfaces
* All USB MSC-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-36/+12
| | | | syslog interfaces
* All NSH-related files under nuttx/configs changed to use the corrected ↵Gregory Nutt2014-10-081-31/+19
| | | | syslog interfaces
* 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 ↵Gregory Nutt2014-09-2010-10/+10
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* 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 -- ↵Gregory Nutt2014-08-249-9/+9
| | | | the architecure must first declare support
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-079-9/+9
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-079-9/+0
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-164-4/+16
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* 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 ↵Gregory Nutt2014-05-0710-46/+46
| | | | naming a little more consistent
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-054-4/+4
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* 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 ↵Gregory Nutt2014-04-096-6/+6
| | | | configurations that use networking or USB
* 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 ↵Gregory Nutt2014-03-251-2/+0
| | | | recent fix to the USB MSC class
* configs/pic32-starterkit, pic32mx7mmb, stm3210e-eval, stm3220g-eval, and ↵Gregory Nutt2014-03-0710-32/+413
| | | | stm3240g-eval: Refresh all configurations with the latest Kconfig files
* 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 ↵Gregory Nutt2014-03-061-4/+4
| | | | from the NuttX build system
* 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 ↵Gregory Nutt2014-03-043-540/+883
| | | | kconfig-frontends tools
* configs/stm3210e-eval/pm: Configuration converted to use the ↵Gregory Nutt2014-03-048-757/+992
| | | | kconfig-frontends tools
* configs/stm32f4discovery/pm: Configuration converted to use the ↵Gregory Nutt2014-03-046-13/+13
| | | | kconfig-frontends tools
* configs/stm3210e-eval/usbmsc: Configuration converted to use the ↵Gregory Nutt2014-03-033-416/+755
| | | | kconfig-frontends tools
* 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 ↵Gregory Nutt2014-03-0224-2673/+104
| | | | to kconfig-frontends