jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
168 stars 48 forks source link

USB stack -Raspberrypi BitThunder #47

Open yogeshbio opened 8 years ago

yogeshbio commented 8 years ago

Is it possible to get the USB stack working on Raspberry pi running BitThunder . I want to connect a USB stick and be able to read and write data to it ? How should I proceed ? What all I need to take care during build for the same.

-yogk

jameswalmsley commented 8 years ago

I haven't got round to implementing USB on BitThunder yet. It's on a kind of long-term goal, but it always looks scary to dive in.

Do you know of any good open-source usb libs to take as a starting point?

J

RetMarut1 commented 7 years ago

Hi! I'd like to use UDP and TCP/IP with FreeRTOS (or BitThunder) on a Raspberry PI 3 B and got stuck with finding/writing an Ethernet driver. As I understand, the Ethernet controller on the PI is connected via USB (LAN9514). So, getting a USB driver up and running to use networking seems mandatory! Is there any progress on that? -Bernd

jameswalmsley commented 6 years ago

I haven't had time to work on BitThunder for quite a while now. USB is something that would be great to add if you are interested...