You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
littlefs2_prince_filesystem always enables the entire PRINCE region 2 which can be problematic if this region is not used exclusively for the filesystem. It is hard to provide a correct and general implementation so I would transform this macro into an example that can be adapted depending on the use case.
littlefs2_prince_filesystem
always enables the entire PRINCE region 2 which can be problematic if this region is not used exclusively for the filesystem. It is hard to provide a correct and general implementation so I would transform this macro into an example that can be adapted depending on the use case.lpc55-hal/src/drivers/flash.rs
Lines 527 to 532 in 53a86f7
littlefs2_filesystem
could just be a struct using const generics.lpc55-hal/src/drivers/flash.rs
Line 395 in 53a86f7
The text was updated successfully, but these errors were encountered: