Add a no_std target, an esp32c3 node - #22
Merged
Merged
Conversation
Owner
|
Thanks! We should be able to just bump the rust version for the example app, if it is something in the example that requires it, right? |
Contributor
Author
|
Oh yes you're right, that was probably from when I was trying to get it to work with the workspace. Let me try. |
etiennedm
force-pushed
the
example-no-std-esp-node
branch
from
September 3, 2025 16:45
a0d228a to
5bdf80c
Compare
Contributor
Author
|
Yep that works, and avoids clippy warnings 🤷 |
Owner
|
You can opt out of the global workspace by putting |
etiennedm
force-pushed
the
example-no-std-esp-node
branch
from
September 3, 2025 16:52
cccf9b3 to
4c226b3
Compare
mcbridejc
reviewed
Sep 3, 2025
mcbridejc
reviewed
Sep 3, 2025
etiennedm
force-pushed
the
example-no-std-esp-node
branch
from
September 4, 2025 10:02
4c226b3 to
a328385
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is a working esp32c3 node, that is doing nothing but should appear on a
scanwith the CLI.I could not get it to play nicely with the workspace for at least 2 reasons:
critical-sectionconflicting features.cargo/config.tomlwould be ignored inesp-nodewhen compiling from the root dir (expected behaviour, see cargo doc)