Skip to content

Commit a4b5730

Browse files
authored
Merge pull request #2532 from AlessandroA/uvisor_supported
Update uVisor to v0.20.1-alpha
2 parents 1dbe8d8 + 1cca020 commit a4b5730

File tree

11 files changed

+14
-8
lines changed

11 files changed

+14
-8
lines changed

features/FEATURE_UVISOR/AUTHORS.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
514 Milosch Meriac
2-
439 Alessandro Angelino
3-
28 Niklas Hauser
4-
22 Jaeden Amero
1+
552 Milosch Meriac
2+
457 Alessandro Angelino
3+
40 Jaeden Amero
4+
31 Niklas Hauser
55
3 Hugo Vincent
66
3 JaredCJR
77
3 Jim Huang
88
2 tonyyanxuan
9-
1 Nathan Chong
9+
1 Aksel Skauge Mellbye
1010
1 Irit Arkin
11+
1 Nathan Chong
1112
1 ccli8
12-
1 Aksel Skauge Mellbye

features/FEATURE_UVISOR/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,16 @@ Before compiling, we need to override the original `K64F` target to enable the u
138138
"target.features_add": ["UVISOR"],
139139
"target.extra_labels_add": ["UVISOR_SUPPORTED"]
140140
}
141-
}
141+
},
142+
"macros": [
143+
"FEATURE_UVISOR",
144+
"TARGET_UVISOR_SUPPORTED"
145+
]
142146
}
143147
```
144148

149+
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.
150+
145151
---
146152

147153
**Checkpoint**

features/FEATURE_UVISOR/VERSION.txt

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

0 commit comments

Comments
 (0)