Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a few optional text heap APIs to support esp32s3 #12355

Merged
merged 2 commits into from
May 20, 2024

Conversation

yamt
Copy link
Contributor

@yamt yamt commented May 15, 2024

Summary

esp32s3's Internal SRAM 1 and External Memory have two separate mappings for instructions and data.

expected merge order:
#12355
apache/nuttx-apps#2395
bytecodealliance/wasm-micro-runtime#3439

Impact

Testing

esp32s3's Internal SRAM 1 and External Memory have two separate mappings
for instructions and data.
@acassis
Copy link
Contributor

acassis commented May 15, 2024

@tmedicci please take a look

arch/Kconfig Outdated Show resolved Hide resolved
arch/Kconfig Outdated Show resolved Hide resolved
wenyongh pushed a commit to bytecodealliance/wasm-micro-runtime that referenced this pull request May 18, 2024
from:
ARCH_TEXT_HEAP_SEPARATE_DATA_ADDRESS
ARCH_TEXT_HEAP_WORD_ALIGNED_READ

to:
ARCH_HAVE_TEXT_HEAP_SEPARATE_DATA_ADDRESS
ARCH_HAVE_TEXT_HEAP_WORD_ALIGNED_READ
@xiaoxiang781216 xiaoxiang781216 merged commit 1ee279c into apache:master May 20, 2024
12 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants