Project | Directory | Status |
---|---|---|
Tasks | tasks |
Playing with arduino in C++ (and maybe Rust), platform.io and Nix. Also wanting to explore some embedded systems stuff, leveraging what I know about Nix.
nix develop --impure
as of now, there's only a single tasks
project. But I plan to add more, increasing complexity and scope.
Run cd
into the directory you want and use the justfile
:
just build
just release
just upload
There are also unit tests into each project:
just test
just monitor
For NixOS
only, make sure your user is in the dialout
group.