Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion examples/arm/zephyr/prj.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
# Copyright 2025 Arm Limited and/or its affiliates.
# Copyright 2025-2026 Arm Limited and/or its affiliates.
#
# SPDX-License-Identifier: Apache-2.0

Expand Down Expand Up @@ -34,3 +34,7 @@ CONFIG_ETHOS_U=y
CONFIG_EXECUTORCH_METHOD_ALLOCATOR_POOL_SIZE=262144
# Ethos-U scratch memory requirements scale with the compiled network.
CONFIG_EXECUTORCH_TEMP_ALLOCATOR_POOL_SIZE=1572864

# Enable Helium (MVE) builds of CMSIS-NN by selecting the FPU and hard-float ABI.
CONFIG_FPU=y
CONFIG_FP_HARDABI=y
Loading