It is not possible to build the esp-hal
package without the rt
and vectored
features enabled
#1371
Labels
bug
Something isn't working
crate::interrupt::bind_interrupt()
andcrate::interrupt::enable()
are both completely unavailable when thevectored
feature is disabled, resulting in a number of build errors.@MabezDev @bjoernQ what is the best course of action here?
The text was updated successfully, but these errors were encountered: