Releases: cecio/USBvalve
Releases · cecio/USBvalve
0.21.1
Release Notes:
Raspberry Pi RP2040
Board updated to 4.5.4
GFX Library
updated to 1.6.0
TinyUSB
library updated to 3.6.0
Pico PIO USB
updated to 0.7.2
Adafruit_SSD1306
updated to 2.5.14
0.21.0
Release notes:
- new HID event # function count (press BOOTSEL > 2 sec). See Issue #53
- frequencies adjusted for Pico1 or Pico2 to maximise compatibility
GFX Library
updated to 1.5.3
Raspberry Pi RP2040
Board updated to 4.4.2
RESET is still executed with BOOTSEL pressed for less than 2 sec.
0.20.0
Release notes:
- added firmware for Pi Pico 2 based devices
- some concurrency issues fixed
TinyUSB
library updated to 3.4.2
GFX Library
updated to 1.5.0
Adafruit_SSD1306
updated to 2.5.13
Raspberry Pi RP2040
Board updated to 4.4.0
0.19.1
Release notes:
TinyUSB
library updated to 3.4.0
Adafruit_SSD1306
updated to 2.5.12
GFX Library
updated to 1.4.9
Raspberry Pi RP2040
Board updated to 4.1.1
0.19.0
Release notes:
TinyUSB
library updated to 3.3.3
Adafruit_SSD1306
updated to 2.5.11
Raspberry Pi RP2040
Board updated to 4.0.1
(ready for Raspberry Pi Pico 2)
Pico PIO USB
updated to 0.6.1
0.18.2
Release notes:
Raspberry Pi RP2040
library updated to 3.9.3
TinyUSB
library updated to 3.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
Release notes:
Raspberry Pi RP2040
library updated to 3.8.1
- ``GFX Library for Arduino
library updated to
1.4.7` (used by PIWATCH version)
- all screen output is now sent to serial, so USBvalve can be now used without a screen (Issue #46)
0.18.0
Release notes:
- moved to
Adafruit_SSD1306
library to increase compatibility (Issue #40)
TinyUSB
library updated to 3.1.4
Raspberry Pi RP2040
board updated to 3.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
Release notes:
TinyUSB
library updated to 3.1.3
- the on-board LED is now used as additional WARNING method (Issue #21 thanks to @TryBreakFixAgain for the suggestion)
GREEN: all OK
OFF: something suspicious
0.16.0
Release notes:
TinyUSB
library updated to 3.1.1
GFX
library update to 1.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