zephyr/samples/compression/lz4
Erwan Gouriou d6f150e97b samples/compression/l4z: Increase min_ram
Increase minimum RAM requirements on this test as it appears
that 32 is too low and 40 is verified ok.

Fixes #42161

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-01-28 10:07:00 +01:00
..
src
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
README.rst
prj.conf
sample.yaml samples/compression/l4z: Increase min_ram 2022-01-28 10:07:00 +01: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.