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.5.1 to 0.6.0 #61

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps nucleo-wl55jc-bsp from 0.5.1 to 0.6.0.

Release notes

Sourced from nucleo-wl55jc-bsp's releases.

Version 0.6.0

Added

  • Added rcc::Lsco to use the low-speed oscillator output.
  • Added Rtc::calibrate_lp to calibrate the RTC.
  • Added Rtc::recalibration_pending.
  • Added Rtc::is_alarm_{a,b}_en.
  • Added methods to utilize ADC oversampling.

Changed

  • Rtc.alarm_{a,b} returns Alarm instead of Option<Alarm>.
  • Updated stm32-rs from 0.14.0 to 0.15.1.

Fixed

  • Fixed a documentation bug in rtc::Alarm. Values are masked if true, but the documentation indicated they are masked if false.
Changelog

Sourced from nucleo-wl55jc-bsp's changelog.

[0.6.0] - 2022-07-04

Added

  • Added rcc::Lsco to use the low-speed oscillator output.
  • Added Rtc::calibrate_lp to calibrate the RTC.
  • Added Rtc::recalibration_pending.
  • Added Rtc::is_alarm_{a,b}_en.
  • Added methods to utilize ADC oversampling.

Changed

  • Rtc.alarm_{a,b} returns Alarm instead of Option<Alarm>.
  • Updated stm32-rs from 0.14.0 to 0.15.1.

Fixed

  • Fixed a documentation bug in rtc::Alarm. Values are masked if true, but the documentation indicated they are masked if false.
Commits
  • 03b5a84 version: 0.5.1 -> 0.6.0
  • 15574db stm32-rs: 0.14.0 -> 0.15.1
  • 0da1223 testsuite/README.md: fix typo
  • c9ab128 adc: add methods to utilize oversampling
  • 0853587 vscode: update extension settings
  • 2b27399 rtc: split alarm value and enable into separate methods
  • a9d4b5a rtc: fix a documentation bug
  • 997ecfe macros: allow unused rules
  • f006127 rtc: add calibration functionality
  • 89d1e6f rcc: add LSCO functionality
  • See full diff 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)
dependabot[bot] commented 2 years ago

Looks like nucleo-wl55jc-bsp is up-to-date now, so this is no longer needed.