mcknly / breadboard-os

A firmware platform aimed at quick prototyping, built around FreeRTOS and a feature-packed CLI
MIT License
500 stars 19 forks source link

Services refactor #17

Closed mcknly closed 1 week ago

mcknly commented 1 week ago

Refactoring the servicemanager framework to use a "service descriptors" structure rather than discrete arrays of names, function pointers, and run-at-boot flags, resulting in a simpler and more elegant way to implement new services. Thanks to @nbes4 for this contribution.

mcknly commented 1 week ago

@nbes4 - Thanks for the contribution! Merging into BreadboardOS main.