On Mon, Mar 10, 2025 at 3:20 PM Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> wrote: > > Yeah, !CONFIG_MMU is a constant source of headaches and pain :/ is there a > way to just require CONFIG_MMU for the rust bits? As far as I'm concerned > !CONFIG_MMU is a relic... (not everybody agrees of course :>) I guess you could simply limit `CONFIG_RUST` to it, but yeah, I guess it depends on how many people you estimate would like to mix both, and the bandwidth/patience available to support it. Cheers, Miguel