Jonathan Pallant

Results 244 comments of Jonathan Pallant

Can you clarify? Are you saying it isn't covered by previous material? Or that it duplicates previous material?

Here is This Year in Knurling from all at Ferrous Systems. Many thanks to @urhengulas for putting this together: In 2022 the Knurling-rs project focused on configurability, polishing and teaching....

I prefer to just use rustup.

At work we wrote about: * [Rust on ThreadX](https://ferrous-systems.com/blog/rust-and-threadx/) * [Rust on SPARC](https://ferrous-systems.com/blog/rust-for-mission-critical-applications/) * [Using `mem::take` to reduce heap allocations](https://ferrous-systems.com/blog/rustls-borrow-checker-p1/) in rustls

`thumbv8m.main-none-eabi` points to `thumbv8m.main-none-eabihf` but `thumbv7em-none-eabihf` points to `thumbv7m-none-eabi` We should probably have the 'lowest' target as the one that gets the file and then have the others point at...

> The -eabihf target enables the hardware FPU and uses the hard-float ABI. I would add: > If you want to use the FPU with the soft-float ABI, you can...

The thumbv8m file says: > This target supports C code. Use the thumbv6m-none-eabi triple in LLVM. If interlinking with C or C++, you may need to use arm-none-eabi-gcc as a...

Maybe in the thumbv6m-none-eabi target file we could point them at `atomic-polyfill`? Also I think my notes above apply to the thumbv7m target file too; but I really liked the...

Yeah but that's just a method in cortex-m to poke CP15, right? And if you want to use an RTOS that doesn't use HF (because stacking those registers is expensive)...

Could someone post here a list of teams and members, so we can see where we are at the moment?