We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c64ca commit 9e67a8aCopy full SHA for 9e67a8a
2 files changed
CHANGES.md
@@ -9,3 +9,15 @@
9
- intf: add support for RTT interface
10
- disable all enabled channels when disconnecting
11
- improve interfaces drop_all logic
12
+
13
+## 0.9.2 (11/03/2026)
14
15
+- small improvements for RTT interface
16
+- add interfaces to get nxscope state:
17
+ * enabled channels
18
+ * channels div
19
+ * stream bitrate
20
+ * stream status
21
+ * stream capabilites
22
+- fix busy loop for serial that cause 100% CPU usage on host simulator
23
+- support divider for dummy dev
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
5
[project]
6
name = "nxslib"
7
-version = "0.9.1"
+version = "0.9.2"
8
authors = [{name = "raiden00", email = "[email protected]"}]
description = "NxScope client library"
license = {text = "Apache-2.0"}
0 commit comments