[FR] Modify single function callback hooks #462
Labels
enhancement
enhancement
module: core
module: core
request: new core feature
request: new feature
request
request
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.
The text was updated successfully, but these errors were encountered: