Commit Graph

352 Commits

Author SHA1 Message Date
Paul A. Patience
55d8aee826 Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience" 2015-09-04 16:42:34 -06:00
Paul A. Patience
81268bb75c Add -Wundef warning flag 2015-09-01 13:19:57 -04:00
Gregory Nutt
00f8521e57 Refresh all nettest configuration 2015-08-26 14:36:17 -06:00
Gregory Nutt
88660657c2 Rename can_devinit() to board_can_initialize(). Hook in to boardctl() with BOARDIOC_CAN_INITIALIZE 2015-08-18 13:21:45 -06:00
Gregory Nutt
2e25cd0639 Standardize naming of all SLIP configuration options 2015-08-06 15:07:57 -06:00
Gregory Nutt
650ba80ac0 All setenv.sh files updated to use the path to the ARM 4.0 2015q2 toolchain 2015-07-31 08:40:40 -06:00
Gregory Nutt
75595ddfef Remove refereneces to DNSCLIENT IPv4/IPv6 2015-07-12 14:13:18 -06:00
Gregory Nutt
42f69ba42f Rename CONFIG_NETUTILS_DNS* to CONFIG_NETDB_DNS* to reflect the movement of the DNS server from apps/netutils to nuttx/libc/netdb 2015-07-10 12:09:58 -06:00
Gregory Nutt
f7ba1b1eeb Remove all references to the dedunct CONFIG_SYSTEM_SYSINFO configuration from all defconfig files 2015-07-04 15:19:11 -06:00
Gregory Nutt
fe8e4ac747 Refresh/Fix more broken configurations 2015-07-02 15:02:14 -06:00
Gregory Nutt
97245f2374 Fix compile error in Olimex STR7 configuration and LPC17xx warning 2015-07-01 18:24:44 -06:00
Gregory Nutt
89f381723e Refresh some LPC17xx configurations; fix a few LPC17xx configuration build problems 2015-07-01 09:35:21 -06:00
Gregory Nutt
9e99cfa4e0 Correct many bitbucket.org URLs 2015-06-28 09:14:52 -06:00
Gregory Nutt
7214e52fb2 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Gregory Nutt
46bd0bc307 This cleans up most of the remaining SourceForge references 2015-06-26 18:13:20 -06:00
Gregory Nutt
207140adb7 Update documentation and README file 2015-06-06 19:16:17 -06:00
Gregory Nutt
c9a0749142 Lincoln60: Add a thttpd-binfs configuration. That configuration still does not work on initial commit 2015-06-06 19:16:16 -06:00
Gregory Nutt
44a23bd26b apps/examples/thttpd now uses the Union File System if BINFS is selected for CGI binaris 2015-06-06 19:16:14 -06:00
Gregory Nutt
086127b24f Add support for a union file system that can be used to overlay and merge the content of two mounted file systems. 2015-06-05 13:18:06 -06:00
Gregory Nutt
6030cf5817 Refresh and maybe break some configurations 2015-06-02 19:01:05 -06:00
Gregory Nutt
8523755105 Fix a default value in the THTTPD Kconfig; updated a README file 2015-06-02 14:59:13 -06:00
Gregory Nutt
82ff8a3be4 Extend apps/examples/thttpd so that it provides a index.cgi file the binfs file system is selected. 2015-06-02 14:26:08 -06:00
Gregory Nutt
3f887a79ad Damn. THTTPD will not yet run with binfs because it wants an index.html file. THTTPD does support indexing directories if CONFIG_THTTPD_GENERATE_INDICES=y, but there are some compilation issues that need to be fixed when that option is selected. 2015-06-02 12:13:18 -06:00
Gregory Nutt
4c56ff036a Olimex LPC1766STK. Add an example configuration showing how to build apps/netutils/thttpd using binfs 2015-06-02 11:00:18 -06:00
Gregory Nutt
314e78158a Fix some memory sizing errors in refreshed defconfig files 2015-06-02 08:44:57 -06:00
Gregory Nutt
de88e41b7b Refresh some Olimex LPC1766STK networking configurations 2015-06-02 08:12:44 -06:00
Gregory Nutt
3962c4e975 LPC17xx: All configurations that had the LPC17xx ethernet driver enabled have CONFIG_NET_NOTINTS=y enabled and also the HP worked which is now needed in those configurations 2015-06-01 08:56:42 -06:00
Gregory Nutt
add36cc3de Add an option to disable support for long long formats in lib_vsprintf. From Alan Carvalho de Assis 2015-05-30 10:00:54 -06:00
Gregory Nutt
30d7b5c476 Update TODO list 2015-05-09 08:23:11 -06:00
Gregory Nutt
954bf9c60b Fix some Olimex LPC1766STK build issues that have crept in due to changes in Kconfig file 2015-05-08 14:43:30 -06:00
Gregory Nutt
4c5e3d1729 LPC17 USB host: Fix some compile errors when bulk endpoints + USB debug enabled. Refresh a configuration 2015-05-06 16:15:12 -06:00
Gregory Nutt
d468285739 Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected. 2015-05-06 14:11:29 -06:00
Gregory Nutt
6030146c18 SAMA5D OHCI: Remove a local variable that is unused when debug is disabled; refresh a configuration. Update a README 2015-05-04 07:34:29 -06:00
Gregory Nutt
607ff7d2fb Update some READMEs. For all implementation of the USBHOST waiter, make sure that the waiter thread stack size is larger if the USB hub feature is enabled 2015-05-03 16:45:44 -06:00
Gregory Nutt
aac16a62c8 Olimex LPC1766STK: The USB host waiter stack should be configurable because it needs to be a lot depending when using a hub 2015-05-03 16:14:08 -06:00
Gregory Nutt
af319b779d Refresh configuration 2015-05-03 16:13:09 -06:00
Gregory Nutt
d8c31bdf20 USB HUB: Fix a deadlock that can occur if the HCD and the HUB try to share the high priority work queue. Now how work must be done on the low priority work queue. 2015-04-29 08:32:17 -06:00
Gregory Nutt
3233c043f2 Add logic to register the hub class to all board logic that initialize USB host 2015-04-28 11:53:26 -06:00
Gregory Nutt
86bfc4be75 Port hub support to LPC31 from SAMA5; Updated Olimex-LPC-H3131 for hub support and refresh configurations 2015-04-26 12:18:08 -06:00
Gregory Nutt
2a843b4496 Another hub-related interface change: Need to pass speed to EP0 2015-04-26 09:53:43 -06:00
Gregory Nutt
8c7371032c Olimex LPC1766STK: Refresh configuration, update README 2015-04-26 09:05:09 -06:00
Gregory Nutt
60c3061f7b Merge remote-tracking branch 'origin/master' into usbhub 2015-04-23 14:06:18 -06:00
Gregory Nutt
49415e7cc8 Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
Gregory Nutt
0209aa3ca9 Merge from master 2015-04-23 07:17:28 -06:00
Gregory Nutt
eccc8e1304 Fix USB host polling; fix a typo in LPC17 HCD 2015-04-23 07:13:31 -06:00
Gregory Nutt
770b7f9e3c Update paths to CodeSourcery tools 2015-04-23 07:01:13 -06:00
Gregory Nutt
d5101f46ca USB hub: Change to connection interface so that applications can deal with external hubs 2015-04-22 12:28:19 -06:00
Gregory Nutt
44ac65e8ed Add USB hub initialization logic to a couple of board configurations 2015-04-21 13:44:14 -06:00
Gregory Nutt
db59d0a2e5 Fix name of misnamed file 2015-04-21 13:18:06 -06:00
Gregory Nutt
68a97a53ac Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00