Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

u64 support for tock-regs? #1087

Closed
andre-richter opened this issue Jul 6, 2018 · 1 comment
Closed

u64 support for tock-regs? #1087

andre-richter opened this issue Jul 6, 2018 · 1 comment

Comments

@andre-richter
Copy link
Contributor

Hi,

short question: Would you be open to add u64 support to tock-regs or should I work with a fork if I want that?

AFAICS, I cannot implement the IntLike for u64 if I pull in tock-regs as an extern crate, because both the trait and the type I want to implement it for (u64) are foreign in that case.

Thanks,
Andre

@ppannuto
Copy link
Member

ppannuto commented Jul 6, 2018

I think we'd be thrilled with u64 support. We have u8, u16, and u32, we just happen to work on 32-bit microcontrollers, so that's where we stopped :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants