summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval
Commit message (Collapse)AuthorAgeFilesLines
* Change all occurrences of NxConsole to NxTermGregory Nutt2014-09-201-2/+2
|
* Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename ↵Gregory Nutt2014-09-206-12/+12
| | | | CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
* 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 -- ↵Gregory Nutt2014-08-246-6/+6
| | | | the architecure must first declare support
* Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK. This gives more ↵Gregory Nutt2014-08-076-6/+6
| | | | options for system timers in general, but more importantly, let's us realize higher resolution for the case of CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new interger overvflow problems
* Remove CONFIG_DISABLE_CLOCKGregory Nutt2014-08-076-6/+0
|
* Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE ↵Gregory Nutt2014-07-161-1/+4
| | | | and CONFIG_XYINPUT_TOUCHSCREEN
* 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 ↵Gregory Nutt2014-05-076-30/+30
| | | | naming a little more consistent
* The alternate console device CONFIG_NSH_CONDEV must not be defined ↵Gregory Nutt2014-05-052-2/+2
| | | | unconditionally. This causes errors when using Telnet sessions. This was solved by adding CONFIG_NSH_ALTCONDEV: CONFIG_NSH_ALTCONDEV enables or disables the feature then, if enabled, CONFIG_NSH_CONDEV provides the alternative console device name
* 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 ↵Gregory Nutt2014-04-131-9/+9
| | | | lines
* 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 ↵Gregory Nutt2014-03-076-9/+184
| | | | stm3240g-eval: Refresh all configurations with the latest Kconfig files
* Support for the older, manual configurations has been completely removed ↵Gregory Nutt2014-03-061-25/+22
| | | | from the NuttX build system
* 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 ↵Gregory Nutt2014-03-043-551/+788
| | | | kconfig-frontends tools
* Add missing DHCPD configuration settingsGregory Nutt2014-03-031-0/+9
|
* configs/stm3240g-eval/dhcpd: Configuration converted to use the ↵Gregory Nutt2014-03-031-2/+0
| | | | kconfig-frontends tools
* configs/stm3220g-eval/dhcpd: Configuration converted to use the ↵Gregory Nutt2014-03-033-563/+800
| | | | kconfig-frontends tools
* configs/stm3240g-eval/nettest: Configuration converted to use the ↵Gregory Nutt2014-03-032-5/+4
| | | | kconfig-frontends tools
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-032-3/+3
|
* configs/stm3220g-eval/nettest: Configuration converted to use the ↵Gregory Nutt2014-03-033-542/+796
| | | | kconfig-frontends tools
* 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 ↵Gregory Nutt2014-02-285-962/+0
| | | | initial bring-up (and are certainly not worth converting to kconfig-frontends tools).
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that ↵Gregory Nutt2014-02-281-0/+2
| | | | CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't ↵Gregory Nutt2014-02-212-2/+2
| | | | know where the apps/ dir will be be until install time
* STM3220G-EVAL: NSH configuration changed to use kconfig-frontends tools by ↵Gregory Nutt2014-02-213-767/+868
| | | | Alan Carvalho de Assis
* 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
|
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-37/+8
|
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-247-7/+0
|
* Change how TCP read-ahead is selected to better integrate with TCP write ↵Gregory Nutt2014-01-136-0/+6
| | | | buffering
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ↵Gregory Nutt2013-12-301-5/+2
| | | | to initialize the touchscreen from NxWM in the kernel build
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled ↵Gregory Nutt2013-12-301-0/+1
| | | | the NxConsole for now because there are issues with the kernel build.
* NxWidgets server initialization must be performed in the kernel when ↵Gregory Nutt2013-12-291-54/+335
| | | | NxWdigets is built in kernel mode
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-207-14/+28
|
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
|