Skip to content

Commit 0ccac5e

Browse files
samples: modules: tflite-micro: Support tflm_ethosu for ek_ra8p1
Add support sample app `tflm_ethosu` for Renesas ek_ra8p1 board Signed-off-by: Khoa Nguyen <[email protected]>
1 parent da5d298 commit 0ccac5e

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

samples/modules/tflite-micro/tflm_ethosu/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ config TAINT_BLOBS_TFLM
99
config TAINT_BLOBS_TFLM_ETHOSU
1010
bool "Choose Vela-compiled model targeting Ethos-U"
1111
default y
12-
depends on ETHOS_U_ARM || ETHOS_U_NUMAKER
12+
depends on ETHOS_U_ARM || ETHOS_U_NUMAKER || ETHOS_U_RENESAS
1313
select TAINT_BLOBS_TFLM
1414

1515
source "Kconfig.zephyr"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&npu0 {
7+
interrupts = <95 1>;
8+
interrupt-names = "npu-irq";
9+
status = "okay";
10+
};
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&npu0 {
7+
interrupts = <95 1>;
8+
interrupt-names = "npu-irq";
9+
status = "okay";
10+
};

0 commit comments

Comments
 (0)