Category C/C++

Modern C and C++ techniques for embedded systems and firmware.

Using std::span in Modern C++

Feature image reading One View Zero Copies for Using std::span in Modern C++

What std::span fixes about pointer-plus-length APIs, where it fits in firmware and tools, and which lifetime, bounds, DMA, and toolchain issues it still cannot protect.