-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Support usdhc feature on rt700 cm33_cpu0 core #91316
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
base: main
Are you sure you want to change the base?
Support usdhc feature on rt700 cm33_cpu0 core #91316
Conversation
af720dc
to
ee6469d
Compare
Hi @hakehuang , |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FAT fs test changes ok
Mostly NXP stuff, reassigned to @butok |
will feedback soon |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
board test pass
2025-06-11 14:27:33,529 - twister - DEBUG - DEVICE: *** Booting Zephyr OS build v4.1.0-5421-gee6469da2baa ***
2025-06-11 14:27:33,532 - twister - DEBUG - DEVICE: Running TESTSUITE fat_fs_basic
2025-06-11 14:27:33,538 - twister - DEBUG - DEVICE: ===================================================================
2025-06-11 14:27:34,526 - twister - DEBUG - DEVICE: I: Card does not support CMD8, assuming legacy card
2025-06-11 14:27:34,610 - twister - DEBUG - DEVICE: I: Card switched to 1.8V signaling
2025-06-11 14:27:34,614 - twister - DEBUG - DEVICE: I: CID decoding not supported for MMC
2025-06-11 14:27:34,621 - twister - DEBUG - DEVICE: I: Card block count is 30777344, block size is 512
2025-06-11 14:27:34,642 - twister - DEBUG - DEVICE: For SD2 using sector write size 512 to write 1 at once
...
2025-06-11 14:27:42,337 - twister - DEBUG - DEVICE: ===================================================================
2025-06-11 14:27:42,340 - twister - DEBUG - DEVICE: TESTSUITE fat_fs_basic succeeded
2025-06-11 14:27:42,343 - twister - DEBUG - DEVICE: ------ TESTSUITE SUMMARY START ------
2025-06-11 14:27:42,352 - twister - DEBUG - DEVICE: SUITE PASS - 100.00% [fat_fs_basic]: pass = 1, fail = 0, skip = 0, total = 1 duration = 0.006 seconds
2025-06-11 14:27:42,359 - twister - DEBUG - DEVICE: - PASS - [fat_fs_basic.test_fat_mount_rd_only] duration = 0.006 seconds
2025-06-11 14:27:42,362 - twister - DEBUG - DEVICE: ------ TESTSUITE SUMMARY END ------
2025-06-11 14:27:42,368 - twister - DEBUG - DEVICE: ===================================================================
2025-06-11 14:27:42,372 - twister - DEBUG - DEVICE: RunID: 9eab19b6683af577950d8b0b3d05bb45
2025-06-11 14:27:42,374 - twister - DEBUG - DEVICE: PROJECT EXECUTION SUCCESSFUL
ce8aac5
add usdhc instances for rt700 cm33_cpu0 Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
enable usdhc0 clock config usdhc0 pin enable mmc-disk:SD2 Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
Increase ZTEST_STACK_SIZE to 2048 Signed-off-by: Lucien Zhao <lucien.zhao@nxp.com>
ce8aac5
to
4a7571a
Compare
|
Rebase and resolve the conflicts. |
Hi @dleach02 @decsny @mmahadevan108 , |
@lucien-nxp @dleach02 this looks like a lot of new development coming in now late for the 4.2 release, as we're on RC3 now. I'm moving this to 4.3. |
enable tests/subsys/fs/fat_fs_api case with mmc feature