Actions
Feature #8137
openProperly place context switching model comments
Start date:
04/21/2017
Due date:
% Done:
0%
Estimated time:
Published in build:
Description
At the moment it looks like the following:
Call callback F in interrupt context. Switch to interrupt context. F() ...
It would be better to have something like:
Switch to interrupt context. Call callback F in interrupt context. F() ...
I am not sure whether changes should be made.
No data to display
Actions