Implement 'hf calypso dump' command

This commit is contained in:
kormax
2026-05-02 22:03:09 +03:00
parent 64a759e7c3
commit 89b729e06b
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" },