The Wayback Machine - https://web.archive.org/web/20200929221346/https://github.com/topics/embedded-devices
Skip to content
#

embedded-devices

Here are 84 public repositories matching this topic...

RaspberryMatic

🏠 A lightweight, buildroot-based Linux operating system alternative for your CCU3, ELV-Charly or for running a "HomeMatic CCU" in virtual environments (ESXi, Proxmox, VirtualBox, etc.) or on single board computers (SBC) like the RaspberryPi, Tinkerboard, etc...

  • Updated Sep 29, 2020
  • JavaScript
nopeslide
nopeslide commented Aug 9, 2020

When integrating connxr in C++ we have to disable the C++ function mangling, so our c functions can be linked correctly.
We would need to put all our prototypes or the complete header inside sth like

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

Improve this page

Add a description, image, and links to the embedded-devices topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-devices topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.