File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
11223rd October 2020 (Version 1.10)
213
314* Replace ` master ` with ` main ` .
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WITH_FPGA?=1
88# DEBUG=1
99SCREEN_HANDLING =1
1010
11- CFLAGS=-DVERSION ="\"1.12 \""
11+ CFLAGS=-DVERSION ="\"1.13 \""
1212
1313CROSS_COMPILE =
1414# Output Files
You can’t perform that action at this time.
0 commit comments