Gregory Nutt
|
89f381723e
|
Refresh some LPC17xx configurations; fix a few LPC17xx configuration build problems
|
2015-07-01 09:35:21 -06:00 |
|
Gregory Nutt
|
d1ab9c2e0a
|
Remove the configs/ directory
|
2015-06-29 13:12:29 -06:00 |
|
Gregory Nutt
|
9e99cfa4e0
|
Correct many bitbucket.org URLs
|
2015-06-28 09:14:52 -06:00 |
|
Gregory Nutt
|
2f9bf6b792
|
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
|
342f5fe33d
|
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
|
63eaa31da2
|
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
|
219bf39ace
|
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
|
d908a74089
|
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
|
0c03d04082
|
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
|
1d370178fb
|
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
|
f0da343f24
|
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
|
6d1ea9bb65
|
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
|
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
|
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
|
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
|
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
|
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
|
314e78158a
|
Fix some memory sizing errors in refreshed defconfig files
|
2015-06-02 08:44:57 -06:00 |
|
Gregory Nutt
|
54d16d0933
|
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
|
1b3d003d9e
|
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
|
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
|
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
|
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
|
30d7b5c476
|
Update TODO list
|
2015-05-09 08:23:11 -06:00 |
|
Gregory Nutt
|
4715a2e697
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
af319b779d
|
Refresh configuration
|
2015-05-03 16:13:09 -06:00 |
|
Gregory Nutt
|
f48d9f93ce
|
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
|
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
|
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
|
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
|
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
|
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
|
2a843b4496
|
Another hub-related interface change: Need to pass speed to EP0
|
2015-04-26 09:53:43 -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
|
8c7371032c
|
Olimex LPC1766STK: Refresh configuration, update README
|
2015-04-26 09:05:09 -06:00 |
|
Gregory Nutt
|
c14eae1a3e
|
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
|
d11af85ddf
|
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
|
0092f79696
|
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
|
0076e6b3b5
|
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
|
215dad9984
|
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
|
f38ff433b3
|
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
|
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
|
44ac65e8ed
|
Add USB hub initialization logic to a couple of board configurations
|
2015-04-21 13:44:14 -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
|
db59d0a2e5
|
Fix name of misnamed file
|
2015-04-21 13:18:06 -06:00 |
|
Gregory Nutt
|
ba1e1b19fc
|
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 |
|
Gregory Nutt
|
54847a163f
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
|
Gregory Nutt
|
afd812ae7a
|
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
|
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
|
afe76e9b07
|
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
|
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
|
fdfe38ea0d
|
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
|
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
|
15b90de919
|
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
|
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
|
103a17d4f1
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
Gregory Nutt
|
9c0441e2da
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
|
Gregory Nutt
|
7583c94252
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
12d61531aa
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
|
Gregory Nutt
|
42327117a3
|
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
|
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
|
49e050f698
|
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
|
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
|
764b5075bc
|
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
|
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
|
3715040386
|
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
|
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
|
66f49ae9b4
|
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
|
d6680d8524
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
|
2014-11-16 08:18:56 -06:00 |
|