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>
This commit is contained in:
parent
c7fe428df3
commit
2749cfed8e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ sample:
|
|||
description: lz4 data compression library
|
||||
common:
|
||||
tags: compression lz4
|
||||
min_ram: 40
|
||||
min_ram: 64
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue