Skip to content

Commit 0392b7d

Browse files
committed
uVisor: Fix K64F vMPU bug in release mode
This commit updates the uVisor libraries following the following fix: * ARMmbed/uvisor@767e794 "K64F vMPU: Use the MPU fault address" The bug made some release builds of the uVisor example halt because of an imprecise bus fault not correctly handled by uVisor internally. The change only affects targets where `FEATURE_UVISOR` and `UVISOR_SUPPORTED` are defined.
1 parent 6350b2d commit 0392b7d

File tree

10 files changed

+5
-5
lines changed

10 files changed

+5
-5
lines changed

features/FEATURE_UVISOR/AUTHORS.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
511 Milosch Meriac
2-
433 Alessandro Angelino
1+
512 Milosch Meriac
2+
434 Alessandro Angelino
33
28 Niklas Hauser
44
22 Jaeden Amero
55
3 Hugo Vincent
66
3 JaredCJR
77
3 Jim Huang
88
2 tonyyanxuan
9-
1 Aksel Skauge Mellbye
10-
1 Irit Arkin
119
1 Nathan Chong
10+
1 Irit Arkin
1211
1 ccli8
12+
1 Aksel Skauge Mellbye

features/FEATURE_UVISOR/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.20-alpha
1+
v0.9.21-alpha

0 commit comments

Comments
 (0)