throwawayEmb
No user record in our sample, but throwawayEmb has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but throwawayEmb has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
I was replying to this > Genuine question. With Rust and C++, even for embedded systems, what is the use case for starting a new project that does binary encoding and network with such an unsafe language like C? And I…
Perhaps I read your statement too literally. If we are only talking about targets able to run libwebsockets unmodified, STM8 is of course irrelevant. That assumption was not clear to me though. Many embedded code bases…
Anything POSIX should do, no? Anyway, I still think the point stands: many lower level targets do not have C++ or Rust compilers, but do have okay-ish C compilers. You replied to > I can think of several embedded…
Not sure what you mean by “with standard library”, but STM8 has no C++ or Rust compiler that I know of. For other MCUs where you do get C++ support, you often only get C++98. Replied to your other comment about this as…
The STM8 processor for instance has no C++ or Rust compiler to my knowledge, even though it was produced in huge volumes [1]. It is still quite common to see proprietary compiler-suites in the embedded world. Most only…