-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix sara-r5 #89
fix sara-r5 #89
Conversation
It does compile for me now, with features sara-r5 and defmt-impl. I can't get it to run properly, but if it does need changes, I would open another PR. |
Would also add FactbirdHQ/atat#171 to here |
Also will add this here FactbirdHQ/ublox-sockets#18 so that the versions are in sync |
@MathiasKoch I think this could be merged. It builds and seems to work. I would open another PR to bring it to live on embassy with only one executor and add some async functions for everything that writes stuff or has sleeps. Currently, it sends plenty of commands to init AT, but then the ingress would only read them after it is too late. |
The async one could be a real big PR looking into it this evening. ... |
Closes #88 |
@tarfu Could you make the CI green :) |
@MathiasKoch Should be done. |
* fix sara-r5 (#89) * fix imports and Features Enum for sara-r5 * update ublox-sockets * implement defmt::format * enable defmt for nb and bump embedded-io,ublox-sockets,atat * rustfmt * Buildable withouth sockets * rustfmt * only use defmt feature not defmt-impl in ci * remove atat feature defmt as default * init module * enable to remove atat from ublox-sockets * make config public * add example * correct version override * add build.rs to embassy-stm32-example * running example * add power up and power down * Add ReverseOutputPin and ReverseInputPin to cope with the switched active state of some boards for pwr_on pin
Related to #88.