#arm #cortex-m #template

no-std nucleo-f042k6

Board support crate for the STM32 Nucleo-F042K6 microcontroller board

17 releases (7 breaking)

0.8.0 Aug 9, 2019
0.7.0 Apr 25, 2019
0.6.0 Mar 4, 2019
0.4.5 Dec 26, 2018
0.2.1 Jun 26, 2018

#1095 in Embedded development

Download history 5/week @ 2024-02-21 2/week @ 2024-02-28 16/week @ 2024-03-13 37/week @ 2024-03-27 55/week @ 2024-04-03

92 downloads per month

0BSD license

11KB
52 lines

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

License

0-clause BSD license.

Dependencies

~14MB
~404K SLoC