From a0a43ada37c8c7d17d39f624cea14de18575d945 Mon Sep 17 00:00:00 2001 From: Lingkai Dong Date: Fri, 3 Jul 2020 17:32:45 +0100 Subject: [PATCH] Move cellular drivers from components to connectivity/drivers --- .../drivers}/cellular/COMPONENT_STMOD_CELLULAR/README.md | 0 .../drivers}/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp | 0 .../drivers}/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.h | 0 .../drivers}/cellular/COMPONENT_STMOD_CELLULAR/mbed_lib.json | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename {components => connectivity/drivers}/cellular/COMPONENT_STMOD_CELLULAR/README.md (100%) rename {components => connectivity/drivers}/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp (100%) rename {components => connectivity/drivers}/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.h (100%) rename {components => connectivity/drivers}/cellular/COMPONENT_STMOD_CELLULAR/mbed_lib.json (100%) diff --git a/components/cellular/COMPONENT_STMOD_CELLULAR/README.md b/connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/README.md similarity index 100% rename from components/cellular/COMPONENT_STMOD_CELLULAR/README.md rename to connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/README.md diff --git a/components/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp b/connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp similarity index 100% rename from components/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp rename to connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp diff --git a/components/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.h b/connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.h similarity index 100% rename from components/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.h rename to connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.h diff --git a/components/cellular/COMPONENT_STMOD_CELLULAR/mbed_lib.json b/connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/mbed_lib.json similarity index 100% rename from components/cellular/COMPONENT_STMOD_CELLULAR/mbed_lib.json rename to connectivity/drivers/cellular/COMPONENT_STMOD_CELLULAR/mbed_lib.json