Skip to content

A Rust project created by the Brighton Rust User Group for the STM32F411 Nucleo-64 Discovery board.

Notifications You must be signed in to change notification settings

ericclack/rust-brighton-embedded-leds

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Embedded LEDs project

A Rust project created by the Brighton Rust User Group for the STM32F411 Nucleo-64 Discovery board.

Our aim is to drive some Christmas tree lights like these:

To do

  • Move util functions into their own module
  • Now we have interrupts working for the button, make it do something
  • Add more LED patterns
  • ...

Running

  • Plug in the hardware
  • Launch openocd
  • cargo run

This will start up the Gnu Debugger, so type 'c' to continue, or you could set breakpoints, step through the code etc. See the wiki for more info.

Documentation

Check out the wiki

About

A Rust project created by the Brighton Rust User Group for the STM32F411 Nucleo-64 Discovery board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 86.8%
  • GDB 13.2%