Replies: 6 comments
|
https://github.com/rust-embedded/aarch32/pulls has three PRs open which are ready for review. I could also do with some helping thinking up exotic repr(C) types we can throw between Rust and C and back again, to check out our EABI support (rust-embedded/aarch32#176). Maybe cortex-m could do with some EABI tests too. |
|
where are we at with the cortex-m release? |
|
to note: rust t-opsem are thinking about volatile atomics - i.e. volatile writes that also matter in terms of ordering with non-volatile writes. Like kicking off a DMA transfer (which you really shouldn't do until all the data you want to DMA has actually hit RAM). |
|
https://github.com/rust-embedded/arm-dcc/pull has one new PR (adding ARM7TDMI/ARM9EJ-S support) |
|
to note: Knurling defmt and derive-mmio are dropping proc-macro-error2, which is unmaintained and now has a RUSTSEC advisory on it for that reason. We're now just converting errors into tokens by hand by using |
|
Triage
|
Uh oh!
There was an error while loading. Please reload this page.
This is the agenda for the next meeting. Please add anything you'd like to discuss below!
The REWG Code of Conduct applies.
All reactions