Files
micropython/tools
Damien George e53f262a85 tools/mpremote: For mip install, use hash to skip files that exist.
When using `mip install`, if a file that needs to be downloaded already
exists locally, then the hash of that local file will be computed and if it
matches the known hash of the remote file it will not be downloaded.

Hashes in mip are guaranteed unique, so this change should never leave
stale files on the filesystem.

This behaviour follows that of the `mip` package in `micropython-lib`.

Signed-off-by: Damien George <damien@micropython.org>
2025-05-02 11:44:32 +10:00
..
2024-03-07 16:25:17 +11:00
2025-04-24 21:42:21 +10:00
2025-02-25 13:02:49 +01:00
2025-02-25 13:02:49 +01:00