Git Product home page Git Product logo

stm32f7xx-hal's Introduction

stm32f7xx-hal

HAL for the STM32F7 family of microcontrollers

Crates.io - stm32f7xx-hal Released API docs License License: MIT CI

This crate is largely inspired by the awesome work done here:

Selecting a microcontroller

This crate supports multiple microcontrollers in the stm32f7 family. Which specific microcontroller you want to build for has to be specified with a feature, for example stm32f767.

If no microcontroller is specified, the crate will not compile.

Supported Microcontrollers

  • stm32f722
  • stm32f723
  • stm32f730
  • stm32f730-lpc ("low pin count" variant)
  • stm32f732
  • stm32f733
  • stm32f745
  • stm32f746
  • stm32f756
  • stm32f765
  • stm32f767
  • stm32f769
  • stm32f777
  • stm32f778
  • stm32f779

Using as a Dependency

When using this crate as a dependency in your project, the microcontroller can be specified as part of the Cargo.toml definition.

[dependencies.stm32f7xx-hal]
version = "0.7.0"
features = ["stm32f767", "rt"]

Documentation

The documentation can be found at docs.rs/stm32f7xx-hal.

VSCode

Default settings for rust-analyzer are set in .vscode/settings.json for stm32f767. If you're working on another chip, you can change the target there for convenience, but don't commit your change to this file.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.