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.
pull/2084/head
Alessandro Angelino 2016-07-01 13:16:38 +01:00
parent 6350b2d904
commit 0392b7dea8
10 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
511 Milosch Meriac
433 Alessandro Angelino
512 Milosch Meriac
434 Alessandro Angelino
28 Niklas Hauser
22 Jaeden Amero
3 Hugo Vincent
3 JaredCJR
3 Jim Huang
2 tonyyanxuan
1 Aksel Skauge Mellbye
1 Irit Arkin
1 Nathan Chong
1 Irit Arkin
1 ccli8
1 Aksel Skauge Mellbye

View File

@ -1 +1 @@
v0.9.20-alpha
v0.9.21-alpha