summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-222-4/+4
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-079-45/+45
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-054-4/+4
* Add logic to register HID keybaord and mouse classes; fix some conditional co...Gregory Nutt2014-04-171-0/+19
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-1610-13/+9
* More trailing whilespace removalGregory Nutt2014-04-1318-23/+23
* STM32 OTG FS Hose and others: Remove some warningsGregory Nutt2014-04-121-12/+10
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-111-1/+1
* configs/*/defconfig: Increase the number of pre-allocated watchdogs in config...Gregory Nutt2014-04-091-1/+1
* SAM4E-EK: Add an NSH configuration that uses a USB CDC/ACM consoleGregory Nutt2014-03-221-1/+1
* Typo fixedGregory Nutt2014-03-201-1/+1
* Refresh several defconfig files to (1) bring them up-to-date, and (2) to conf...Gregory Nutt2014-03-068-114/+1127
* 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-052-28/+9
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-052-29/+29
* configs/stm32f4discovery/pm: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-047-697/+829
* Fix a typo in the STM32F4 Discovery board Makefile. From Max KrieglederGregory Nutt2014-03-011-1/+1
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-011-1/+0
* Removed almost all ostest configurationsGregory Nutt2014-02-284-908/+1
* Refresh the STM32F4Discover/cxxtext configurationGregory Nutt2014-02-283-44/+292
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-282-0/+4
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-211-1/+1
* STM32F4 Discovery: Rename most everything in the board source directory to c...Gregory Nutt2014-02-0321-102/+175
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-244-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-249-9/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-0/+1
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-301-1/+1
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-292-30/+31
* Fix cloned typo in user space definitionGregory Nutt2013-12-271-2/+2
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-2010-20/+40
* A10: Timer interrupt handlerGregory Nutt2013-12-131-12/+144
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1