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.
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.