mlyszczek commented on code in PR #6426:
URL: https://github.com/apache/incubator-nuttx/pull/6426#discussion_r896429729


##########
arch/arm/src/stm32wl5/stm32wl5_flash.c:
##########
@@ -359,6 +343,31 @@ ssize_t up_progmem_eraseblock(size_t block)
     }
 }
 
+ssize_t up_progmem_ispageerased(size_t page)

Review Comment:
   Orginally stm32wl5_flash.c was based on code copied from stm32l5, but it 
turned out stm32l4 is more compatible with stm32wl5, so I copied over file from 
l4 and then adapted the code to work with wl5. I think we should consider files 
in arch/* as new files, not diffs.



-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to