Jonathan 'theJPster' Pallant
Jonathan 'theJPster' Pallant
# Proposal I would like to promote armv8r-none-eabihf to Tier 2, joining armv7r-none-eabi, armv7r-none-eabihf and armv7a-none-eabi. It's the target for using the Cortex-R52 processor, which is turning up in increasing...
# Proposal I would like to promote armv7a-none-eabihf to Tier 2, to join armv7r-none-eabihf and armv7a-none-eabi. I believe it was simply an oversight that it wasn't made Tier 2 before,...
Updates documentation for `VolumeManager`, `Directory` and `File` to add missing details. Also removes an unused `Error` variant, and renames `delete_file_in_dir` to `delete_entry_in_dir`. This is a breaking change.
Adds a new API which lets you open files by their long file name. Does not (currently) let you open directories in this manner, nor does it let you create...
You can only close a volume if all there are no open files or directories open from it. You might want to force-close a volume and render any open files...
US International is a super-set of the 101/104 key US layout, but with extra characters. See https://en.wikipedia.org/wiki/QWERTY#US-International
Instead of Azerty, we should have Fr105 (French) and Be105 (Belgian) layouts.
When I wrote the RP2350 support, because I was in a private fork and because the RP2350 kept changing, it was easiest to copy-paste the rp2040-hal package as rp235x-hal and...
Installing picotool from the unstable repo takes 90 seconds. We could grab it from https://github.com/raspberrypi/pico-sdk-tools/releases instead, which would take about 5 seconds.
We use custom code in the `#[entry]` macro to unlock the spinlocks on start-up. But, if you use rtic, you don't use macro and the spinlocks can remain locked (see...