Skip to content

examples: Update ftl_initialize usage in code and Kconfig after kernel side change. #3147

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiaoxiang781216
Copy link
Contributor

@xiaoxiang781216 xiaoxiang781216 commented Jul 30, 2025

Summary

Impact

  • Examples description and code sync with kernel side change:
    • examples/media/Kconfig.
    • examples/mtdrwb/mtdrwb_main.c.

Testing

ci with apache/nuttx#16793

follow up kernel side change:
apache/nuttx#16793

Signed-off-by: Xiang Xiao <[email protected]>
@@ -180,7 +180,7 @@ int main(int argc, FAR char *argv[])
* interesting.
*/

ret = ftl_initialize(0, mtdrwb);
ret = ftl_initialize("/dev/mtdblock0", mtdrwb, 0);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should build fine after apache/nuttx#16793 is merged :-)

@cederom cederom changed the title examples: Fix ftl_initialize usage in code and Kconfig examples: Update ftl_initialize usage in code and Kconfig after kernel side change. Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants