Pat Pannuto
Pat Pannuto
#442 has an unfortunate chicken-and-egg problem wherein a commit new enough to checkout by hash in the dockerfile will only exist in the main libtock-c repo if the pull request...
Use of timezone in `{get/set}timeofday` is deprecated. If something did try to pass us the parameter, our implementation would (incorrectly) ignore it. More significantly, our implementation does not check that...
libtock-c is fairly pedantic about warnings. When we build external libraries, we relax this by no longer error'ing on warnings (i.e. https://github.com/tock/libtock-c/blob/25a49c4bd717f21a18eb8dd0a4e1a84f42459ffc/libnrfserialization/Makefile#L92-L93). While this is fine/necessary for the library code...
Not done from #58: - [ ] #56, or consider added dedicated connector - [x] Maybe: Restore optional USB footprint DFM notes to revisit: - [ ] Much of the...
_Meta:_ This isn't directly an issue for the Tock kernel, but as the Tock kernel is the center point for a lot of external work, I think this makes the...
With the last Rust update, we added a `clippy allow` to let some current, lesser-used, chip-specific code not block the update, specifically: https://github.com/tock/tock/pull/4442#discussion_r2097002339 Looking at this quickly, it looks like...
One of the purposes of the capability mechanism is to highlight to board/platform authors where "sensitive" things occur and to restrict access to them. #4411 aimed to use `ProcessManagementCapability` in...
### Pull Request Overview This is inspired by [the impending addition of yet one more `_L` constant](https://github.com/tock/tock/pull/4395#discussion_r2074661289). I was going to suggest writing things out as a clearer alternative on...
I was going to point someone to our [quite well-explained `static_init!`](https://github.com/tock/tock/blob/master/kernel/src/utilities/static_init.rs#L5), but noticed that the [docs.tockos.org page for `static_init`](https://docs.tockos.org/kernel/utilities/static_init/index.html) only documents the function, not the macros. Hopefully this is just...
Some nuances around trust and expectations for App Loaders came up the a [discussion thread on the Dynamic Process Loader TRD](https://github.com/tock/tock/pull/4338/files#r1981984965). It's possible the current threat model suffices, but it...