zephyr/samples/compression/lz4
Francois Ramu 2749cfed8e samples: compression: lz4 requires more than 64kB of RAM
Set the min_ram limit to 64kB so that with new ztest lib
can run the sample on board with enough ram.
Smaller ram platforms are not used anymore.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-11-02 16:06:06 -05:00
..
src
CMakeLists.txt
README.rst
prj.conf
sample.yaml samples: compression: lz4 requires more than 64kB of RAM 2022-11-02 16:06:06 -05:00

README.rst

.. _lz4:

LZ4
###

Overview
********

A simple sample that can be used with any :ref:`supported board <boards>` and
compress & decompress the user data to the console.

Building and Running
********************

The sample can be built and executed on nrf52840dk_nrf52840 as follows:

.. zephyr-app-commands::
   :zephyr-app: samples/compression/lz4
   :board: nrf52840dk_nrf52840
   :goals: build flash
   :compact:

To build for another board, change "nrf52840dk_nrf52840" above to that board's name.