davids5 commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-738920185


   @fjpanag We need to scope the naming and use composition. Looking at it from 
A board has one (or many) CPU that have each a voltage. If we assume the multi 
Soc of the same type use the same Vdd then BOARD_STM32F7_VDD 1.8 could be used 
with BOARD_STM32F4_VDD  3.3 and will work.  While this could be a Kconfig Knob, 
 I would say it is invariant on a board and to me that would be better set in 
board.h (if it is not the default*)
   
   *Yes to not have to revised every board.  We need to use the if 
!defined(BOARD_STM32F7_VDD ) like stanza. that defaults it. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to