From 3432e6fc8c826bafe5b0f10718a09c6b30de4c70 Mon Sep 17 00:00:00 2001 From: Michael Kaplan Date: Mon, 11 Dec 2017 08:34:38 +0100 Subject: [PATCH] CpuUid: renamed files to device uid naming scheme --- drivers/{CpuUid.cpp => DeviceUid.cpp} | 0 drivers/{CpuUid.h => DeviceUid.h} | 0 hal/{cpu_uid_api.h => device_uid_api.h} | 0 .../TARGET_NORDIC/TARGET_NRF5/{cpu_uid_api.c => device_uid_api.c} | 0 targets/TARGET_STM/{cpu_uid_api.c => device_uid_api.c} | 0 .../TARGET_EFM32/{cpu_uid_api.c => device_uid_api.c} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename drivers/{CpuUid.cpp => DeviceUid.cpp} (100%) rename drivers/{CpuUid.h => DeviceUid.h} (100%) rename hal/{cpu_uid_api.h => device_uid_api.h} (100%) rename targets/TARGET_NORDIC/TARGET_NRF5/{cpu_uid_api.c => device_uid_api.c} (100%) rename targets/TARGET_STM/{cpu_uid_api.c => device_uid_api.c} (100%) rename targets/TARGET_Silicon_Labs/TARGET_EFM32/{cpu_uid_api.c => device_uid_api.c} (100%) diff --git a/drivers/CpuUid.cpp b/drivers/DeviceUid.cpp similarity index 100% rename from drivers/CpuUid.cpp rename to drivers/DeviceUid.cpp diff --git a/drivers/CpuUid.h b/drivers/DeviceUid.h similarity index 100% rename from drivers/CpuUid.h rename to drivers/DeviceUid.h diff --git a/hal/cpu_uid_api.h b/hal/device_uid_api.h similarity index 100% rename from hal/cpu_uid_api.h rename to hal/device_uid_api.h diff --git a/targets/TARGET_NORDIC/TARGET_NRF5/cpu_uid_api.c b/targets/TARGET_NORDIC/TARGET_NRF5/device_uid_api.c similarity index 100% rename from targets/TARGET_NORDIC/TARGET_NRF5/cpu_uid_api.c rename to targets/TARGET_NORDIC/TARGET_NRF5/device_uid_api.c diff --git a/targets/TARGET_STM/cpu_uid_api.c b/targets/TARGET_STM/device_uid_api.c similarity index 100% rename from targets/TARGET_STM/cpu_uid_api.c rename to targets/TARGET_STM/device_uid_api.c diff --git a/targets/TARGET_Silicon_Labs/TARGET_EFM32/cpu_uid_api.c b/targets/TARGET_Silicon_Labs/TARGET_EFM32/device_uid_api.c similarity index 100% rename from targets/TARGET_Silicon_Labs/TARGET_EFM32/cpu_uid_api.c rename to targets/TARGET_Silicon_Labs/TARGET_EFM32/device_uid_api.c