Adam Greig
Adam Greig
The worry is some third party app is compromised (or is malicious, or is bought out, etc etc) -> has write access to widely used crates like embedded-hal and cortex-m...
I'm going with not yet, I've revoked some old applications (Travis... RIP), and if anyone wants a new application or thinks we should change the restrictions, please continue the discussion...
At [Airborne Engineering Ltd](http://ael.co.uk) we recently used Rust to write an Ethernet bootloader, [blethrs](https://github.com/airborneengineering/blethrs), for our in-house data acquisition system. Manually updating the firmware on every card in the system...
At [stm32-rs](https://github.com/stm32-rs/stm32-rs/) we build svd2rust crates for all STM32 devices, factoring out the common changes to svd files to help reduce duplication of effort. The svd2rust output is turned into...
Yep, can do. I had hoped to have a clean merge button after reviewing but I'm not technically on the team for it 😅 Is anyone interested in helping to...
This is now released at 0.8. Thanks for offering to help! I don't have time to set it up right now but will try and get it sorted in the...
At a guess you're trying to build for your native target instead of a thumb embedded target, and additionally that target is not x86 (perhaps Apple Arm?). This would normally...
What command are you running to build, exactly, and what's in `.cargo/config` if any? The only way to get this error on cortex-m 0.7 is if your target is somehow...
Huh, no, if you have `--target` on the commandline like that it should always take effect. You might be missing a `link-arg=-Tlink.x` though, unless your `memory.x` includes the full link...
## PHY address As well as exchanging ethernet data with the PHY using the RMII interface (REFCLK, TXD, TXEN, RXD, CRS_DV), the STM32 also communicates with the PHY using a...