Brad Campbell
Brad Campbell
> Below code snippet checks whether or not a flash region for the new app invades the other regions occupied by the existing apps But the actual writing is done...
I was thinking recently that what would be really awesome for things like this and the chips HIL support table (and whatever else) is to remove the expectation for developers...
I implemented a PR which switches to markdown-toc (implemented in Rust). That work is here: https://github.com/tock/tock/tree/toc-rust However, as of today it doesn't work very well, and fails to generate the...
No progress on this https://github.com/pbzweihander/markdown-toc/issues
Wow. Looks like `--remap-path-prefix` might be able to help with this? https://www.reddit.com/r/rust/comments/95ylb8/rust_release_binary_contains_absolute_paths_from/e3wnemq/ ```diff diff --git a/boards/Makefile.common b/boards/Makefile.common index 0d4eae0f2..3625f467d 100644 --- a/boards/Makefile.common +++ b/boards/Makefile.common @@ -16,7 +16,8 @@ RUSTUP ?=...
#1657 was merged, has this been addressed at this point?
> Are there other uses cases though where it might make sense to allow disabling @mentions per-page? Yes and no. The case is if you include CSS in a page...
Improvement suggestions: 1. The `make setup` step should be removed. The build system should know when this needs to be run, not users. 2. `.cargo/config` should be removed. Critical build...
Have you seen this happen? Because it seems like this could be an issue even without the bootloader.
Also need to fix the false positive issue, where there is noise (or something) on the IF pin and that leads to motion detection when nothing is happening.