We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 just involve creating the required peripheral bindings, or do the STML1xxx chips lack some features critical for Drone core?
Here's an detailed comparison of the L1 and L4 chips: http://web.eece.maine.edu/~zhu/book/STM32L4/STM32L1%20vs%20STM32L4.pdf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 just involve creating the required peripheral bindings, or do the STML1xxx chips lack some features critical for Drone core?
Here's an detailed comparison of the L1 and L4 chips:
http://web.eece.maine.edu/~zhu/book/STM32L4/STM32L1%20vs%20STM32L4.pdf
The text was updated successfully, but these errors were encountered: