Skip to content

Commit 3f92de3

Browse files
wdfk-progRbb666
authored andcommitted
feat:[tool][hpatch]添加tinyuz功能配置
1 parent 872ad0b commit 3f92de3

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

tools/hpatchlite-wrapper/Kconfig

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
1-
21
menuconfig PKG_USING_HPATCHLITE
32
bool "hpatchlite-wrapper: A lightweight and user-friendly wrapper for the HPatchLite."
43
default n
4+
select RT_USING_HEAP
55

66
if PKG_USING_HPATCHLITE
77

88
config PKG_HPATCHLITE_PATH
99
string
1010
default "/packages/tools/hpatchlite-wrapper"
1111

12+
menu "Decompressor Options"
13+
14+
config PKG_HPATCHLITE_DECOMPRESSER_TUZ
15+
bool "Enable tinyuz (tuz) decompressor support"
16+
default n # By default, enable the smallest decompressor
17+
help
18+
Select this to include support for the tinyuz (.tuz) compressed patch format.
19+
This is a lightweight decompressor, ideal for resource-constrained devices.
20+
21+
# You can add other decompressors here in the future
22+
# config PKG_HPATCHLITE_DECOMPRESSER_ZLIB
23+
# bool "Enable zlib decompressor support"
24+
# default n
25+
26+
endmenu
27+
1228
choice
1329
prompt "Version"
1430
default PKG_USING_HPATCHLITE_LATEST_VERSION

0 commit comments

Comments
 (0)