Skip to content
  • David Brownell's avatar
    ADIv5: doxygen · 6f262b69
    David Brownell authored
    
    
    Provide doxygen for many of the public ADIv5 interfaces (i.e. the ones
    called from Cortex core support code).
    
    Add FIXMEs (and a TODO) to help resolve implementation issues which
    became more apparent when trying to document this code:
    
     - Error-prone context-sensitivity (queued/nonqueued) in many procedures.
    
     - Procedures that lie by ignoring errors and wrongly claiming success.
    
    Also, there was no point in a return from dap_ap_select(); it can't fail,
    and no caller checks its return status.  Clean that up, make it void.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    6f262b69