Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.14 KB

Repository information

A Program demo running on a Cortex-M0. Sample boards available for example at AliExpress search for STM32F030C8T6

Current branch information

This is a starter project, just changed for:

  • Setup to compile on CortexM0
  • Setup to use probe-run
  • Output log information via RTT (see rtt-target for docs)
  • Blink the onboard LED

Project base

This project is based on the cortex-m-quickstart example changed to compile for a thumbv6m-none-eabi target.

Dependencies

To build embedded programs using this template you'll need:

$ rustup target add thumbv6m-none-eabi
$ cargo install probe-run

More information

More information found at