嵌入式项目资源

发布于 2024-09-05 04:52:45 字数 48 浏览 3 评论 0原文

任何人都可以建议使用 c++ 或 gcc 的嵌入式项目的示例项目实现的链接/资源。

Can anyone suggest links/resources for sample project implementations of embedded projects using c++ or gcc.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

≈。彩虹 2024-09-12 04:52:45

许多资源都是针对特定目标的,因此如果您想要特定的答案,则必须更加具体。但是 http://embedded.com/ 是一个很好的通用资源,并且根据您的地理位置,您可能有资格免费订阅嵌入式系统设计嵌入式系统设计欧洲纸质出版物。

除了 Atmel AVR 之外,GCC 是针对 16/32 位目标的,而 C++ 通常对于 8 位来说是雄心勃勃的且不必要的,所以我猜我们正在考虑 16/32 位目标?

您还可以查看:

Many resources are target specific, so you will have to be more specific if you want a specific answer. However http://embedded.com/ is a good general resource, and depending on your geographical location, you may qualify for a free subscription to Embedded Systems Design or Embedded Systems Design Europe paper publications.

Apart from Atmel AVR, GCC is targetted for 16/32bit targets, and C++ is generally ambitious and unnecessary for 8 bit, so I am guessing we are considering 16/32bit targets?

You might also take a look at:

可可 2024-09-12 04:52:45

有很多很多资源......这个问题太广泛了。您是否有特定的目标嵌入式微型计算机?

不同的嵌入式应用程序有不同的关注点

  • 实时关注点?
  • 内存/资源极其有限?
  • 操作系统?没有操作系统?
  • 安全?
  • 故障保险?
  • 设备驱动程序?

There are many many many resources....the question is too broad. Do you have a particular embedded micro you are targetting?

different embedded apps have different concerns

  • real time concerns?
  • extremely limited memory / resources?
  • OS? no OS?
  • Security?
  • Failsafe?
  • Device Drivers?
尹雨沫 2024-09-12 04:52:45

问题不完整,您必须提供所有信息,例如产品摘要、您想要使用的硬件。但我猜你正在将一些 Linux 内核移植到一些嵌入式设备上。

对于应用程序,最简单的方法是从本地系统针对特定架构交叉编译代码,然后将二进制文件传输到嵌入式产品。

Question is incomplete, you have to provide all information, like product summary, hardware you want to use. But I guess you are porting some linux kernel to some embedded device.

For application program, easiest is to cross compile your code from your local system for specific arch and then transfer the binary to your embedded product.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文