apache / incubator-teaclave-trustzone-sdk

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

[main] add std support #141

Closed DemesneGH closed 1 month ago

DemesneGH commented 1 month ago

The main branch forks from no-std and the optional std support has been added upon it. After the main branch is ready we can set it as the default branch.

The main changes are:

To add std:

Building system adjustment:

Other updates:

DemesneGH commented 1 month ago

@b49020 Could you help to review this? thanks!

DemesneGH commented 1 month ago

Updated for all comments. Could you please review again? Thanks! @b49020

b49020 commented 1 month ago

PR looks fine to me for a merge now.

DemesneGH commented 1 month ago

merged, thanks!