The Perils of Dynamic Memory in Embedded Systems
First start let’s start with a definition. In this context – dynamic memory means acquiring and releasing memory at run […]
First start let’s start with a definition. In this context – dynamic memory means acquiring and releasing memory at run […]
NQBP Gen2 is a Python based build system that I have used in some form or another over many years […]
This week’s article is a dive into the Colony.core’s Cpl C++ class library, specifically its Operating System Abstract layer (OSAL). […]
As discussed earlier, one form of late binding is compile time binding. This is an abstraction technique that allows you […]
The TShell example project is an introduction to using the TShell framework. A brief overview to the TShell can be […]
The world can always use yet another Command Line Interface implementation 😉. Here is mine. The TShell is a C++ […]
This post provides in-depth details about the Data Model’s change notification mechanism and semantics as implemented by the CPL C++ […]
The Data Model example project is an introduction to using the CPL C++ Class library’s Data Model framework. A brief […]
My latest progress with the Raspberry Pi Pico: the PicoW. I have purchased a new Pimoroni Automation 2040W board for […]
Lists, FIFOs, dictionaries, maps, etc. are handy-dandy data structures when designing and implementing code. However, most container implementations either use […]