Skip to content

jw3/example-rust-particle-nrf52840

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust on Particle gen 3 boards (nrf52840)

Bootstrap dev with Rust on Particle Xenon / Argon / Boron

requirements

  1. 2nd gen debugger
  2. probe-run
  3. flip-link
  4. thumbv7em-none-eabihf

steps

  1. connect debugger to xenon, insert to usb
  2. export DEFMT_LOG=info (to see output from main.rs)
  3. cargo run --example hello

notes

  1. Scaffold future projects with https://github.com/knurling-rs/app-template
  2. the debugger was not initially found by probe-run --list-probes
    • holding in the button while inserting it and it worked
    • after that even it works without holding button

references

troubleshooting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages