Hugues de Valon

Results 28 comments of Hugues de Valon

Hi @tothero ! I am currently working (on the side) on enabling more and more TrustZone-M features in the Rust Embedded ecosystem. The two big ones right now are: *...

> But after this, how do I tell my non-secure project where to find the veneer function that acts a gateway to the actual secure function. This step would normally...

The `cmse_nonsecure_entry` attribute is now in and see rust-embedded/cortex-m-rt#297 as well!

Is it still needed? We went back on this idea for PSA Crypto I believe

Hi @genofire ! Thanks for the snippet 😃 Would you like to submit a PR that adds this example? I think for examples it is fine not to have logging...

A good place to put it would be in the code documentation of the `get_random` function, [here](https://github.com/parallaxsecond/rust-tss-esapi/blob/e828101400d402b10e1757e7d5c7912552d9efcf/src/lib.rs#L775). That way it will show in our docs.rs documentation! Below the `# Errors`...

We should target putting docs on all public items + example on main methods.

Also to keep in mind that RHEL uses `2.3.2`.

Hey 👋! Thanks for the issue! First about the link, it should point to [this file](https://github.com/parallaxsecond/rust-tss-esapi/blob/main/tss-esapi/tests/cross-compile.sh). Looks like relative links to file do not work well with crates.io! Fixed it...

Armv8-M is trendy! I have been working with Rust and Armv8-M at Arm for the past few months and just made a pull-request for Mainline support rust-lang/rust#56000 !