https://github.com/jonlamb-gh/oxcc-stm32f767
Peripheral access API for STM32F767 microcontroller used by OxCC (generated using svd2rust)
https://github.com/jonlamb-gh/oxcc-stm32f767
embedded-hal rust-embedded stm32f7
Last synced: 12 months ago
JSON representation
Peripheral access API for STM32F767 microcontroller used by OxCC (generated using svd2rust)
- Host: GitHub
- URL: https://github.com/jonlamb-gh/oxcc-stm32f767
- Owner: jonlamb-gh
- License: apache-2.0
- Created: 2018-10-03T13:54:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T15:53:00.000Z (almost 7 years ago)
- Last Synced: 2025-07-01T11:06:26.834Z (12 months ago)
- Topics: embedded-hal, rust-embedded, stm32f7
- Language: Rust
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `stm32f767`
> Peripheral access API for STM32F767 microcontroller
Used by the [OxCC](https://github.com/jonlamb-gh/oxcc) project.
**NOTE:** This crate will likely be replaced
with the [stm32-rs](https://github.com/adamgreig/stm32-rs) crate.
You may also be interested in the [`oxcc-stm32f767-hal` crate](https://github.com/jonlamb-gh/oxcc-stm32f767-hal).
# License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.