https://github.com/stm32-rs/nucleo-f042k6
Rust BSP crate for the STM Nucleo-F042K6 development board
https://github.com/stm32-rs/nucleo-f042k6
Last synced: 2 months ago
JSON representation
Rust BSP crate for the STM Nucleo-F042K6 development board
- Host: GitHub
- URL: https://github.com/stm32-rs/nucleo-f042k6
- Owner: stm32-rs
- License: 0bsd
- Created: 2018-03-12T21:20:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-03T20:35:47.000Z (over 4 years ago)
- Last Synced: 2024-04-14T10:21:14.762Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 45.9 KB
- Stars: 8
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-0BSD.txt
Awesome Lists containing this project
README
nucleo-f042k6
=============_nucleo-f042k6_ contains a basic board support package for the fabulous [STM
Nucleo-F042K6][] microcontroller board to write firmwares using Rust. This
standard format board provides 1 user programmable LED as well as "Arduino
Nano" headers which can be used to connect peripherals. It also contains a
(non-removable, unlike the bigger Nucleo boards) capable ST-Link V2 debugging
interface, so all that one needs to get going with progamming this device is:* A STM Nucleo-F042K6 board
* A computer (macOS and Linux work perfectly, Windows should work but was not tested)
* A bit of open source software[STM Nucleo-F042K6]: https://os.mbed.com/platforms/ST-Nucleo-F042K6/
[cortex-m]: https://github.com/rust-embedded/cortex-m
[cortex-m-rt]: https://github.com/rust-embedded/cortex-m-rtLicense
-------[0-clause BSD license](LICENSE-0BSD.txt).