From e06aa2524e1a0c2d6524b9147716e2502ecfdf16 Mon Sep 17 00:00:00 2001 From: Dave Marples Date: Fri, 3 Jun 2022 23:55:00 +0100 Subject: [PATCH] Update documentation for V1.13 release --- CHANGES.md | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 53471ada..316a1db0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +3rd June 2022 (Version 1.13) + +* Fix -v missing parameter +* Allow orbcat sockets to reconnect on loss of connection +* Add SAM5X SWO support +* Prevent segfault in orbtop when elf changes +* Fix assert when fpga has no data to deliver +* Add pyocd to list of trace sources +*Complete fix for specified length integers on 32 bit platforms (Rasbian support) +* Compatability with languages other than C family (specifically Rust) + 23rd October 2020 (Version 1.10) * Replace `master` with `main`. diff --git a/Makefile b/Makefile index 9579d0e6..eae609a0 100644 --- a/Makefile +++ b/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