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
"util/setbaud.h",// mostly made of preprocessor magic
It would be great if we could use things like cfg(USE_2X) (or something) to control this. Or is this possible somehow already?
Additionally, the IO hook fdev_setup_stream creates a stream I have set to STDIN and STDOUT, which would be nice to replicate. But the *io also seems blacklisted.
I'm trying to implement a USART setup function I had from C:
Seems like I need
UBRRH_VALUE
,UBRRL_VALUE
fromutil/setbaud.h
, which seems blacklisted to avoid preprocessor stuff.libc/build.rs
Line 21 in 22322e0
It would be great if we could use things like
cfg(USE_2X)
(or something) to control this. Or is this possible somehow already?Additionally, the IO hook
fdev_setup_stream
creates a stream I have set to STDIN and STDOUT, which would be nice to replicate. But the*io
also seems blacklisted.libc/build.rs
Line 139 in 22322e0
I'm not sure how the Rust AVR library organization is being planned, so this may be in the wrong place.
Thanks.
The text was updated successfully, but these errors were encountered: