Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Services refactor #17

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Services refactor #17

merged 3 commits into from
Jun 24, 2024

Conversation

mcknly
Copy link
Owner

@mcknly mcknly commented Jun 24, 2024

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.

nbes4 and others added 3 commits June 18, 2024 11:20
* Group service arrays into simple struct

* Use size_t and fixed typo
@mcknly
Copy link
Owner Author

mcknly commented Jun 24, 2024

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

@mcknly mcknly merged commit dd9c7c4 into main Jun 24, 2024
@mcknly mcknly deleted the services-refactor branch June 25, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants