Merge pull request #2532 from AlessandroA/uvisor_supported

Update uVisor to v0.20.1-alpha
pull/2550/head
Sam Grove 2016-08-25 09:27:11 -05:00 committed by GitHub
commit a4b57302dd
11 changed files with 15 additions and 9 deletions

View File

@ -1,12 +1,12 @@
514 Milosch Meriac 552 Milosch Meriac
439 Alessandro Angelino 457 Alessandro Angelino
28 Niklas Hauser 40 Jaeden Amero
22 Jaeden Amero 31 Niklas Hauser
3 Hugo Vincent 3 Hugo Vincent
3 JaredCJR 3 JaredCJR
3 Jim Huang 3 Jim Huang
2 tonyyanxuan 2 tonyyanxuan
1 Nathan Chong
1 Irit Arkin
1 ccli8
1 Aksel Skauge Mellbye 1 Aksel Skauge Mellbye
1 Irit Arkin
1 Nathan Chong
1 ccli8

View File

@ -138,10 +138,16 @@ Before compiling, we need to override the original `K64F` target to enable the u
"target.features_add": ["UVISOR"], "target.features_add": ["UVISOR"],
"target.extra_labels_add": ["UVISOR_SUPPORTED"] "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** **Checkpoint**

View File

@ -1 +1 @@
v0.9.22-alpha v0.20.1-alpha