Function pico_download::download_drivers_to_cache[][src]

pub fn download_drivers_to_cache(
    drivers: &[Driver]
) -> Result<(), DriverDownloadError>
Expand description

Downloads the requested drivers and any dependencies to the cache location.

Drivers downloaded using this function can be loaded using the Resolution returned from cache_resolution().

DeviceEnumerator::with_resolution(cache_resolution())