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
By now, the Rust part is not able to get back kconfig related values, meaning that some values such as the SVC_EXCHANGE length is not dynamic. This is a buggy behavior, requiring a fix.
The .config generated should, ideally, be built as a kconfig private module with const pub field to be used instead.
The text was updated successfully, but these errors were encountered:
By now, the Rust part is not able to get back kconfig related values, meaning that some values such as the SVC_EXCHANGE length is not dynamic. This is a buggy behavior, requiring a fix.
The .config generated should, ideally, be built as a kconfig private module with const pub field to be used instead.
The text was updated successfully, but these errors were encountered: