This repository was archived by the owner on Nov 7, 2022. It is now read-only.
This repository was archived by the owner on Nov 7, 2022. It is now read-only.
Consider supporting stable Rust #35
Closed
Description
This crate currently requires nightly Rust, which as far as I can see is just because of the tock-registers
crate using #![feature(const_fn_trait_bound)]
. I'd like to be able to use at least some parts of the functionality provided by cortex-a
on a stable toolchain. Would it be possible to have the parts that require nightly behind a feature, so the other parts can be used on stable?
Metadata
Metadata
Assignees
Labels
No labels