Skip to content

Update uVisor to v0.20.1-alpha #2532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions features/FEATURE_UVISOR/AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -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 Aksel Skauge Mellbye
1 Irit Arkin
1 Nathan Chong
1 ccli8
1 Aksel Skauge Mellbye
8 changes: 7 additions & 1 deletion features/FEATURE_UVISOR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion features/FEATURE_UVISOR/VERSION.txt
Original file line number Diff line number Diff line change
@@ -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.
Binary file not shown.