2023-12-13 15:30:00 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
# Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
|
|
|
|
|
|
|
|
if SOC_SERIES_APOLLO3X
|
|
|
|
|
|
|
|
rsource "Kconfig.defconfig.apollo3*"
|
|
|
|
|
2024-01-24 15:28:11 +08:00
|
|
|
# Need to enlarge the IDLE stack size because the power
|
|
|
|
# management operations are executed in the idle task
|
|
|
|
config IDLE_STACK_SIZE
|
|
|
|
default 2048 if PM
|
|
|
|
|
2023-12-13 15:30:00 +08:00
|
|
|
endif # SOC_SERIES_APOLLO3X
|