Jonathan Pallant

Results 282 comments of Jonathan Pallant

> and which is considered a supported target by rustc & most crates Ah. [`thumbv6m-nuttx-eabi`](https://doc.rust-lang.org/nightly/rustc/platform-support/nuttx.html) is a Tier 3 target, and so is only 'supported' by rustc in the loosest...

Ahhh - the files are named after the target? Yes the files are target agnostic so the existing ones should work. The trick is probably using cargo's patch function to...

The contents of the main branch are a breaking change, and we don't want to release a breaking change right now. We're going to backport the non-breaking changes and do...

TBD. A breaking change in this crate splits the ecosystem due to its implementation of critical-section for single-core CPUs, so it causes everyone a lot of pain and must be...

* Can you print the vector table at `__apploader_origin` to verify that it is correct? * Perhaps you have a hard fault, but you set VTOR to point to the...

Good catch, thanks! I don't know I'll be able to get a patch release out - maybe Monday?

Do you know of a 64-bit machine that we could perhaps obtain to test 64-bit RTT support with? Ideally one supported in probe-rs as well as with SEGGER J-Link.

Ahhh, good call. I saw https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/pull/232 in my inbox, and I think I have all those pieces ready to go. Edit: Even better - https://kb.segger.com/Raspberry_Pi_5#Hello_World

Running `cyme` will tell you which firmware is loaded.