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

esp32s3: Define syscall table to enable using ROM functions #8640

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

tmedicci
Copy link
Contributor

Summary

In spite of ROM functions defined on nuttx/boards/xtensa/esp32s3/common/scripts/esp32s3_rom.ld, these functions require setting up the syscall table to enable using some ROM functions (like hmac_md5, for instance).

Impact

Now users can call run functions that depend on system libc functions (i.e. hmac_md5()). This is especially useful for implementing the new Wi-Fi driver.

Testing

esp32s3-devkitc-1

@xiaoxiang781216 xiaoxiang781216 merged commit 173212e into apache:master Feb 23, 2023
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.

2 participants