aboutsummaryrefslogtreecommitdiff
path: root/asm-v8.s (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26Rust assembly stubsGravatar Jonas Schievink 1-42/+0
2020-05-06Add unwind information to external assemblyGravatar Dominik Boehi 1-0/+10
2020-05-05fixup! Add symtab (size info) for all external assembly functionsGravatar Stian Eklund 1-4/+4
2020-05-05Add symtab (size info) for all external assembly functionsGravatar Stian Eklund 1-0/+5
Fixes #211
2020-03-02Initial Rust CMSE supportGravatar Hugues de Valon 1-0/+27
Armv8-M and Armv8.1-M architecture profiles have an optional Security Extension which provides a set of Security features. This patch adds initial support of the Cortex-M Security Extensions but providing support for the TT intrinsics and helper functions on top of it in the newly added cmse module of this crate. The code is a Rust idiomatic implementation of the C requirements described in this document: https://developer.arm.com/docs/ecm0359818/latest Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>