This is an automated email from the ASF dual-hosted git repository. acassis pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push: new bc68ce993 wamr: tweak the defaults according to the new ARCH kconfig options bc68ce993 is described below commit bc68ce993b1ec385cb7d8f11b5e8fca96d53f3be Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Wed May 15 09:37:21 2024 +0900 wamr: tweak the defaults according to the new ARCH kconfig options --- interpreters/wamr/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interpreters/wamr/Kconfig b/interpreters/wamr/Kconfig index 4604e3333..fbe400641 100644 --- a/interpreters/wamr/Kconfig +++ b/interpreters/wamr/Kconfig @@ -49,10 +49,12 @@ config INTERPRETERS_WAMR_AOT_QUICK_ENTRY config INTERPRETERS_WAMR_AOT_WORD_ALIGN_READ bool "Make WAMR AOT loader use word-aligned read" + default y if ARCH_TEXT_HEAP_WORD_ALIGNED_READ default n config INTERPRETERS_WAMR_MEM_DUAL_BUS_MIRROR bool "Make WAMR AOT loader aware of separate instruction/data memory mapping" + default y if ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS default n choice