Gregory Nutt
|
3e836a3156
|
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
|
0de965100c
|
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
|
d538025dca
|
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
|
54d16d0933
|
Fix some memory sizing errors in refreshed defconfig files
|
2015-06-02 08:44:57 -06:00 |
|
Gregory Nutt
|
1b3d003d9e
|
Refresh some Olimex LPC1766STK networking configurations
|
2015-06-02 08:12:44 -06:00 |
|
Gregory Nutt
|
482d82c20e
|
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
|
fce87336a4
|
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
|
4715a2e697
|
Update TODO list
|
2015-05-09 08:23:11 -06:00 |
|
Gregory Nutt
|
956d8e717d
|
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
|
96698619a0
|
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
|
691d7c9819
|
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
|
1afb9315a5
|
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
|
373a8700ee
|
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
|
f9a30b1804
|
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
|
f48d9f93ce
|
Refresh configuration
|
2015-05-03 16:13:09 -06:00 |
|
Gregory Nutt
|
b909ad04d8
|
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
|
1441689cc9
|
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
|
eabbb6ede1
|
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
|
397f31f061
|
Another hub-related interface change: Need to pass speed to EP0
|
2015-04-26 09:53:43 -06:00 |
|
Gregory Nutt
|
c14eae1a3e
|
Olimex LPC1766STK: Refresh configuration, update README
|
2015-04-26 09:05:09 -06:00 |
|
Gregory Nutt
|
d11af85ddf
|
Merge remote-tracking branch 'origin/master' into usbhub
|
2015-04-23 14:06:18 -06:00 |
|
Gregory Nutt
|
0092f79696
|
Two r's and only two r's in the word interrupt
|
2015-04-23 14:04:43 -06:00 |
|
Gregory Nutt
|
0076e6b3b5
|
Merge from master
|
2015-04-23 07:17:28 -06:00 |
|
Gregory Nutt
|
215dad9984
|
Fix USB host polling; fix a typo in LPC17 HCD
|
2015-04-23 07:13:31 -06:00 |
|
Gregory Nutt
|
f38ff433b3
|
Update paths to CodeSourcery tools
|
2015-04-23 07:01:13 -06:00 |
|
Gregory Nutt
|
f7ec9b0831
|
USB hub: Change to connection interface so that applications can deal with external hubs
|
2015-04-22 12:28:19 -06:00 |
|
Gregory Nutt
|
5c16454cdf
|
Add USB hub initialization logic to a couple of board configurations
|
2015-04-21 13:44:14 -06:00 |
|
Gregory Nutt
|
ba1e1b19fc
|
Fix name of misnamed file
|
2015-04-21 13:18:06 -06:00 |
|
Gregory Nutt
|
54847a163f
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
2b0202e6d7
|
Update several defconfig files. Make sure that every defconfig file that requires external graphics initialization also approprietly initializes boardctl().
|
2015-03-31 16:29:40 -06:00 |
|
Gregory Nutt
|
ded2001121
|
Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl().
|
2015-03-31 16:20:21 -06:00 |
|
Gregory Nutt
|
cf95d1a995
|
rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface.
|
2015-03-31 13:21:25 -06:00 |
|
Gregory Nutt
|
4a8e0e2359
|
NSH initialization now calls boardctl(BOARDIOC_INIT) instead of board_app_initaliaze. Modify all configurations: Make sure that CONFIG_LIB_BOARDCTL=y appears wherever CONFIG_NSH_ARCHINIT=y appears. Remove support for CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do that operation
|
2015-03-31 12:14:16 -06:00 |
|
Gregory Nutt
|
9c0441e2da
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
Gregory Nutt
|
12d61531aa
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
f75184b5ac
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
|
Gregory Nutt
|
3859ee90f8
|
LPC17xx: Add IPv6 support to the LPC17 Ethernet driver. Untested... I no longer have a proper environment for LPC17 debug.
|
2015-02-10 14:04:08 -06:00 |
|
Gregory Nutt
|
babe9cf08e
|
Network: Add an IPv4 configuration option. Hardcoded to =y for now, but I would like to be able to select IPv4 and/or IPv6 in the future
|
2015-01-14 10:51:09 -06:00 |
|
Gregory Nutt
|
29dc5916af
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
d6680d8524
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
|
2014-11-16 08:18:56 -06:00 |
|
Gregory Nutt
|
307d869429
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
51adb90e9a
|
Network: Update SLIP configuration; Fix compile issues when building SLIP only
|
2014-11-15 14:36:49 -06:00 |
|
Gregory Nutt
|
ebdff66c8b
|
ARP: Add support for the case where there are multiple networks: One being Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
|
2014-11-14 18:25:33 -06:00 |
|
Gregory Nutt
|
fcffafee30
|
Remove CONFIG_MAX_TASK_ARGS from all Kconfigs and defconfigs
|
2014-11-12 18:02:19 -06:00 |
|
Gregory Nutt
|
c9d7472d68
|
Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming
|
2014-10-11 17:03:44 -06:00 |
|
Gregory Nutt
|
4efb064169
|
Remove non-standard, conditional syslog_enable(), instead only the required, standard setlogmask()
|
2014-10-09 06:09:03 -06:00 |
|
Gregory Nutt
|
8c1e954b84
|
All USB MSC-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:59:10 -06:00 |
|
Gregory Nutt
|
f40857c04f
|
All NSH-related files under nuttx/configs changed to use the corrected syslog interfaces
|
2014-10-08 14:28:55 -06:00 |
|
Gregory Nutt
|
3d050101eb
|
Rename CONFIG_EXAMPLES_NXCONSOLE to CONFIG_EXAMPLES_NXTERM; rename CONFIG_NXWM_NXCONSOLE to CONFIG_NXWM_NXTERM
|
2014-09-20 14:25:51 -06:00 |
|
Gregory Nutt
|
0b67b111ae
|
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
|
2014-09-20 14:18:08 -06:00 |
|