jlaitine opened a new pull request, #19145:
URL: https://github.com/apache/nuttx/pull/19145

   ## Summary
   
   This removes the DEBUGASSERT in ftl_initialize_by_path. Instead, check 
compile time that FTL is enabled in case some of the drivers implement the 
isbad and markbad functions.
   
   Also select the FTL_BBM for those drivers as they require it.
   
   ## Impact
   
   This checks the validity of bad-block management configuration at build 
time; the compilation fails
   if the mtd driver implements bad block management, but the configuration 
doesn't enable the FTL_BBM
   
   ## Testing
   
   Tested by compiling this PR in CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to