No post body was provided.
Untitled topic
1–2 of 2 posts
Re: undefined
#2I’m building ccbpf to bring eBPF‑style programmability to embedded systems.
ccbpf includes: - a C‑subset compiler (ccbpf‑cc) that generates ccbpf bytecode - a small, portable VM for MCUs - a simple map system and hook/event model - a loadable program format designed for constrained devices
The goal is to let MCUs load and run small, safe, sandboxed programs—similar in spirit to eBPF, but built specifically for embedded environments.