-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
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
Crates.io release #1
Comments
This is all new to me too! If you wish to use this repo, you will need to download and reference my fork of stm32-rs in your cargo.toml until the next version of stm32-rs (>0.6.0)... though I bet you already figured this out. Just a heads up, this repo has not been tested on hardware just yet. Everything is a work in-progress, so if you have any tested code, feel free to submit a pull request! Thanks! |
@arkorobotics Are the changes from your fork merged upstream yet—and so just waiting for the upcoming 0.7.0 release? Also, I can confirm as of today that timers and GPIOs do work on a real (custom) STM32L0-based board. I’ve tried a little RTFM blinky app using timers at work. |
Yep, just waiting on the 0.7.0 release so that we can build it without having to checkout my specific fork. Awesome! Yes, I did test the GPIO, timer, and serial modules on my stm32l0 board. I'm hoping to get 100% hardware tested coverage on this HAL by the end of the month (fingers crossed). |
I'm having some linker-related issues (you might be too 70bf58a) Tried modifying the linker flags in both HAL and the target project, but to no avail. In some cases, it compiles with zero binary size, which is not idea... |
|
Can I ask you to post your This seems similar to: stm32-rs/stm32-rs#63 |
Thank you, it's alright. Adding |
Excellent!
|
First, thank you so much for your work!
I'd like to use this crate, but:
dependency
withstm32l0xx-hal = { git = "https://github.com/stm32-rs/stm32l0xx-hal.git" }
fails due topath = "../stm32-rs-arko/stm32l0"
.#1. should be more straightforward. Can we directly link the crates.io version? What's missing?
EDIT: I see, it's all being worked on right now, big time. Let me know how can I help.
EDIT2: I managed to use the code anyway, please bear with me, this is a kind of a first for me.
The text was updated successfully, but these errors were encountered: