You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed support for newest Android versions: `check_attached_intent()` does not work, `PermissionRequest` never returns the result of being permitted, both are caused by the bad implementation of `PartialEq` for `DeviceInfo`.
5
+
* Added `UsbSerial` trait to prepare for driver implementations of non-CDC serial adapters.
6
+
* The serial handler can be turned into `nusb` transfer queues for asynchronous operations, this can be done after serial configuration.
7
+
8
+
## 0.2.1
9
+
* Added `HotplugWatch`;
10
+
*`DeviceInfo::request_permission()` now returns a result of `Option<PermissionRequest>` instead of `()`.
11
+
12
+
## 0.2.0
13
+
* Switched to `nusb` for USB data transfering, instead of calling Java methods for reading and writing.
14
+
*`serialport` became a required dependency; the optional feature for `rusb` (which may not work on some Android devices) is removed.
0 commit comments