You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/01/21 05:48:23 UTC

[GitHub] [incubator-nuttx] zouboan opened a new pull request #5300: up_progmem_erasesize for stm32f20xxf40xx_flash.c

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

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5300: up_progmem_erasesize for stm32f20xxf40xx_flash.c

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5300:
URL: https://github.com/apache/incubator-nuttx/pull/5300


   


-- 
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-unsubscribe@nuttx.apache.org

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