RTOS USB Driver

Hi, I am currently working on a project where I need to build a USB driver for a RTOS. I am a beginner with that kind of project and I don't know where to start. I want to know if it exists any kind of software, like WinDriver, which give you the possibility to build a driver quickly. If not, I want to know if there are some reference usefull that I should read before I begin this task.

Patrice Rochefort

Reply to
John Smith
Loading thread data ...

Hi John,

I don't know of any tools to auto-create linux drivers for you, but there is a very good book by O'Reilly, "Linux Device Drivers"

formatting link
It's online too:
formatting link

Your best approach, is probably to find a driver that does something similar, and start stripping/copying/modifying from there.

Good luck,

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Damion de Soto - Software Engineer  email:     damion@snapgear.com
SnapGear - A CyberGuard Company ---    ph:         +61 7 3435 2809
  | Custom Embedded Solutions          fax:         +61 7 3891 3630
  | and Security Appliances            web: http://www.snapgear.com~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ---  Free Embedded Linux Distro at   http://www.snapgear.org  ---
Reply to
Damion de Soto

you can built a usb driver in user space with libusb

formatting link

Reply to
rcobo

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.