Skip to content

Releases: adafruit/Adafruit_TinyUSB_Arduino

Fix for non-compiling nRF52840

12 Oct 07:14
4c62e5c
Compare
Choose a tag to compare

MIDI is under development

0.7.0 - Added MIDI virtual wires/plugs

08 Oct 19:46
3796366
Compare
Choose a tag to compare
Update library.properties

webUSB !!

05 Aug 04:55
aec6460
Compare
Choose a tag to compare

0.6.0 - 2019.08.05

  • Added webUSB support with 2 example: webusb-serial, webusb-rgb
  • Alligned mouse examples, added newer hid in/out example from main repo, added new composite example for ramdisk and hid in/out. PR #19 thanks to @PTS93

0.5.0

17 Jul 07:21
a346a48
Compare
Choose a tag to compare
  • Added travis build
  • Fixed msc setID
  • Added itfnum to internal API getDescriptor()
  • Added MIDI support
    • Added midi_test example
    • Added pizza box dj example for cplayground express
  • Mass Storage
    • Added msc_sdfat, msc dual lun (external flash + sd card) example
    • Updated msc example to use new SPIFlash 3.x API
    • Update msc example to print root contents
  • HID
    • Added hid_mouse, hid_keyboard
    • Added hid_composite_joy_featherwing
  • Added Composite: mouse_ramdisk, mouse_external_flash example

Initial release

29 May 13:55
fbe5505
Compare
Choose a tag to compare
Merge pull request #3 from PTS93/master

Added node.js example which works on every OS