Skip to content
  • Scotty Bauer's avatar
    Added new function to IPC API: attach_thread_to_channel. · 724861a8
    Scotty Bauer authored
    
    
    Split create_channel into two functions:
    create_channel simply allocates space for the channel and
    the ring buffer.
    
    attach_thread_to_channel:
    This function creates a kthread and pins it to a specific core.
    It takes a funciton pointer to the function you want to execute.
    
    **NOTE**
    The timing code is still using the API, It will be fixed in future
    commits
    
    Signed-off-by: default avatarScott Bauer <sbauer@eng.utah.edu>
    724861a8