summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval
Commit message (Expand)AuthorAgeFilesLines
* configs/pic32-starterkit, pic32mx7mmb, stm3210e-eval, stm3220g-eval, and stm3...Gregory Nutt2014-03-0711-651/+1058
* Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig fileGregory Nutt2014-03-0611-11/+0
* Use common naming for rest of the toolchains tooGregory Nutt2014-03-053-40/+20
* Use common naming for all buildroot toolchainsGregory Nutt2014-03-052-2/+2
* configs/stm3220g-eval/telnetd: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-041-1/+1
* configs/stm3240g-eval/telnetd: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-043-568/+800
* configs/stm3240g-eval/nxconsole: Configuration converted to use the kconfig-...Gregory Nutt2014-03-047-737/+1005
* Add missing DHCPD configuration settingsGregory Nutt2014-03-031-0/+9
* configs/stm3240g-eval/dhcpd: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-033-569/+799
* configs/stm3240g-eval/nettest: Configuration converted to use the kconfig-fro...Gregory Nutt2014-03-033-551/+794
* Make network buffering sizes consistent in all configurationsGregory Nutt2014-03-035-9/+9
* configs/eagle100/nsh converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-4/+0
* configs/stm3240g-eval/nsh2 converted to use the kconfig-frontends toolsGregory Nutt2014-03-014-633/+922
* Remove some OS test configurations. These don't have much value after the in...Gregory Nutt2014-02-284-880/+0
* configs/stm3240g-eval/nsh: Configuration converted to use the kconfig-fronten...Gregory Nutt2014-02-283-803/+908
* configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH...Gregory Nutt2014-02-281-0/+2
* networking: Fix one place where the reference count was not being zeroed. Th...Gregory Nutt2014-02-253-3/+15
* Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't kn...Gregory Nutt2014-02-212-2/+2
* stm3240g-eval/webserver configuration converted to use the kconfig-frontends ...Gregory Nutt2014-02-182-683/+888
* 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-42/+13
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-2412-12/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-1310-0/+10
* The user-mode work queue was not being startedGregory Nutt2013-12-311-8/+5
* STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to bu...Gregory Nutt2013-12-313-6/+17
* STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread;...Gregory Nutt2013-12-313-40/+136
* Looks like an error all all kernel build linker scriptsGregory Nutt2013-12-302-7/+9
* NX: Use a consistent allocator in all configurationsGregory Nutt2013-12-301-9/+9
* NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts ...Gregory Nutt2013-12-303-76/+83
* NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled th...Gregory Nutt2013-12-303-139/+24
* Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm...Gregory Nutt2013-12-294-173/+22
* STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configu...Gregory Nutt2013-12-2914-677/+3292
* NxWidgets server initialization must be performed in the kernel when NxWdiget...Gregory Nutt2013-12-291-0/+2
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-2011-22/+44
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that...Gregory Nutt2013-10-181-0/+1
* Mov apps/examples/composite to apps/system/composite; convert configs/stm3210...Gregory Nutt2013-09-253-3/+3
* Move apps/examples/cdcacm to apps/system/cdcacmGregory Nutt2013-09-252-2/+2
* Move apps/examples/usbmsc to apps/system/usbmscGregory Nutt2013-09-257-47/+47
* A consequence of previous change: Configurations that select a PHY also need...Gregory Nutt2013-09-172-2/+2
* Add prefex ETH0 to all PHY configurations to support multiple NICsGregory Nutt2013-09-172-8/+8
* Rename examples/usbstorage to examples/usbmsc. From CCTSAOGregory Nutt2013-09-054-4/+4
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-5/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-2/+2
* Add untested OHCI driver for the SAMA5; structure naming and header files for...Gregory Nutt2013-08-111-2/+3
* Finally... renamed all CONFIG_DRAM_ settings to CONFIG_RAM_Gregory Nutt2013-07-2612-26/+26
* Created new directories to hold SPI-related filesGregory Nutt2013-07-013-4/+4
* Straighten out issues about who calls C++ initializers with CXXTEST or HELLOX...Gregory Nutt2013-06-212-0/+10