Skip to content

❄️🦀 A template for embedded rust development for the nRF52840 with embassy featuring reproducible builds with nix

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

oddlama/nrf-template

Repository files navigation

built with nix

❄️ 🦀 nRF52840 Embedded Rust Template

This is a template for embedded rust development for the nRF52840. It uses the embassy embedded framework and Nix to provide reproducible builds and a full development environment.

To build the project:

$ nix build
# The compiled package resides in ./result

Developing

You can use nix develop to enter a development shell that has all the necessary tools setup so you can incrementally build and test your project:

# Enter development shell
$ nix develop

# Run cargo as usual
$ cargo build
$ cargo run

About

❄️🦀 A template for embedded rust development for the nRF52840 with embassy featuring reproducible builds with nix

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