newAM / stm32wl-lightswitch-demo

Demo project for the stm32wlxx-hal
MIT License
7 stars 2 forks source link

build(deps): bump nucleo-wl55jc-bsp from 0.4.0 to 0.4.1 #49

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nucleo-wl55jc-bsp from 0.4.0 to 0.4.1.

Release notes

Sourced from nucleo-wl55jc-bsp's releases.

Version 0.4.1

Added

  • Implement embedded_hal::PwmPin for LpTim.

Changed

  • Inlined trivial Rng methods.

Fixed

  • Fixed UART clock_hz methods returning the wrong frequency.
Changelog

Sourced from nucleo-wl55jc-bsp's changelog.

[0.4.1] - 2022-03-22

Added

  • Implement embedded_hal::PwmPin for LpTim.

Changed

  • Inlined trivial Rng methods.

Fixed

  • Fixed UART clock_hz methods returning the wrong frequency.
Commits
  • 1e65be8 version: 0.4.0 -> 0.4.1
  • 78ed782 Cargo.toml: use resolver version 2
  • 9ceba00 Add pclk methods to impl_clock_hz macro
  • b062793 Make pclk1 function public to crate
  • 7d2309d ci: allow manual dispatch
  • 5c9e689 build(deps): bump actions/checkout from 2 to 3
  • 1178e24 Add function to get the wakeup period
  • 97912d3 examples/{clock,info}: defmt::info -> defmt::println
  • 7ffe7bf lptim: add interface to set the PWM frequency
  • 67de71a lptim: impl PwmPin
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)