esp-alloc: extern crate alloc; can't find crate #1770
Replies: 1 comment
-
I decided to create a new project using So my old project missed a feature in --- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -13,4 +13,4 @@ rustflags = [
target = "xtensa-esp32-none-elf"
[unstable]
-build-std = ["core"]
+build-std = ["alloc","core"] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'd like to use
esp-alloc
. However, I get the following compile error when trying to run the psram.rs example example.Am I missing a feature here? The example only lists
psram-2m
.Beta Was this translation helpful? Give feedback.
All reactions