summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery
Commit message (Expand)AuthorAgeFilesLines
* More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lc...Gregory Nutt2015-04-041-6/+7
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-012-2/+2
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-312-3/+4
* Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHIC...Gregory Nutt2015-03-312-4/+6
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-313-2/+3
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+4
* All kernel 1st pass builds: Rename files for better conformance to naming con...Gregory Nutt2015-03-212-2/+2
* Refresh configurationGregory Nutt2015-03-051-7/+49
* Move board_ prototypes from arch.h to board.hGregory Nutt2015-02-272-3/+6
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-274-8/+12
* Add support for RTC driver to the STM32F4-Discovery boardGregory Nutt2015-02-152-5/+51
* RTC: Remove all backdoor interfaces from rtc.hGregory Nutt2015-02-131-2/+2
* Convert all STM32F4-Discovery configurations (with base board) to configure t...Gregory Nutt2015-02-092-2/+6
* Update README filesGregory Nutt2015-02-051-0/+26
* Update READMEGregory Nutt2015-02-051-0/+50
* STM32: Add an IPv6 configuration for the STM32F4-Discovery board (witht he ST...Gregory Nutt2015-02-054-0/+1535
* Update configurationGregory Nutt2015-01-291-10/+48
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-141-0/+1
* 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