TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Arduino Moving from Mbed to Zephyr

16 pointsby hasheddan10 months ago

4 comments

MostlyStable10 months ago
I've already run into issues in the past where Arduino libraries and scripts that I wanted to use were written with older architectures in mind and wouldn't compile on newer boards. It was not clear to me from this article but is this going to be another architectural shift/change with similar difficulties for older libraries and scripts?
评论 #41058490 未加载
MrBuddyCasino10 months ago
Interesting they chose Zephyr, haven’t heard a lot of good things about it, NuttX seems to be preferred. Never used them myself but that is the sentiment I get.
ZeroCool2u10 months ago
Is there a rough equivalent to Arduino in the RISC-V ecosystem?
openmarkand10 months ago
mbed-os was a cool environment but never took off. zephyr is more mature and has an API in C, the learning curve is a bit steeper though.