FY dev

Results 6 issues of FY dev

The version of `rand` used in the project has fallen behind, mainly due to `p256` still relying on the earlier version. I wanted to give it a try, and attached...

I did some study on the Github Actions, yesterday. My learnings: ## Freeing disk space is not "free" It takes: |path|min|max| |---|---|---| |`/usr/share/dotnet`|6s|23s| |`/usr/local/lib/android`|39s|2m55s| |`/opt/hostedtoolcache/CodeQL`|4s|20s| This feels strange, of course,...

This started when I was reading the sources and spotted some typos. Turns out, the IDE can find them all - so I did! In the mean time, there are...

Before someone removes them, taking a peek at the cache internals. NOT MEANT FOR MERGING

I noticed, while doing #474 that not all corners of the code base got the same testing by CI. This PR is based on the assumptions that: - all features...

``` Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: examples/esp32/Cargo.lock modified: examples/nrf-sdc/Cargo.lock...