You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when SetConfig is called on a component, the processor servant is not notified and hence, no action will be taken.
The processor base class ( tizproc.h / tizproz_decls.h / tizproc.c ) needs to be updated so that a new callback method exists for reception of SetConfig events. The kernel servant needs to be modified in order to do the forwarding of the SetConfig event to the processor.
The text was updated successfully, but these errors were encountered:
Currently, when SetConfig is called on a component, the processor servant is not notified and hence, no action will be taken.
The processor base class ( tizproc.h / tizproz_decls.h / tizproc.c ) needs to be updated so that a new callback method exists for reception of SetConfig events. The kernel servant needs to be modified in order to do the forwarding of the SetConfig event to the processor.
The text was updated successfully, but these errors were encountered: