-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Survey: Frequently Asked Questions #13
Comments
Another from Reddit:
|
This is a really important one, I think, especially as far as motivating why a language community ought to care about supporting that sort of development. Some arguments I've been collecting:
|
|
Asked twice in the lapse of 24 hours on the #rust-embedded IRC channel. |
A question I have is how do I go from knowing about the existence of (What I mean is, I as far as I understand there needs to be an implementation of |
@alevy agree with your points, to add some further reasons we don't use linux everywhere.
|
One of the things I am not sure clear on is what's ok / not ok in the |
A question I see (and attempt to answer) on most /r/rust embedded threads is, "Can I run Rust on my ESP-8266/32?". Which then inevitably leads to, "How does one write an LLVM backend?" and several other related questions. In addition to a stock explanation to those questions, I think maybe a simple grid of common chipsets (hobbiest to prosumer), their architecture, and a red/yellow/green color code on a "are we embedded/IoT yet?" site would go a long way. |
A question I see often on IRC, and I also get private e-mails about, is e.g. "My Rusty binary file is 200KB in size but my microcontroller only has 64 KB of Flash. How will this work? On Arduino I get files of 2KB in size. Am I doing something wrong?". The issue is that people are looking at the output of running cc @jamesmunns this definitively should be in the book |
I think this can be closed, as this info has been captured by the "new-book". Marking this for a cleanup sweep. If we would like this to stay open, please provide an update to what this issue should be focused on. |
I am closing this issue, please feel free to open another issue if you would like this discussed further. |
Let's start collecting questions for the FAQ!
What people usually ask about when they think/read/talk about Rust and embedded systems?
Post those questions here. It's OK if you post a question that seems similar or related to a question someone else already posted. I'll collect all the questions up here and then we can derive a smaller set of more general questions from this bigger pool.
Here's a good example from Reddit:
Another type of question I often hear is the one that involves the words Rust and Arduino:
The text was updated successfully, but these errors were encountered: