Skip to content

Commit

Permalink
bugfix: add pkg-descr to rust-esp-src
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Oct 19, 2024
1 parent d9c50f2 commit 31b650f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/rust-esp-src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COMMENT= Rust source component for ESP

LIB_DEPENDS=
NO_ARCH= yes
DESCR= ${.CURDIR}/pkg-descr

# see .github/workflows/build-rust-src.yaml in esp-rs/rust-build
ESPRUST_BUILD_ARGS= dist rust-src
Expand Down
4 changes: 4 additions & 0 deletions lang/rust-esp-src/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rust-src component to build Rust applications for the Espressif chips based on
RISC-V architecture.

https://docs.esp-rs.org/book/installation/riscv.html

0 comments on commit 31b650f

Please sign in to comment.