浏览代码

update: 云编译支持miniz库的

Wendal Chen 2 年之前
父节点
当前提交
64cfd1690e
共有 3 个文件被更改,包括 15 次插入0 次删除
  1. 7 0
      cloudbuild/esp32c3-idf5.meta.json
  2. 7 0
      cloudbuild/esp32s3-idf5.meta.json
  3. 1 0
      luatos/include/luat_conf_bsp.h

+ 7 - 0
cloudbuild/esp32c3-idf5.meta.json

@@ -404,6 +404,13 @@
                   "rsize": 3008,
                   "fsize": 274360,
                   "dft": false
+               },
+               {
+                  "name": "miniz",
+                  "content": "兼容zlib/gzip的压缩/解压库",
+                  "rsize": 3008,
+                  "fsize": 274360,
+                  "dft": false
                }
             ],
             "fsize": 365376,

+ 7 - 0
cloudbuild/esp32s3-idf5.meta.json

@@ -361,6 +361,13 @@
                   "rsize": 3008,
                   "fsize": 274360,
                   "dft": false
+               },
+               {
+                  "name": "miniz",
+                  "content": "兼容zlib/gzip的压缩/解压库",
+                  "rsize": 3008,
+                  "fsize": 274360,
+                  "dft": false
                }
             ],
             "fsize": 365376,

+ 1 - 0
luatos/include/luat_conf_bsp.h

@@ -65,6 +65,7 @@
 // #define LUAT_USE_MLX90640 1
 // zlib压缩,更快更小的实现
 // #define LUAT_USE_YMODEM
+// #define LUAT_USE_MINIZ
 
 // #define LUAT_USE_FATFS
 // #define LUAT_USE_FATFS_CHINESE 3