zephyr/samples/compression/lz4
Watson Zeng 2945ccb7e2 samples: compression: lz4: add TOOLCHAIN_HAS_NEWLIB filter
samples\compression\lz4 rely on CONFIG_NEWLIB_LIBC=y, let's
add TOOLCHAIN_HAS_NEWLIB filter for it.

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
2021-06-28 09:15:43 -04:00
..
src
CMakeLists.txt
README.rst
prj.conf
sample.yaml samples: compression: lz4: add TOOLCHAIN_HAS_NEWLIB filter 2021-06-28 09:15:43 -04: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.