drone-stm32-map
drone-stm32-map copied to clipboard
STM32 peripheral mappings for Drone, an Embedded Operating System.
Hi, Considering switching to Rust for microcontrollers in this project: http://mbari.org/esp What would be involved in adding support for the STM32L1xx series of microcontrollers? (The STM32L152 in particular) Would this...
Hi, when trying to build [this](https://book.drone-os.com/bluepill-blink/full-speed.html), it says: error[E0599]: no method named `set_pllsrc` found for mutable reference `&mut drone_stm32_map::reg::rcc::cfgr::Hold
Hi there. I'm trying to understand how to add new peripheral maps to this platform. I've added the SVD file, and took a crack at editing the peripheral map macro....
- [ ] Where does the SVD come from? - [ ] feature flags on all relevant peripherals (is there a way to automate this?) Accompanies https://github.com/drone-os/drone/pull/1