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 2020/10/21 01:37:01 UTC

[GitHub] [incubator-nuttx] daniel-p-carvalho commented on pull request #2009: Added STM32L432KC DAC support.

daniel-p-carvalho commented on pull request #2009:
URL: https://github.com/apache/incubator-nuttx/pull/2009#issuecomment-713236187


   @patacongo I've created the STM32L4 common driver directory trying to replicate the one in STM32 boards directory. It builds and seems to work fine but the build process is showing the following messages
   
   make[2]: Entering directory '/home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/arm/stm32l4/common'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: overriding recipe for target 'stm32_boot.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: ignoring old recipe for target 'stm32_boot.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: overriding recipe for target 'stm32_spi.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: ignoring old recipe for target 'stm32_spi.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: overriding recipe for target 'stm32_autoleds.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: ignoring old recipe for target 'stm32_autoleds.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: overriding recipe for target 'stm32_appinit.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:102: warning: ignoring old recipe for target 'stm32_appinit.o'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:108: warning: overriding recipe for target 'libboard.a'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:108: warning: ignoring old recipe for target 'libboard.a'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:114: warning: overriding recipe for target '.depend'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:114: warning: ignoring old recipe for target '.depend'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:129: warning: overriding recipe for target 'clean'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:129: warning: ignoring old recipe for target 'clean'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:136: warning: overriding recipe for target 'distclean'
   /home/daniel/nuttx-workspace/stm32l4_adc_llops/nuttx/boards/Board.mk:136: warning: ignoring old recipe for target 'distclean'
   
   Can you help me with this problem?
   
   Thanks


----------------------------------------------------------------
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.

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