This is an automated email from the ASF dual-hosted git repository.

mlaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 7cc2ef4  Removed backwards compatibility unused settings introcuduced 
with nrf5281x support.
     new bcfb530  Merge pull request #1856 from mlaz/nrf52_unused_code
7cc2ef4 is described below

commit 7cc2ef484f4f313a0d20712391f0fe399e07f6e7
Author: Miguel Azevedo <miguella...@gmail.com>
AuthorDate: Sun Jun 2 21:12:05 2019 +0100

    Removed backwards compatibility unused settings introcuduced with nrf5281x 
support.
---
 hw/mcu/nordic/nrf52xxx/syscfg.yml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hw/mcu/nordic/nrf52xxx/syscfg.yml 
b/hw/mcu/nordic/nrf52xxx/syscfg.yml
index 6773bd6..a6b611f 100644
--- a/hw/mcu/nordic/nrf52xxx/syscfg.yml
+++ b/hw/mcu/nordic/nrf52xxx/syscfg.yml
@@ -451,10 +451,6 @@ syscfg.defs:
             - "!XTAL_RC"
         deprecated: 1
 
-syscfg.vals.MCU_NRF52810:
-    MCU_TARGET: nRF52810
-syscfg.vals.MCU_NRF52811:
-    MCU_TARGET: nRF52811
 syscfg.vals.MCU_NRF52832:
     MCU_TARGET: nRF52832
 syscfg.vals.MCU_NRF52840:

Reply via email to