Home
last modified time | relevance | path

Searched refs:lz4 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/samples/modules/compression/lz4/
DREADME.rst1 .. zephyr:code-sample:: lz4
15 Add the lz4 module to your West manifest and pull it:
19 west config manifest.project-filter -- +lz4
25 :zephyr-app: samples/modules/compression/lz4
DCMakeLists.txt6 project(lz4) project
/Zephyr-latest/modules/lz4/
DKconfig10 This option enables lz4 compression & decompression library
26 Disable lz4 functions that use dynamic memory allocation functions.
49 also compresses data using the lz4 block format.
72 Build xxHash library included in lz4 sources.
79 In order to produce compressed data compatible with lz4 command line
DCMakeLists.txt24 ${LZ4_DIR}/lib/lz4.c
/Zephyr-latest/modules/lvgl/
DCMakeLists.txt194 ${LVGL_DIR}/src/libs/lz4/lz4.c
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst98 * ``lz4``
Drelease-notes-2.7.rst1044 * :github:`39135` - samples/compression/lz4 build failed (lz4.h: No such file or directory)
1615 * :github:`36465` - samples/compression/lz4 failed with arcmwdt toolchian
Drelease-notes-2.6.rst2082 * :github:`28535` - RFC: Add lz4 Data Compresssion library Support
Drelease-notes-3.3.rst3359 * :github:`51520` - samples: compression lz4 fails on small-ram stm32 platforms