We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f742b55 commit e06aa25Copy full SHA for e06aa25
2 files changed
CHANGES.md
@@ -1,3 +1,14 @@
1
+3rd June 2022 (Version 1.13)
2
+
3
+* Fix -v missing parameter
4
+* Allow orbcat sockets to reconnect on loss of connection
5
+* Add SAM5X SWO support
6
+* Prevent segfault in orbtop when elf changes
7
+* Fix assert when fpga has no data to deliver
8
+* Add pyocd to list of trace sources
9
+*Complete fix for specified length integers on 32 bit platforms (Rasbian support)
10
+* Compatability with languages other than C family (specifically Rust)
11
12
23rd October 2020 (Version 1.10)
13
14
* Replace `master` with `main`.
Makefile
@@ -8,7 +8,7 @@ WITH_FPGA?=1
#DEBUG=1
SCREEN_HANDLING=1
-CFLAGS=-DVERSION="\"1.12\""
+CFLAGS=-DVERSION="\"1.13\""
CROSS_COMPILE=
# Output Files
0 commit comments