-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Bouffalo Lab] Add littlefs to access flash storage #35169
Conversation
Review changes with SemanticDiff. Analyzed 2 of 12 files. Overall, the semantic diff is 14% smaller than the GitHub diff.
|
PR #35169: Size comparison from daa2a57 to 6b495ca Full report (31 builds for cyw30739, linux, nrfconnect, nxp, psoc6, qpg, stm32, tizen)
|
PR #35169: Size comparison from daa2a57 to f44ce26 Full report (67 builds for cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35169: Size comparison from daa2a57 to 6da6fa4 Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #35169: Size comparison from a296b66 to 48dec44 Full report (10 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
PR #35169: Size comparison from a296b66 to a5f004a Full report (10 builds for nrfconnect, nxp, qpg, stm32, tizen)
|
PR #35169: Size comparison from a296b66 to 77fddfc Increases above 0.2%:
Full report (77 builds for bl602, bl702, bl702l, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* [feat] Add littlefs to access flash storage * fix restyle * update ci build job and remove regex in BLConfig_littlefs.cpp * fix restyle * fix compile error * fix restyle * fix compile error after restyle * fix restyle with include order
Add littlefs support to accelerate speed of flash stoarge access.
-easyflash
, current implemenatation uses easyflash for flash access which has different flash layout with littlefs, customer should use-easyflash
compile option to use easyflash-littlefs
, customer should use-littlefs
to use littlefs for flash access.