mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
6350b2d904
commit
0392b7dea8
features/FEATURE_UVISOR
targets/TARGET_UVISOR_SUPPORTED
TARGET_EFM32
TARGET_DEBUG
TARGET_M3
TARGET_M4
TARGET_RELEASE
TARGET_M3
TARGET_M4
TARGET_MCU_K64F
TARGET_DEBUG/TARGET_M4
TARGET_RELEASE/TARGET_M4
TARGET_STM32F4
TARGET_DEBUG/TARGET_M4
TARGET_RELEASE/TARGET_M4
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.9.20-alpha
|
||||
v0.9.21-alpha
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue