Releases: cecio/USBvalve
Releases · cecio/USBvalve
0.19.1
0.19.0
0.18.2
Release notes:
Raspberry Pi RP2040
library updated to3.9.3
TinyUSB
library updated to3.3.1
Dockerfile
contains now versions, so the build is consistent
NOTE: pio_usb
library has been updated, but I'm sticking to 0.5.3
for now, because I saw some instability in the behavior (need to disable some optimization to get it working right)
0.18.1
0.18.0
Release notes:
- moved to
Adafruit_SSD1306
library to increase compatibility (Issue #40) TinyUSB
library updated to3.1.4
Raspberry Pi RP2040
board updated to3.8.0
Note: if you are going to compile from sources packaged here, be careful that I left accidentally un-commented line 24, so the default compilation will be for the PIWATCH. I already switched the default back in the main repo.
0.17.0
0.16.0
Release notes:
TinyUSB
library updated to3.1.1
GFX
library update to1.4.6
- added initial support for detection of Host devices different from HID (Issue #20); mass storage and CDC devices:
[++] CDC Device
[++] Mass Device
for the time being they are just detected, no additional actions are performed