]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - pru-software-support-package/pru-software-support-package.git/commitdiff
Tag v6.0.1 v6.0.1
authorNick Saulnier <nsaulnier@ti.com>
Wed, 24 Nov 2021 19:32:03 +0000 (13:32 -0600)
committerNick Saulnier <nsaulnier@ti.com>
Wed, 24 Nov 2021 19:32:03 +0000 (13:32 -0600)
Bugfix on top of v6.0.0.
PRU_Direct_Connect0 for PRU_ICSSG devices was disabling
interrupts instead of clearing the status of interrupts. Fix AM64x & AM65x by
writing to ICSS_INTC_ENA_STATUS_REGx instead of ICSS_INTC_ENABLE_CLR_REGx.

Signed-off-by: Nick Saulnier <nsaulnier@ti.com>
ReadMe.txt
Release_Notes.txt

index adcb38cb896fb070809b3b834d2e440b06c8a6a2..d1018402091906ef87d47be438d702fb9c83f423 100644 (file)
@@ -1,4 +1,4 @@
-Programmable Real-time Unit (PRU) Software Support Package v6.0.0
+Programmable Real-time Unit (PRU) Software Support Package v6.0.1
 
 
 DESCRIPTION
index 58eeb492ec82e8c9518a751367043db86aa74be9..1578cb9dfe0451d8c7ef88e7755e703c425074b8 100644 (file)
@@ -15,6 +15,16 @@ copy the git hash of the commit you are interested in
 $ git show gitHash
 
 
+v6.0.1
+------
+Released 2021-11-24
+
+Bugfix on top of v6.0.0.
+PRU_Direct_Connect0 for PRU_ICSSG devices was disabling
+interrupts instead of clearing the status of interrupts. Fix AM64x & AM65x by
+writing to ICSS_INTC_ENA_STATUS_REGx instead of ICSS_INTC_ENABLE_CLR_REGx.
+
+
 v6.0.0
 ------
 Released 2021-10-17