Brad Campbell
Brad Campbell
Good question came up today on the call, which I'm paraphrasing/extending: > how does this PR handle fixed-address apps and MPU alignment issues? I think we should only promise to...
> > I think we should only promise to support PIC apps, but I am wary about encoding cortex-m MPU alignment requirements into the core of the implementation. > >...
> > I think using the Chip might add more complexity because I don't think we have a convenient "give me the alignment requirement" API. Maybe we can do something...
> I do have a question. Is there merit in discussing the buffer size? I've currently arbitrarily set it to 512 bytes. Or should we set it as the page...
I've been able to test this on an nRF52840dk and it's pretty awesome to be able to install the app loading test app, press a button, and then have the...
Re: discussion on header parsing and the `total_size` field: commit https://github.com/tock/tock/pull/3941/commits/97329f8a6d4a0aed6c8a5dcb048f5f01fc6e0b72 shows the change that prevents the failure we were seeing. The issue is that anything interacting with the sequential...
> Did something change with clippy? Yes, clippy keeps adding lints in newer versions of Rust. Some lints we don't agree with, but mostly clippy enforces reasonable style and code...
Need to fix the clippy warnings.