Commit Graph

277 Commits

Author SHA1 Message Date
Gregory Nutt
e21212f2b4 Undefine IRQPRIO in all configurations it should not be set 2014-04-16 08:29:39 -06:00
Gregory Nutt
f8024cf409 More trailing whilespace removal 2014-04-13 16:22:22 -06:00
Gregory Nutt
f7e5953804 Cosmetic changes for coding style; removal of dangling spaces at the end of lines 2014-04-13 13:18:06 -06:00
Gregory Nutt
3e085ec0af Long needed clean up of DNS resolver for coding style and naming conventions 2014-04-11 12:25:32 -06:00
Gregory Nutt
6b068754a0 configs/pic32-starterkit, pic32mx7mmb, stm3210e-eval, stm3220g-eval, and stm3240g-eval: Refresh all configurations with the latest Kconfig files 2014-03-07 11:47:07 -06:00
Gregory Nutt
596bdc73df Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig file 2014-03-06 12:23:26 -06:00
Gregory Nutt
72164cb176 Use common naming for rest of the toolchains too 2014-03-05 16:29:58 -06:00
Gregory Nutt
79dc48a71a Use common naming for all buildroot toolchains 2014-03-05 15:37:07 -06:00
Gregory Nutt
b94573e9b2 configs/stm3220g-eval/telnetd: Configuration converted to use the kconfig-frontends tools 2014-03-04 11:19:46 -06:00
Gregory Nutt
6df2df573e configs/stm3240g-eval/telnetd: Configuration converted to use the kconfig-frontends tools 2014-03-04 11:10:31 -06:00
Gregory Nutt
4e3dc0ccd6 configs/stm3240g-eval/nxconsole: Configuration converted to use the kconfig-frontends tools 2014-03-04 10:33:06 -06:00
Gregory Nutt
1c76e28794 Add missing DHCPD configuration settings 2014-03-03 18:12:45 -06:00
Gregory Nutt
08bf8b68f4 configs/stm3240g-eval/dhcpd: Configuration converted to use the kconfig-frontends tools 2014-03-03 13:29:27 -06:00
Gregory Nutt
c60d0ff7de configs/stm3240g-eval/nettest: Configuration converted to use the kconfig-frontends tools 2014-03-03 12:37:32 -06:00
Gregory Nutt
05d676ffc6 Make network buffering sizes consistent in all configurations 2014-03-03 12:24:43 -06:00
Gregory Nutt
e4c56e27ed configs/eagle100/nsh converted to use the kconfig-frontends tools 2014-03-01 14:12:05 -06:00
Gregory Nutt
7d05ba1f33 configs/stm3240g-eval/nsh2 converted to use the kconfig-frontends tools 2014-03-01 07:44:55 -06:00
Gregory Nutt
717a2bc703 Remove some OS test configurations. These don't have much value after the initial bring-up (and are certainly not worth converting to kconfig-frontends tools). 2014-02-28 16:34:02 -06:00
Gregory Nutt
b634eea4b9 configs/stm3240g-eval/nsh: Configuration converted to use the kconfig-frontends tools 2014-02-28 16:28:28 -06:00
Gregory Nutt
47ca6ef4d4 configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured 2014-02-28 07:45:51 -06:00
Gregory Nutt
f78cc7d88d networking: Fix one place where the reference count was not being zeroed. This is really a cosmetic fix UNLESS CONFIG_DEBUG_NET is enabled, then it causes assertions 2014-02-25 16:41:11 -06:00
Gregory Nutt
bcaab16d1f Comment out all CONFIG_APPS_DIR settings in all defconfig files. We con't know where the apps/ dir will be be until install time 2014-02-21 15:35:53 -06:00
Gregory Nutt
b165efca23 stm3240g-eval/webserver configuration converted to use the kconfig-frontends tools by Alan Carvalho de Assis 2014-02-18 14:36:32 -06:00
Gregory Nutt
2f837ccd2a rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
Gregory Nutt
1d5b2d3d3e Rename up_irqbutton() to board_button_irq() 2014-01-24 14:04:07 -06:00
Gregory Nutt
1ac245b9c6 Rename up_buttons() to board_buttons() 2014-01-24 13:59:24 -06:00
Gregory Nutt
b0c0df84f6 Rename up_buttoninit to board_button_intialize 2014-01-24 13:50:23 -06:00
Gregory Nutt
f3f5378acc The optimization level can now be selected as part of the configuration 2014-01-24 07:45:35 -06:00
Gregory Nutt
7eef2f9410 Change how TCP read-ahead is selected to better integrate with TCP write buffering 2014-01-13 13:55:51 -06:00
Gregory Nutt
a1f8bd0f58 The user-mode work queue was not being started 2013-12-31 12:48:11 -06:00
Gregory Nutt
bca90d1c28 STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot 2013-12-31 10:55:46 -06:00
Gregory Nutt
118c4b1d67 STM3240G-EVAL: Kernel mode board initialization can't run on the IDLE thread; needs its on initialization kernel thread 2013-12-31 07:59:56 -06:00
Gregory Nutt
9e416c2363 Looks like an error all all kernel build linker scripts 2013-12-30 17:57:20 -06:00
Gregory Nutt
f51f85db37 NX: Use a consistent allocator in all configurations 2013-12-30 12:42:18 -06:00
Gregory Nutt
4c3b605c19 NxWM::CTouchscreen: Add CONFIG_NXWM_TOUCHSCREEN_DEVINIT to suppress attempts to initialize the touchscreen from NxWM in the kernel build 2013-12-30 12:39:23 -06:00
Gregory Nutt
cea31ebf68 NxWM: Can now disable the NxConsole window. STM3240G-EVAL knxwm: Disabled the NxConsole for now because there are issues with the kernel build. 2013-12-30 10:04:34 -06:00
Gregory Nutt
b2a68d8b17 Move nuttx/configs/stm3240g-eval/src/up_cxxinitialize.c to apps/platform/stm3240g-eval/ 2013-12-29 15:02:51 -06:00
Gregory Nutt
804e80d0cb STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration 2013-12-29 13:15:08 -06:00
Gregory Nutt
6eb5386b6f NxWidgets server initialization must be performed in the kernel when NxWdigets is built in kernel mode 2013-12-29 09:46:57 -06:00
Gregory Nutt
cbf86ac01f Finishes separation of debug symbols and optimization selections 2013-12-20 13:23:42 -06:00
Gregory Nutt
897572a552 Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.h 2013-11-15 11:22:23 -06:00
Gregory Nutt
0e53acfb24 Make sure that CONFIG_SDIO_PEFLIGHT=y is set in all STM32 configurations that have SDIO DMA enabled 2013-10-18 08:57:59 -06:00
Gregory Nutt
b3ecd158ac Mov apps/examples/composite to apps/system/composite; convert configs/stm3210e-eval/composite to use kconfig-frontend tools -- untested 2013-09-25 18:50:14 -06:00
Gregory Nutt
fa027d30e0 Move apps/examples/cdcacm to apps/system/cdcacm 2013-09-25 17:23:03 -06:00
Gregory Nutt
0b450bc202 Move apps/examples/usbmsc to apps/system/usbmsc 2013-09-25 16:54:39 -06:00
Gregory Nutt
26009bf8bb A consequence of previous change: Configurations that select a PHY also need to set CONFIG_NETDEVICES or PHY configuration will be lost on the next reconfiguration 2013-09-17 17:13:20 -06:00
Gregory Nutt
9557eb70db Add prefex ETH0 to all PHY configurations to support multiple NICs 2013-09-17 10:44:23 -06:00
Gregory Nutt
a5612af642 Rename examples/usbstorage to examples/usbmsc. From CCTSAO 2013-09-05 08:07:03 -06:00
Gregory Nutt
1700d06d89 Separate wait() and enumerate() methods from struct usbhost_driver_s and move to new interface, struct usbhost_connection_s. This is part of the necessary restructuring of the USB host interface to support multiple root hub ports. 2013-08-13 15:03:46 -06:00
Gregory Nutt
e09bd50fdd First of several changes needed to support multiple USB host root hubs 2013-08-12 14:44:06 -06:00