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

[FR] Modify single function callback hooks #462

Closed
Paciente8159 opened this issue Aug 2, 2023 · 1 comment
Closed

[FR] Modify single function callback hooks #462

Paciente8159 opened this issue Aug 2, 2023 · 1 comment
Labels
enhancement enhancement module: core module: core request: new core feature request: new feature request request

Comments

@Paciente8159
Copy link
Owner

Is your feature request related to a problem? Please describe.
Currently single owner callback points inside the code make use compile time functions, making impossible to have different owners once compiled (for example hooks inside ISR).

A better approach (with minimal impact on execution) would be to use function pointers instead of hard-coded functions to allow code execution modification on these hooks.

@Paciente8159 Paciente8159 added module: core module: core request: new core feature request: new feature enhancement enhancement request request labels Aug 2, 2023
@Paciente8159
Copy link
Owner Author

Addressed by #464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement enhancement module: core module: core request: new core feature request: new feature request request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant