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:  0.78 / week

Message History

The article explains how to debug ELF/Dwarf binaries using the NXP extension in VS Code without needing to build a project. By importing the binary and selecting the appropriate toolchain, users can quickly debug executables directly. This method facilitates efficient debugging on embedded target boards without the source files. href="https://mcuoneclipse.com/2025/12/07/debug...

Read full story

This year's Advent calendar features a pine wood design without electronics, measuring 40x50 cm. It includes 24 round containers for sweets and a laminated story snippet. The star on top is 3D printed in a gold-like color. Three calendars were created, with two already gifted, ready for enjoyment. href="https://mcuoneclipse.com/2025/11/30/diy-wooden-3d-printed-advent-calendar...

Read full story

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