https://github.com/thenewwazoo/nucleo-l011k4-bsp
Board support crate for the ST NUCLEO-L011K4 development board
https://github.com/thenewwazoo/nucleo-l011k4-bsp
Last synced: 3 months ago
JSON representation
Board support crate for the ST NUCLEO-L011K4 development board
- Host: GitHub
- URL: https://github.com/thenewwazoo/nucleo-l011k4-bsp
- Owner: thenewwazoo
- License: 0bsd
- Created: 2018-11-04T05:53:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T22:29:10.000Z (almost 5 years ago)
- Last Synced: 2025-02-10T02:18:08.190Z (3 months ago)
- Language: Rust
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
NUCLEO-L011K4-BSP
=================This crate implements a BSP for the [ST NUCLEO-L011K4](https://www.st.com/en/evaluation-tools/nucleo-l011k4.html) development board. It is intended to ease development while relieving the programmer of tracking peripheral and pin combinations, as well as providing helper methods for instantiating peripherals.
An example of crate usage can be found in [`src/main.rs`](src/main.rs)