summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
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-011-1/+1
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-311-3/+5
* Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt2015-03-311-2/+3
* rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() a...Gregory Nutt2015-03-312-6/+7
* NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_ini...Gregory Nutt2015-03-314-3/+1
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-313-23/+6
* All kernel 1st pass builds: Rename files for better conformance to naming con...Gregory Nutt2015-03-212-2/+2
* 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-271-2/+3
* Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I wo...Gregory Nutt2015-01-1410-0/+10
* STM32F40G-EVAL: Refresh two configurations, turning off DEBUGGregory Nutt2014-12-282-183/+525
* STM3240G-EVAL: Rename files for compatibility with current naming conventionsGregory Nutt2014-11-2821-85/+69
* Refresh configurationGregory Nutt2014-11-281-83/+289
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-1610-10/+10
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-1610-10/+10
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-148-0/+40
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-1211-11/+0
* Rename CONFIG_STM32_HAVE_USARTn to CONFIG_STM32_HAVE_UARTn for n-4,5,7,8Gregory Nutt2014-10-273-12/+12
* Cosmetic update to commentsGregory Nutt2014-10-121-0/+8
* Update STM3240G-EVAL nxwm and knxwm configurationsGregory Nutt2014-10-1213-91/+304
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-113-9/+9
* Refresh configurationGregory Nutt2014-10-111-12/+29
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-112-2/+2
* 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-0911-11/+11
* Remaining files under nuttx/configs changed to use the corrected syslog inter...Gregory Nutt2014-10-081-3/+3
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-23/+7
* Move include/nuttx/mm.h to include/nuttx/mm/mm.hGregory Nutt2014-09-241-2/+2
* Refresh/fix all nxterm (aka nxconsole) configuration filesGregory Nutt2014-09-201-75/+247
* More naming changes to get the stm3240g-eval/nxterm configuration building againGregory Nutt2014-09-202-4/+6
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-206-13/+13
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-2012-19/+19
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-204-22/+22
* STM32F4Discovery: Add support for the microSD card slot on the STM32F4DIS-BB...Gregory Nutt2014-09-201-2/+2
* Update README filesGregory Nutt2014-09-191-2/+2
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-0310-0/+10
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-0113-24/+2
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-3111-11/+0
* Refresh configurations using the MPUGregory Nutt2014-08-301-64/+181
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-7/+8
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-2411-11/+11
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-0711-11/+11
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-0710-10/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-163-3/+9
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt2014-07-071-1/+1
* Rename apps/examples/uip to apps/examples/webserverGregory Nutt2014-07-0311-16/+16
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-0211-11/+11
* Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZEGregory Nutt2014-07-011-1/+1