mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:22:36 +00:00
Instead of forcing use of NEWLIB_LIBC, select any available complete C library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF and adjust CONFIG_LIBC_MALLOC_ARENA_SIZE as needed. Signed-off-by: Keith Packard <keithp@keithp.com> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _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.