book icon indicating copy to clipboard operation
book copied to clipboard

Hardware and rust

Open flip111 opened this issue 6 years ago • 1 comments

In the hardware section early on in the book it would be really nice to go over some of the hardware difference that come up while programming with rust.

I read later

https://rust-embedded.github.io/book/concurrency/index.html#atomic-access

Specifically for Cortex-M, thumbv6 (Cortex-M0) does not provide atomic instructions, while thumbv7 (Cortex-M3 and above) do. These instructions give an alternative to the heavy-handed disabling of all interrupts:

flip111 avatar Feb 17 '19 17:02 flip111

I will wait for the close or merge of https://github.com/rust-embedded/book/pull/169 before re-considering this.

flip111 avatar Feb 18 '19 22:02 flip111

I will wait for the close or merge of #169 before re-considering this.

#169 has been merged. @flip111, you can now reconsider this issue.

stappersg avatar Mar 11 '23 11:03 stappersg

I don't want to work on this at this moment, i will close it.

flip111 avatar Mar 11 '23 12:03 flip111