Skip to content

Commit 384dd7f

Browse files
committed
sample: Cleanup configurations
Removed axon configurations for nrf54lm20a target. Added sample.yaml for test inference. JIRA: none Signed-off-by: Jan Zyczkowski <jan.zyczkowski@nordicsemi.no>
1 parent 1d721d0 commit 384dd7f

3 files changed

Lines changed: 19 additions & 21 deletions

File tree

samples/axon/hello_axon/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/axon/inference/boards/nrf54lm20dk_nrf54lm20a_cpuapp.overlay renamed to tests/axon/inference/boards/nrf54lm20dk_nrf54lm20b_cpuapp.overlay

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
};
2121

2222
// Include Axons
23-
&global_peripherals {
24-
axon: axon@56000 {
25-
compatible = "nordic,axon";
26-
reg = <0x56000 0x1000>;
27-
interrupts = <86 NRF_DEFAULT_IRQ_PRIORITY>;
28-
status = "okay";
29-
};
23+
&axon {
24+
status = "okay";
3025
};

tests/axon/inference/sample.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sample:
2+
description: NN Inference test (application) to run and validate a compiled NN model
3+
name: nRF Edge AI Axon Inference test
4+
tests:
5+
axon.inference:
6+
harness: console
7+
harness_config:
8+
type: multi_line
9+
ordered: true
10+
regex:
11+
- "TEST:\\ttest_nn_inference_(.+)\\tCASE COUNT\\t(\\d+)"
12+
- "TEST:\\ttest_nn_inference_(.+)\\tCOMPLETE\\tPASS COUNT\\t(\\d+)\\tFAIL COUNT\\t(\\d+)"
13+
sysbuild: true
14+
platform_allow:
15+
- nrf54lm20dk/nrf54lm20b/cpuapp
16+
integration_platforms:
17+
- nrf54lm20dk/nrf54lm20b/cpuapp

0 commit comments

Comments
 (0)