digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

812
active users

#embedded

11 posts10 participants0 posts today

Ich werde jetzt Embedded-Linux-Entwickler!, Beitrag von Andreas Mützel auf der @FrOSCon

media.ccc.de/v/froscon2025-335

“Das kann doch nicht so schwer sein - ist doch auch nur Linux.” Stimmt das? Was sind typische Unterschiede und Gemeinsamkeiten zu “normalen” Linux-Systemen?

Eingebettete Systeme sind allgegenwärtig, und #Linux findet immer größere Verbreitung als #Betriebssystem dieser Systeme. Was macht ein “Embedded” Linux aus?

I wrote a blog post around modern secure boot options for embedded Linux devices. It showcases how new systemd features provide a turn-key solution for problems that previously required a lot of custom integration.

cnx-software.com/2025/08/15/em

CNX Software - Embedded Systems News · Embedded Device Security: Protecting Linux Systems with Modern ToolsBy Jean-Luc Aufranc (CNXSoft)

My latest blog post: Installing CircuitPython on a Freenove ESP32-S3-WROOM CAM Board

mikecoats.com/circuitpython-on

In celebration of CircuitPython Day 2025, here's how I installed CircuitPython on one of my favourite, but unsupported, boards, the Freenove ESP32-S3-WROOM CAM Board.

mikecoats.comInstalling CircuitPython on a Freenove ESP32-S3-WROOM CAM Board
More from Mike Coats 🏴󠁧󠁢󠁳󠁣󠁴󠁿🇪🇺🌍♻️

Are you writing high-level #embedded Rust code that makes uses of the embedded-io crate? Do you think anything is amiss there that can *not* be added later by semver compatible updates? Then please write about it in github.com/rust-embedded/embed now – otherwise, I hope that the upcoming 0.7 release can be the last of the 0.x series, and will be semver-tricked into being 1.0 compatible.

Hello, I'm working on a project that is considering using embedded-io's traits for no_std environments and had some concerns about the stability of the API. For example, the popular postcard serde ...
GitHubembedded-io: API stability and 1.0.0 release · Issue #566 · rust-embedded/embedded-halBy elast0ny