You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2018. It is now read-only.
First of all, thanks for writing this book, it was a great help getting Rust code to run on my Cortex M4. 👍
While experimenting with my code, I found a way how it can be compiled with optimization, without everything being optimized away.
The following steps have to be done:
mod vector_table,static EXCEPTIONSandstatic RESETpublic#[no_mangle]attribute toEXCEPTIONSandRESETcore::ptr::read_volatileandwrite_volatilefor peripheral accessIf this looks okay, I'll make a pull request with these changes.