Skip to content
Snippets Groups Projects
  1. Jul 16, 2020
  2. Jul 07, 2020
    • koenigl's avatar
      button subsystem: use manual panic! instead of unwrap() · e1c6aca7
      koenigl authored
      unwrap only works if the error value implements Debug, however since the
      buttons subsystem doesn't return TockValue<E> but TockError this isn't the case
      (anymore).  In theory one should think about refactoring check_user_presence()
      to return TockResult<()> and possibly implementing some way for Ctap2StatusCode
      to be converted to TockError enums or similar.  Then we can just pass errors
      up the stack instead of panicking early.
      e1c6aca7
  3. Jun 30, 2020
  4. Jun 24, 2020
  5. Jun 19, 2020
  6. Jun 11, 2020
  7. Jun 02, 2020
  8. May 27, 2020
  9. May 15, 2020
  10. May 14, 2020
  11. May 13, 2020
  12. May 12, 2020
  13. May 11, 2020
Loading