-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added experimental RP2040 support * updated readme
- Loading branch information
Showing
9 changed files
with
740 additions
and
459 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name=ESP32-targz | ||
version=1.1.6 | ||
version=1.1.7 | ||
author=tobozo <[email protected]> | ||
maintainer=tobozo <[email protected]> | ||
sentence=A library to unpack/uncompress tar, gz, and tar.gz files on ESP32 and ESP8266 | ||
paragraph=ESP32-targz is a wrapper for TinyUntar and uzLib to use with fs::FS. It supports streaming and will use ~36KB ram. | ||
category=Data Processing | ||
url=https://github.com/tobozo/ESP32-targz/ | ||
architectures=esp32,esp8266 | ||
architectures=esp32,esp8266,rp2040,mbed_rp2040 | ||
includes=ESP32-targz.h |
Oops, something went wrong.