Skip to content
  • Damien George's avatar
    stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc. · ccacdf44
    Damien George authored
    Make a clearer distinction between init functions that must be done
    before any scripts can run (xxx_init0) and those that can be safely
    deferred (xxx_init).
    
    Fix bug initialising USB VCP exception.  Addresses issue #788.
    
    Re-order some init function to improve reliability of
    reset/soft-reset.
    ccacdf44