Small System Framework

I have published BSD-licensed software framework for small memory systems to GitHub supurloop/ssf.

The framework, written in C, implements functionality that many embedded systems create on an ad-hoc basis, such as byte FIFOs, linked lists, memory pools, JSON parsing, and state machines.

Based on my 20+ years of embedded experience the framework uses best practices to eliminate at compile time and detect at runtime the most common coding and logic errors.

Faster software development, fewer bugs.