From f3df1c1d1e7a3c97c8985504eec3643df670f046 Mon Sep 17 00:00:00 2001 From: Hugues Kamba Date: Mon, 5 Aug 2019 07:23:16 +0100 Subject: [PATCH] Relocate TARGET_MCU_NRF52840 to TARGET_NRF5x/TARGET_NRF52 --- .../TARGET_NRF52}/TARGET_MCU_NRF52840/USBPhyHw.h | 0 .../TARGET_NRF52}/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename targets/TARGET_NORDIC/{ => TARGET_NRF5x/TARGET_NRF52}/TARGET_MCU_NRF52840/USBPhyHw.h (100%) rename targets/TARGET_NORDIC/{ => TARGET_NRF5x/TARGET_NRF52}/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp (100%) diff --git a/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/USBPhyHw.h similarity index 100% rename from targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhyHw.h rename to targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/USBPhyHw.h diff --git a/targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp b/targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp similarity index 100% rename from targets/TARGET_NORDIC/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp rename to targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/USBPhy_Nordic.cpp