summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval
Commit message (Expand)AuthorAgeFilesLines
* Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET...Gregory Nutt2014-11-166-6/+6
* Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration filesGregory Nutt2014-11-166-6/+6
* ARP: Add support for the case where there are multiple networks: One being ...Gregory Nutt2014-11-146-0/+30
* Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigsGregory Nutt2014-11-126-6/+0
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-6/+6
* Remove non-standard, conditional syslog_enable(), instead only the required, ...Gregory Nutt2014-10-096-6/+6
* Misc changes to get a clean build after all of the syslog changes. There are...Gregory Nutt2014-10-081-3/+4
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-25/+7
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-2/+2
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXW...Gregory Nutt2014-09-206-12/+12
* Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*Gregory Nutt2014-09-201-10/+10
* Every defconfig file should now have a valid setting for CONFIG_WDOG_INTRESERVEGregory Nutt2014-09-036-0/+6
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-017-13/+1
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-316-6/+0
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-246-6/+6
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more options...Gregory Nutt2014-08-076-6/+6
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-076-6/+0
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE a...Gregory Nutt2014-07-161-1/+4
* 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-036-6/+6
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-026-6/+6
* Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZEGregory Nutt2014-07-011-1/+1
* TCP Read-Ahead: Convert to use I/O buffer chainsGregory Nutt2014-06-245-10/+25
* STM32: Fix STM32F100CB pin configuration (from Kosma Moczek); and make chip n...Gregory Nutt2014-05-076-30/+30
* The alternate console device CONFIG_NSH_CONDEV must not be defined unconditio...Gregory Nutt2014-05-052-2/+2
* Undefine IRQPRIO in all configurations it should not be setGregory Nutt2014-04-167-10/+6
* More trailing whilespace removalGregory Nutt2014-04-1316-39/+39
* Cosmetic changes for coding style; removal of dangling spaces at the end of l...Gregory Nutt2014-04-131-9/+9
* Long needed clean up of DNS resolver for coding style and naming conventionsGregory Nutt2014-04-113-7/+7
* configs/pic32-starterkit, pic32mx7mmb, stm3210e-eval, stm3220g-eval, and stm3...Gregory Nutt2014-03-076-9/+184
* Support for the older, manual configurations has been completely removed from...Gregory Nutt2014-03-061-25/+22
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-066-6/+0
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-051-2/+1
* configs/stm3220g-eval/telnetd: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-043-551/+788
* Add missing DHCPD configuration settingsGregory Nutt2014-03-031-0/+9
* configs/stm3240g-eval/dhcpd: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-031-2/+0
* configs/stm3220g-eval/dhcpd: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-033-563/+800
* configs/stm3240g-eval/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-032-5/+4
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-032-3/+3
* configs/stm3220g-eval/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-033-542/+796
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-3/+0
* configs/stm3220g-eval/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-013-751/+900
* Remove some OS test configurations. These don't have much value after the in...Gregory Nutt2014-02-285-962/+0
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-212-2/+2
* STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by Al...Gregory Nutt2014-02-213-767/+868
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7