Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.

Update stm32f4xx-hal requirement from 0.7.0 to 0.9.0 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on stm32f4xx-hal to permit the latest version.

Changelog

Sourced from stm32f4xx-hal's changelog.

[v0.9.0] - 2021-04-04

Changed

  • [breaking-change] Bump rand_core dependency to 0.6.
  • [breaking-change] Bump main crate dependencies cortex-m, bare-metal and nb
  • [breaking-change] Bump stm32f4 version to 0.13.
  • Removing error on I2C bus errors due to errata workaround.
  • [breaking-change] Updated synopsys-usb-otg dependency to v0.2.0.
  • Cleanups to the Sdio driver, some hw independent functionality moved to the new sdio-host library.
  • [breaking-change] Sdio is disabled by default, enable with the sdio feature flag.
  • Move SDIO card power handling to its own function.
  • [breaking-change] Add a 2 ms delay after changing SDIO card power setting.
  • [breaking-change] Changed sdio::{read, write}_block buf argument to &[u8; 512].
  • Voltage regulator overdrive is enabled where supported and required for selected HCLK.
  • I2C driver updated to detect and clear all error condition flags.
  • Allow for skipping an ongoing DMA transfer if not using double buffering.
  • Change DMA traits to embedded-dma.
  • Use bitbanding during clock enabling and peripheral reset to avoid data races.
  • Add missing Write implementation for Serial and implemented better error handling.
  • [breaking-change] ADC2 and ADC3 no longer allow access to VREF, VBAT, or the internal temperature measurement (ADC2 and ADC3 do not have an internal connection for these channels)
  • Improved Serial baudrate calculation to be correct for higher baudrates or lower PCLKs
  • Added SysCfg wrapper to enforce clock enable for SYSCFG
  • [breaking-change] gpio::ExtiPin now uses SysCfg wrapper instead of SYSCFG
  • Change WriteBuffer + 'static to StaticWriteBufferin the DMA module.
  • Fixed a race condition where SPI writes could get stuck in an error state forever (PR #269).
  • Implement generics on the serial module.
  • Implement generics on the i2c module, not including fast i2c.
  • Updated SDIO_D0 pin to PB7 for stm32f411 #277
  • Address ST erratum 2.1.13 (DM00037591) #278
  • Implement generics on the qei module.
  • Bump ssd1306 dev-dependency and cleanup examples

Added

  • Reexport PAC as pac for consistency with other crates, consider stm32 virtually deprecated
  • Added external interrupt (EXTI) support for output pins
  • Added check_interrupt method for GPIO pins
  • Basic support for DAC
  • Add initial DMA support
  • Allow specification of ADC reference voltage in ADC configuraton structure
  • Added support for hardware-based CRC32 functionality
  • Add MonoTimer and Instant structs for basic time measurement.
  • Added support for I2S and SAI clocks
  • Added support for canbus with the bxcan crate.#273 The version range is <=0.4, <0.6. (Currently the latest version is 0.5.0) #286
  • Added a freeze_unchecked method #231
  • Added support for the Real Time Clock (RTC)
  • Added option to bypass the HSE oscillator and use a clock input #263

... (truncated)

Commits
  • 4b0f161 Merge pull request #292 from stm32-rs/0.9.0
  • 68ed534 Release 0.9.0
  • 6e3446a Merge pull request #291 from stm32-rs/bump-ssd1306-dev
  • 2dd052d Merge pull request #290 from stm32-rs/bump-rand-core
  • f63c9fc Bump ssd1306 dev-dependency and cleanup examples
  • c94920d Bump rand_core dependency
  • 1e59af0 Merge pull request #289 from stm32-rs/bump-main-dependencies
  • 533db6e Bump main crate dependencies
  • 3cb069c Merge pull request #288 from stm32-rs/stm32f4-0.13
  • c1d2075 Bump stm32f4 dependency to 0.13 and adjust code to compile
  • Additional commits viewable in compare view

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants