aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Release_Notes.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Release_Notes.txt b/Release_Notes.txt
index 33d2971..5981870 100644
--- a/Release_Notes.txt
+++ b/Release_Notes.txt
@@ -14,6 +14,20 @@ $ git log --oneline
14copy the git hash of the commit you are interested in 14copy the git hash of the commit you are interested in
15$ git show gitHash 15$ git show gitHash
16 16
17v6.4.0
18------
19Released 2024-04-15
20
21This release fixes some errors in the PRU UART registers for K3 devices:
22include/am62x/pru_uart.h
23include/am64x/pru_uart.h
24include/am65x/pru_uart.h
25
26It also adds PRU UART example
27examples/am62x/PRU_Hardware_UART
28
29SORTE_G: add support for 200 Bytes/device, fix several bugs
30
17v6.3.0 31v6.3.0
18------ 32------
19Released 2023-11-21 33Released 2023-11-21