stm32f4xx-hal
stm32f4xx-hal copied to clipboard
Audit crate for potential racy code
As noted in #170 this crate has code in various places which are potentially racy, e.g. when reconfiguring within interrupt handlers lacking the use of synchronisation primitives.
Known areas which require a closer look:
- [x] I2C
- [ ] gpio mode modification
Thanks for opening this.