mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #2532 from AlessandroA/uvisor_supported
Update uVisor to v0.20.1-alphapull/2550/head
commit
a4b57302dd
|
|
@ -1,12 +1,12 @@
|
|||
514 Milosch Meriac
|
||||
439 Alessandro Angelino
|
||||
28 Niklas Hauser
|
||||
22 Jaeden Amero
|
||||
552 Milosch Meriac
|
||||
457 Alessandro Angelino
|
||||
40 Jaeden Amero
|
||||
31 Niklas Hauser
|
||||
3 Hugo Vincent
|
||||
3 JaredCJR
|
||||
3 Jim Huang
|
||||
2 tonyyanxuan
|
||||
1 Nathan Chong
|
||||
1 Irit Arkin
|
||||
1 ccli8
|
||||
1 Aksel Skauge Mellbye
|
||||
1 Irit Arkin
|
||||
1 Nathan Chong
|
||||
1 ccli8
|
||||
|
|
|
|||
|
|
@ -138,10 +138,16 @@ Before compiling, we need to override the original `K64F` target to enable the u
|
|||
"target.features_add": ["UVISOR"],
|
||||
"target.extra_labels_add": ["UVISOR_SUPPORTED"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"macros": [
|
||||
"FEATURE_UVISOR",
|
||||
"TARGET_UVISOR_SUPPORTED"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
The macros `FEATURE_UVISOR` and `TARGET_UVISOR_SUPPORTED` in the configuration file above are automatically defined for C and C++ files, but not for assembly files. Since the uVisor relies on those symbols in some assembly code, we need to define them manually.
|
||||
|
||||
---
|
||||
|
||||
**Checkpoint**
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
v0.9.22-alpha
|
||||
v0.20.1-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