apache / incubator-teaclave-trustzone-sdk

Teaclave TrustZone SDK enables safe, functional, and ergonomic development of trustlets.
https://teaclave.apache.org
Apache License 2.0
216 stars 61 forks source link

Upgrade toolchain and std to May 2024 #139

Closed DemesneGH closed 3 months ago

DemesneGH commented 3 months ago

This PR upgrades the Rust toolchain and standard library to nightly-2024-05-15, and the libc crate to 0.2.153, both ported for OP-TEE targets.

Additionally, it includes various build script adjustments and code modifications necessary for this upgrade.

Changes:

Discussions:

TODOs:

This PR is a work in progress. Any comments would be appreciated. Thank you!

Updates: