Skip to content

Commit

Permalink
Update documentation for V1.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Jun 3, 2022
1 parent f742b55 commit e06aa25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WITH_FPGA?=1
#DEBUG=1
SCREEN_HANDLING=1

CFLAGS=-DVERSION="\"1.12\""
CFLAGS=-DVERSION="\"1.13\""

CROSS_COMPILE=
# Output Files
Expand Down

0 comments on commit e06aa25

Please sign in to comment.