examples/natmod/deflate: Add deflate as a dynamic native module.
This replaces the previous zlib version. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
b804443cb3
commit
ea1a5e43d0
@@ -21,6 +21,7 @@ NATMOD_EXAMPLE_DIR = "../examples/natmod/"
|
||||
# Supported tests and their corresponding mpy module
|
||||
TEST_MAPPINGS = {
|
||||
"btree": "btree/btree_$(ARCH).mpy",
|
||||
"deflate": "deflate/deflate_$(ARCH).mpy",
|
||||
"framebuf": "framebuf/framebuf_$(ARCH).mpy",
|
||||
"heapq": "heapq/heapq_$(ARCH).mpy",
|
||||
"random": "random/random_$(ARCH).mpy",
|
||||
|
||||
Reference in New Issue
Block a user