You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In no-std branch, teaclave SDK define a panic handler, which stop ta developer from setting an custom one (for example, we would like to log the panic information before calling TEE_Panic).
In no-std branch, teaclave SDK define a panic handler, which stop ta developer from setting an custom one (for example, we would like to log the panic information before calling TEE_Panic).
incubator-teaclave-trustzone-sdk/optee-utee/src/lib.rs
Line 36 in 3177d4f
I think we should add a feature flag to let developer choose if they really need to disable the default one, just like this issue: rust-osdev/uefi-rs: Make panic handler optional
The text was updated successfully, but these errors were encountered: