Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: jkent/frogfs

Tags

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Update version in idf_component.yml" (#70)

* Revert "Update version in idf_component.yml (#68)"

This reverts commit ce23baa.

* Update idf_component.yml

v5.3.0

Toggle v5.3.0's commit message
update vscode c_cpp_properties.json

v5.2.0

Toggle v5.2.0's commit message
fix libz linking

v5.1.0

Toggle v5.1.0's commit message
miniz deflate for use with esp32 ROM

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't generate pycache files in source directory (#59)

When used as an esp idf component, generating pycache files troubles the component manager with a mismatched fingerprint.
Adding -B option fixes that

v5.0.0

Toggle v5.0.0's commit message
frogfs_get_name fix

frogfs_get_name was orignally an internal function that got exposed as an api
function.  NULL terminating its string when the size is a multiple of 4 was
overlooked, so a small API change was required to ensure it always is NULL
terminated.

v4.0.2

Toggle v4.0.2's commit message
minor changes for consistency

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update idf_component.yml

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update idf_component.yml

Bumping IDF component version so it will match GitHub version.

v1.1.2

Toggle v1.1.2's commit message
bugfix: proper behavior for previous commit