Merge pull request #3285 from kormax/calypso-dump

Implement 'hf calypso dump' command
This commit is contained in:
Iceman
2026-05-03 09:57:14 +07:00
committed by GitHub
3 changed files with 1077 additions and 38 deletions
+1
View File
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log...
## [unreleased][unreleased]
- Added `hf calypso dump` command (@kormax)
- Added `hf calypso info` command (@kormax)
- Added ARM compilation support for picolibc, fixing compilation on Debian Forky (@doegox)
- Added `hf mdfes leaf` command (@pcunning)
+1075 -38
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -223,6 +223,7 @@ const static vocabulary_t vocabulary[] = {
{ 0, "hf aliro read" },
{ 1, "hf calypso help" },
{ 0, "hf calypso info" },
{ 0, "hf calypso dump" },
{ 1, "hf cipurse help" },
{ 0, "hf cipurse info" },
{ 0, "hf cipurse select" },