Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Cabé fc4967e71f samples: lz4: reduce malloc arena size 2 years ago
..
src samples, tests, boards: Switch main return type from void to int 2 years ago
CMakeLists.txt cmake: increase minimal required version to 3.20.0 4 years ago
README.rst
prj.conf samples: lz4: reduce malloc arena size 2 years ago
sample.yaml samples: Switch from NEWLIB_LIBC to REQUIRES_FULL_LIBC 2 years ago

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.