This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: USB Host Stack advice


On Thu, Sep 14, 2006 at 10:49:01AM -0700, David Roethig wrote:
> 
> For a new project, we need a USB HOST stack
> for eCos. Ideally, it would also have On-The-Go
> capability.
> 
> Does anyone have any advice/experience with USB Host stacks?

eCosCentric have a closed source, pay money, solution using the Jungo
stack.
 
> Would porting the FreeBSD stack be possible in a reasonable amount
> of time?

Im not sure that would be the right solution for an embedded system. I
think it will be too general, assume a filesystem where USB device
drivers live as loadable kernel modules etc. For a deaply embedded
system this does not make too much sense. You will decide at compile
time which USB devices you are going to support and compile them into
the application.

There has been some talk of a native, open source host support, but
nobody actually did any implementation work :-(

 Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]