mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 07:18:49 +08:00
2fd76ea150
- Replace syslog() with finfo()/fwarn() to follow the NuttX subsystem debug convention. - Merge adjacent early-continue `if` branches in w25n_pick_free_spare and w25n_scan_factory_bad. - Add Input Parameters / Returned Value sections to the BBM helper headers. - Clarify why only -EIO triggers a remap retry in w25n_erase and w25n_bwrite (block-level E-FAIL/P-FAIL vs. transient bus faults). Signed-off-by: Julian Oes <julian@oes.ch>