zouboan opened a new pull request #5300: URL: https://github.com/apache/incubator-nuttx/pull/5300
## Summary A compilation error occurred when using mtd_progmem on stm32f4 : /nuttx/staging/libdrivers.a(mtd_progmem.o): In function `progmem_initialize': /nuttx/drivers/mtd/mtd_progmem.c:434: undefined reference to `up_progmem_erasesize' Makefile:164: recipe for target 'nuttx' failed make[1]: *** [nuttx] Error 1 ## Impact There's no up_progmem_erasesize in stm32f20xxf40xx_flash.c, but there has up_progmem_erasesize in stm32f10xxf30xx_flash.c ## Testing tested on stm32f405RGT6 -- 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]
