Skip to content

Commit

Permalink
fix building on Zephyr 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sprhawk committed Sep 10, 2024
1 parent 4559f2e commit eaa7bc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ menuconfig RUST
bool "Rust"
select THREAD_CUSTOM_DATA
select CPLUSPLUS
select PICOLIBC_USE_MODULE if PICOLIBC
# select PICOLIBC_USE_MODULE if PICOLIBC
help
Rust language support.

Expand Down
4 changes: 4 additions & 0 deletions samples/rust-app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ CONFIG_NATIVE_UART_0_ON_OWN_PTY=y
CONFIG_USERSPACE=y
CONFIG_QEMU_ICOUNT=n
CONFIG_LOG=y

# CONFIG_PICOLIBC_USE_TOOLCHAIN is not set
CONFIG_PICOLIBC_USE_MODULE=y
CONFIG_STATIC_INIT_GNU=y

0 comments on commit eaa7bc2

Please sign in to comment.