You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/06/01 17:07:05 UTC

[GitHub] [mynewt-core] andrzej-kaczmarek commented on a change in pull request #1855: Trying to add NRF52811 support

andrzej-kaczmarek commented on a change in pull request #1855: Trying to add NRF52811 support
URL: https://github.com/apache/mynewt-core/pull/1855#discussion_r289612320
 
 

 ##########
 File path: hw/mcu/nordic/nrf52xxx/syscfg.yml
 ##########
 @@ -449,6 +451,10 @@ syscfg.defs:
             - "!XTAL_RC"
         deprecated: 1
 
+syscfg.vals.MCU_NRF52810:
+    MCU_TARGET: nRF52810
+syscfg.vals.MCU_NRF52811:
+    MCU_TARGET: nRF52811
 
 Review comment:
   vals below are for backwards compatibility with already existing syscfg definitions so this has no effect since there are no `MCU_NRF52810`/`MCU_NRF52811` defined

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


With regards,
Apache Git Services