stm32wlxx-hal icon indicating copy to clipboard operation
stm32wlxx-hal copied to clipboard

A Hardware abstraction layer for the stm32wl series chips written in rust.

Results 7 stm32wlxx-hal issues
Sort by recently updated
recently updated
newest added

Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. Release notes Sourced from actions/deploy-pages's releases. v4.0.0 Changelog Deploy pages using artifact IDs @​konradpabjan (#251) :warning: This version of actions/deploy-pages is ONLY compatible with...

dependencies
github_actions

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 2 to 3. Release notes Sourced from actions/upload-pages-artifact's releases. v3.0.0 Changelog Use v4 upload-artifact tag @​robherley (#80) Upload pages artifact with upload-artifact v4-beta @​konradpabjan (#78) To deploy...

dependencies
github_actions

Hi everyone! I added basic support for CBC encryption to the aes module. I needed it for a project of mine, so it is not as extensive as it should...

I would like to use an LPTIM peripheral to track time. To do so I would like it to be in continuous mode so it just fires off the event...

question

* [ ] Replace wall-of-text `# Safety` sections with enumerated check-lists of requirements. * [x] Lots of duplicated code across testsuites (fixed in #82) * [x] Provide a `from_millis`, `from_nanos`,...

enhancement