samples: sysview: Update memory requirements

When we enabled SEGGER support on the nRF51 series SoCs, this sample
started to fail due to small amount of memory avaiable on some nRF51
SoCs. This commit updates the min_ram property in order to exclude
failing boards from the build.

Signed-off-by: Piotr Zięcik <piotr.ziecik@nordicsemi.no>
This commit is contained in:
Piotr Zięcik 2018-07-02 15:37:47 +02:00 committed by Carles Cufí
parent 97adff57f1
commit a7e2c58af5

View file

@ -4,7 +4,7 @@ tests:
test:
filter: CONFIG_HAS_SEGGER_RTT
tags: debug tracing
min_ram: 13
min_ram: 18
harness: console
harness_config:
type: one_line