-
Notifications
You must be signed in to change notification settings - Fork 21
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
Update rtos_qspi_flash driver to use "xmos_flash" #46
Comments
Driver updated and verified with #101. Tools API update requests can be found in: Bug 18717 Update could not be done backwards compatible, so PR will be on hold until XTC 15.2.0 is public, as this tools version will be the required minimum version. |
https://github.com/xmos/fwk_rtos/tree/feature/tools_qspi_lib Blocked until public Tools 15.2.0 release. |
Due to performance of lib_quadflash, this issue will be changed to update rtos_qspi_flash_driver to use xmos_flash instead. |
Changed name. Also note that this requires XTC 15.2. |
Change name again to reflect current plan of using libquadflash and lib_fast_flash_read
Closed duplicate task #128 |
Most should be straight forward. The safety of rtos_qspi_flash_read_ll() needs to be evaluated once implementation is in, but it appears safe from quick glance.
Functional benchmarking and verification at application level: This change may break:
sln_voice/ffd (high)
sln_voice/stlp (low)
xcore_sdk/examples/freertos/usb (med)
xcore_sdk/examples/freertos/iot (med)
xcore_sdk/examples/freertos/explorer_board (low)
xcore_sdk/examples/freertos/l2_cache (low)
xcore_sdk/examples/bare-metal/explorer_board (low)
Add driver support and docs for manual flash parameters. Will reference:
https://www.xmos.ai/documentation/XM-014363-PC-LATEST/html/tools-guide/tutorials/add-flash-support/flash.html
Update tests for added/removed features. This work should include #101
See xmos/xcore_iot#501
The text was updated successfully, but these errors were encountered: