apache / nuttx-apps

Apache NuttX Apps is a collection of tools, shells, network utilities, libraries, interpreters and can be used with the NuttX RTOS
https://nuttx.apache.org/
Apache License 2.0
264 stars 490 forks source link

mtd_config_fs: support align size test #2354

Closed zhaoxingyu12 closed 3 months ago

zhaoxingyu12 commented 3 months ago

Summary

The previous test case simulation writing did not consider byte alignment

Impact

Testing

Pass CI. Local build with the following config, pass. CONFIG_MTD_CONFIG=y CONFIG_MTD_BYTE_WRITE=y CONFIG_MTD_CONFIG_FAIL_SAFE=y CONFIG_TESTING_MTD_CONFIG_FAIL_SAFE=y CONFIG_MTD_WRITE_ALIGN_SIZE=8

acassis commented 3 months ago

@zhaoxingyu12 Please include comments in the commit log, explaining the previous issue.

zhaoxingyu12 commented 3 months ago

please add commit message

add commit message done

acassis commented 3 months ago

@zhaoxingyu12 please consider submitting a basic documentation about this testing tool

zhaoxingyu12 commented 3 months ago

@zhaoxingyu12 please consider submitting a basic documentation about this testing tool

ok, where should I submit it to?