Please turn JavaScript on
header-image

MCU on Eclipse

Click on the "Follow" button below and you'll get the latest news from MCU on Eclipse via email, mobile or you can read them on your personal news page on this site.

You can unsubscribe anytime you want easily.

You can also choose the topics or keywords that you're interested in, so you receive only what you want.

MCU on Eclipse title: MCU on Eclipse | Everything on Eclipse, Microcontrollers and Software

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  1.11 / week

Message History

Git submodules enable managing external repositories within a main project. Using GitLab CI/CD can complicate access to private submodules, requiring proper configuration of recursive cloning and HTTPS instead of SSH for authentication. By setting up access tokens and specific pipeline variables, successful integration of both public and private submodules is achievable. href...

Read full story

The article discusses using Docker containers for remote debugging with USB-based debug probes and VCOM interfaces on Windows via the usbipd tool. It provides installation steps, binding and attaching devices, and troubleshooting tips. A PowerShell script is introduced to auto-reattach disconnected devices, enabling a seamless development experience within VS Code Dev Containers...

Read full story

The author discusses their experience transitioning from Windows 10 to Windows 11, noting worsened performance for building embedded systems using Docker and VS Code Dev Containers. While Dev Containers facilitate development, file I/O issues slow builds. Utilizing Docker Volumes improves performance significantly, enabling better isolation and faster operations without affectin...

Read full story

The article "Getting Started with Rust on NXP LPC55S69-EVK" outlines the process of creating a standalone Rust project for the LPC55S69 using the Embassy framework. It details the steps for project setup, including configuration files, toolchain selection, and essential code implementation for a blinky LED example. … href="https://mcuoneclipse.com/2025/10/19/creating-an-new-e...

Read full story

The article discusses using the Rust programming language for embedded systems, specifically on the NXP LPC55S69-EVK board. It highlights Rust's advantages, such as better code quality and modern tooling. The tutorial demonstrates how to create a simple 'blinky' program using the Embassy framework and probe-rs tools for embedded development. href="https://mcuoneclipse.com/202...

Read full story