#arm #template #cortex-m

no-std stm32f072b-disco

Board support crate for the STM32F072 discovery kit

4 releases

0.2.1 Apr 25, 2019
0.2.0 Feb 16, 2019
0.1.1 Jan 18, 2019
0.1.0 Jan 16, 2019

#557 in #arm

0BSD license

8KB
72 lines

stm32f072b-disco

stm32f072b-disco contains a basic board support package for the fabulous STM32F072 Discovery kit microcontroller board to write firmwares using Rust. This standard format board provides 4 user programmable LEDs, a capacitive touch area and a gyroscope. There're also headers which can be used to connect peripherals and also contains a ST-Link V2 debugging interface, so all that one needs to get going with progamming this device is:

  • STM32F072 Discovery kit
  • 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