Brad Campbell

Results 658 comments of Brad Campbell

If it is critical that a device _has_ to block the CPU while the flash operation is occurring, then the driver should just do that and then use a deferred...

Please comment if this is still something we should pursue.

> I did want to point out that something similar happens on the [Apollo3 boards as well](https://github.com/tock/tock/pull/3139). It isn't just a SAM4L issue We don't have context switch support for...

I just want to document where I stand after working on this for about a week last month. I can't find the issue, or even a plausible explanation for the...

Yeah I need help with integrating this. We have RSA math hil, do we have a HIL for RSA operations (in this case `verify()`)?

It seems like unfortunately this is blocked on https://github.com/RustCrypto/RSA/issues/51 (and https://github.com/RustCrypto/RSA/issues/342). I don't actually think that converting the portion of the RSA crate we need to use crypto-bigint (and stack-allocated...

Work on moving the rsa library to crypto-bigint is underway https://github.com/RustCrypto/RSA/pull/394

I don't think we should make Tock code harder to read and harder to write for unit testing. That feels like the wrong-way-round. We want to build the best OS...

(If you _would_ like to have some fun propagating generic types, you can help me remove `dyn` from capsules. It's fun, I promise!)