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:
parent
97adff57f1
commit
a7e2c58af5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue