Skip to content

embed-rs/hello-embed-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to create

To be written: Actual README that explains how to build

  1. cargo new --bin
  2. no_std, no_main
  3. macro_use + crate embedded
  4. run board! macro
  5. linker script (layout.ld)
  6. .cargo/config + xargo build
  7. panic = "abort"

Now we have a binary (in ELF format).

  1. arm-none-eabi-objcopy -Obinary target/thumbv7em-none-eabi/release/hello-embed-rs output.bin
  2. Upload

About

nothing here yet, move along...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published