gordonklaus opened a new pull request #573: Move SPI and I2C config definitions 
from BSPs to MCUs.
URL: https://github.com/apache/mynewt-core/pull/573
 
 
   Also add restrictions between I2C and SPI on nRF5x boards, as was already 
done for the EE-02.
   
   This is primarily a refactoring, but it could cause some builds to fail.  In 
particular, any BSP not the core that defines these settings will see ?setting 
XXX redefined? errors.  And any nRF5x app or target that had both I2C_0 and 
SPI_0 enabled (or _1) will run into the new restrictions.
   
   Otherwise, all settings (interfaces enabled, pin numbers) are unchanged, 
with one exception:  The VBLUno boards had enabled I2C and SPI 0 and 1.  To 
resolve the conflict, I disabled SPI, as at least I2C_0 seems like it ought to 
be enabled by default for the on-board OLED.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to