Skip to content

Commit e06aa25

Browse files
committed
Update documentation for V1.13 release
1 parent f742b55 commit e06aa25

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
23rd October 2020 (Version 1.10)
213

314
* Replace `master` with `main`.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WITH_FPGA?=1
88
#DEBUG=1
99
SCREEN_HANDLING=1
1010

11-
CFLAGS=-DVERSION="\"1.12\""
11+
CFLAGS=-DVERSION="\"1.13\""
1212

1313
CROSS_COMPILE=
1414
# Output Files

0 commit comments

Comments
 (0)