summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* Unify sensor debug. ADX driver was using input debug; LM75 and QENCODE that ...Gregory Nutt2014-12-162-28/+4
* STM3210E-EVAL: Add a DJoystick driverGregory Nutt2014-11-281-1/+1
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-0/+3
* Fix BAS configuration from last change; refresh STM32 F4 NSH configurationGregory Nutt2014-11-241-1/+2
* changes for clean build with Ethernet+SLIPGregory Nutt2014-11-161-1/+5
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-161-1/+1
* Refresh configurationGregory Nutt2014-11-161-2/+6
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-161-1/+1
* STM32F4Discovery netnsh configuration needs to set MAC addressGregory Nutt2014-11-151-1/+4
* Netwoek: Ada a parameter to netdev_register() to indicate the link protocol ...Gregory Nutt2014-11-151-10/+41
* mergeGregory Nutt2014-11-131-54/+195
|\
| * Refresh configurationGregory Nutt2014-11-131-55/+195
* | Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-1210-10/+0
|/
* Update README filesGregory Nutt2014-11-111-0/+99
* Refresh configurationGregory Nutt2014-11-101-70/+212
* Refresh a configurationGregory Nutt2014-10-281-5/+35
* Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8Gregory Nutt2014-10-273-12/+12
* Add README for non-existent port to the EFM32GG-STK3700; fix typos in related...Gregory Nutt2014-10-221-15/+15
* EFM32 Gecko Starter Kit: Must initialize LEDs on bootGregory Nutt2014-10-201-4/+4
* TypoGregory Nutt2014-10-171-1/+1
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-6/+6
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-111-1/+1
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-1/+1
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-099-9/+9
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-081-3/+3
* Refresh STM32F4Discovery kosest configuration fileGregory Nutt2014-09-291-1/+7
* STM32F4-Discovery: Fix some backwad conditional compilationGregory Nutt2014-09-291-1/+1
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
* 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-201-1/+1
* Fix nsh_archinitialize return valueGregory Nutt2014-09-201-4/+6
* STM32F4Discovery: Add support for the microSD card slot on the STM32F4DIS-BB...Gregory Nutt2014-09-209-169/+577
* Add microSD card detect pin definition for the STM32F4DIS-BB boardGregory Nutt2014-09-193-13/+25
* Add STM32F4DIS-BB GPIO pin usageGregory Nutt2014-09-131-0/+48
* Add the network enabled NSH configuration for the STM32F4Discovery board with...Gregory Nutt2014-09-134-0/+1437
* Add STM32F4Discovery configuration with the STM32F4DIS-BB base boardGregory Nutt2014-09-133-14/+70
* Having a symbol table is an option. There are no symbol tables with CONFIG_B...Gregory Nutt2014-09-121-0/+1
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-037-0/+7
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-0110-19/+1
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-318-8/+0
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-292-59/+159
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-291-2/+7
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-292-3/+4
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-248-8/+8
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-222-0/+2
* Update some STM32F4Discovery configurationsGregory Nutt2014-08-227-56/+172
* 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-161-1/+4
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1