Skip to content

kalkyl/f303-rtic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stm32f303 playground

probe-run + defmt + flip-link + rtic Rust embedded playground

Dependencies

1. flip-link:

$ cargo install flip-link

2. probe-run:

$ cargo install probe-run

Run!

Start by cargo run-ning src/bin/serial.rs:

$ # `rb` is an alias for `run --bin`
$ cargo rb serial
  Finished dev [optimized + debuginfo] target(s) in 0.3s
  Running `probe-run --chip STM32F303VCTx target/thumbv7em-none-eabihf/debug/serial`
  (HOST) INFO  flashing program (13.39 KiB)
  (HOST) INFO  success!
───────────────────────────────────────────────────────────────────────────────

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages