VSCode C++ Syntax Coloring Issues
VSCode is a wonderful open source editor by Microsoft and is my editor of choice on a Linux-based GUI system. After adding a cadre of its many available extensions from the marketplace, it can transform into a powerful Integrated Development Environment. I use VSCode in the professional environment and at home. As is kind of … Continue reading "VSCode C++ Syntax Coloring Issues"
Read MoreAdding an External Real-time Clock Module For the Beaglebone Black
The post provides rough steps for integrating a real-time clock (RTC) module with a Beaglebone Black (BBB) for the purposes of accurate date and time retention over power cycles.
Read MoreUpgrading to a New System Image for the Beaglebone Black in Early 2023
This post details steps I took in obtaining, preparing, and running a new Linux system image for the BBB in early 2023. The upgrade moved the board from running a Debian TI Linux image based on Debian 9.12 to one based on Debian 11.6.
Read MoreUsing GDB with GDB Server within Visual Studio Code
This post walks through a simple setup and usage of the gdb with gdbserver for Visual Studio Code for debugging a program running on a remote embedded target from a host PC.
Read MoreUsing GDB and GDB Server with the Beaglebone Black
This post is a “quick and dirty” for using GDB and GDB server on the command line with the Beaglebone Black (BBB) Single Board Computer (SBC).
Read More