Skyler Mansfield
Skyler Mansfield
Add support for BULK endpoint transfers. This is achieved by allocating hw_endpoint for bulk transfers, not just interrupt. These endpoints can perform transfers in a non-blocking manner, whereas using EPx...
Added descriptive strings for edpt_dir and edpt_type for debug output use rather than ports having to define their own.
This is done using the `role_mappings` property. Roles to be mapped are gotten from the 'warp_groups` oidc claim: ```sso_providers: - name: custom_sso label: Custom SSO provider: type: custom client_id: client_secret:...