energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
794 stars 672 forks source link

Add USB Libraries for F5529 + Stellaris #294

Closed rei-vilo closed 8 years ago

rei-vilo commented 10 years ago

Add Energia libraries to support USB in F5529 and Stellaris LaunchPads.

abecedarian01 commented 10 years ago

Also Stellaris / Tiva....

It would make sense, if possible, since the boards support USB classes natively.

rei-vilo commented 10 years ago

You're right!

robertinant commented 10 years ago

F5529 USB support is being worked on. Stellaris/Tiva is a bit trickier since the license for the USB lib is proprietary and can not be combined or distributed with open source like Energia. I am sure that TI will change the license to their BSD license but as all things legal, this is probably going to take a while.

SloMusti commented 10 years ago

Thumbs up for USB support, especially native USB-UART on the MCU. I would be happy to test it when possible. Any rough time estimate for this function, few months?

SloMusti commented 10 years ago

If I see correctly, the support for native USB serial has been added in 0101E0010 with USBSerial library for F5529.