From 40a643d203d2d21834dd2b35d83419a56a3939b6 Mon Sep 17 00:00:00 2001 From: Avamander Date: Fri, 2 Oct 2020 21:44:27 +0300 Subject: [PATCH] Renamed Components/ to components/ --- src/CMakeLists.txt | 62 +++++++++---------- .../Battery/BatteryController.cpp | 0 .../Battery/BatteryController.h | 0 .../Ble/AlertNotificationClient.cpp | 0 .../Ble/AlertNotificationClient.h | 0 .../Ble/AlertNotificationService.cpp | 0 .../Ble/AlertNotificationService.h | 0 .../Ble/BatteryInformationService.cpp | 0 .../Ble/BatteryInformationService.h | 0 .../Ble/BleController.cpp | 0 .../Ble/BleController.h | 0 .../Ble/CurrentTimeClient.cpp | 0 .../Ble/CurrentTimeClient.h | 0 .../Ble/CurrentTimeService.cpp | 0 .../Ble/CurrentTimeService.h | 0 .../Ble/DeviceInformationService.cpp | 0 .../Ble/DeviceInformationService.h | 0 .../Ble/DfuService.cpp | 0 .../Ble/DfuService.h | 0 .../Ble/ImmediateAlertService.cpp | 0 .../Ble/ImmediateAlertService.h | 0 .../Ble/MusicService.cpp | 0 .../Ble/MusicService.h | 0 .../Ble/NimbleController.cpp | 0 .../Ble/NimbleController.h | 0 .../Ble/NotificationManager.cpp | 0 .../Ble/NotificationManager.h | 0 .../Brightness/BrightnessController.cpp | 0 .../Brightness/BrightnessController.h | 0 .../DateTime/DateTimeController.cpp | 0 .../DateTime/DateTimeController.h | 0 .../FirmwareValidator/FirmwareValidator.cpp | 0 .../FirmwareValidator/FirmwareValidator.h | 0 src/{Components => components}/Gfx/Gfx.cpp | 0 src/{Components => components}/Gfx/Gfx.h | 0 35 files changed, 31 insertions(+), 31 deletions(-) rename src/{Components => components}/Battery/BatteryController.cpp (100%) rename src/{Components => components}/Battery/BatteryController.h (100%) rename src/{Components => components}/Ble/AlertNotificationClient.cpp (100%) rename src/{Components => components}/Ble/AlertNotificationClient.h (100%) rename src/{Components => components}/Ble/AlertNotificationService.cpp (100%) rename src/{Components => components}/Ble/AlertNotificationService.h (100%) rename src/{Components => components}/Ble/BatteryInformationService.cpp (100%) rename src/{Components => components}/Ble/BatteryInformationService.h (100%) rename src/{Components => components}/Ble/BleController.cpp (100%) rename src/{Components => components}/Ble/BleController.h (100%) rename src/{Components => components}/Ble/CurrentTimeClient.cpp (100%) rename src/{Components => components}/Ble/CurrentTimeClient.h (100%) rename src/{Components => components}/Ble/CurrentTimeService.cpp (100%) rename src/{Components => components}/Ble/CurrentTimeService.h (100%) rename src/{Components => components}/Ble/DeviceInformationService.cpp (100%) rename src/{Components => components}/Ble/DeviceInformationService.h (100%) rename src/{Components => components}/Ble/DfuService.cpp (100%) rename src/{Components => components}/Ble/DfuService.h (100%) rename src/{Components => components}/Ble/ImmediateAlertService.cpp (100%) rename src/{Components => components}/Ble/ImmediateAlertService.h (100%) rename src/{Components => components}/Ble/MusicService.cpp (100%) rename src/{Components => components}/Ble/MusicService.h (100%) rename src/{Components => components}/Ble/NimbleController.cpp (100%) rename src/{Components => components}/Ble/NimbleController.h (100%) rename src/{Components => components}/Ble/NotificationManager.cpp (100%) rename src/{Components => components}/Ble/NotificationManager.h (100%) rename src/{Components => components}/Brightness/BrightnessController.cpp (100%) rename src/{Components => components}/Brightness/BrightnessController.h (100%) rename src/{Components => components}/DateTime/DateTimeController.cpp (100%) rename src/{Components => components}/DateTime/DateTimeController.h (100%) rename src/{Components => components}/FirmwareValidator/FirmwareValidator.cpp (100%) rename src/{Components => components}/FirmwareValidator/FirmwareValidator.h (100%) rename src/{Components => components}/Gfx/Gfx.cpp (100%) rename src/{Components => components}/Gfx/Gfx.h (100%) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1b5cdcbe..f5366314 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -349,22 +349,22 @@ list(APPEND SOURCE_FILES drivers/Watchdog.cpp drivers/DebugPins.cpp drivers/InternalFlash.cpp - Components/Battery/BatteryController.cpp - Components/Ble/BleController.cpp - Components/Ble/NotificationManager.cpp - Components/DateTime/DateTimeController.cpp - Components/Brightness/BrightnessController.cpp - Components/Ble/NimbleController.cpp - Components/Ble/DeviceInformationService.cpp - Components/Ble/CurrentTimeClient.cpp - Components/Ble/AlertNotificationClient.cpp - Components/Ble/DfuService.cpp - Components/Ble/CurrentTimeService.cpp - Components/Ble/AlertNotificationService.cpp - Components/Ble/MusicService.cpp - Components/Ble/BatteryInformationService.cpp - Components/Ble/ImmediateAlertService.cpp - Components/FirmwareValidator/FirmwareValidator.cpp + components/Battery/BatteryController.cpp + components/Ble/BleController.cpp + components/Ble/NotificationManager.cpp + components/DateTime/DateTimeController.cpp + components/Brightness/BrightnessController.cpp + components/Ble/NimbleController.cpp + components/Ble/DeviceInformationService.cpp + components/Ble/CurrentTimeClient.cpp + components/Ble/AlertNotificationClient.cpp + components/Ble/DfuService.cpp + components/Ble/CurrentTimeService.cpp + components/Ble/AlertNotificationService.cpp + components/Ble/MusicService.cpp + components/Ble/BatteryInformationService.cpp + components/Ble/ImmediateAlertService.cpp + components/FirmwareValidator/FirmwareValidator.cpp drivers/Cst816s.cpp FreeRTOS/port.c FreeRTOS/port_cmsis_systick.c @@ -389,9 +389,9 @@ list(APPEND GRAPHICS_SOURCE_FILES drivers/Spi.cpp Logging/NrfLogger.cpp - Components/Gfx/Gfx.cpp + components/Gfx/Gfx.cpp drivers/St7789.cpp - Components/Brightness/BrightnessController.cpp + components/Brightness/BrightnessController.cpp graphics.cpp ) @@ -426,19 +426,19 @@ set(INCLUDE_FILES drivers/Watchdog.h drivers/DebugPins.h drivers/InternalFlash.h - Components/Battery/BatteryController.h - Components/Ble/BleController.h - Components/Ble/NotificationManager.h - Components/DateTime/DateTimeController.h - Components/Brightness/BrightnessController.h - Components/Ble/NimbleController.h - Components/Ble/DeviceInformationService.h - Components/Ble/CurrentTimeClient.h - Components/Ble/AlertNotificationClient.h - Components/Ble/DfuService.h - Components/FirmwareValidator/FirmwareValidator.h - Components/Ble/BatteryInformationService.h - Components/Ble/ImmediateAlertService.h + components/Battery/BatteryController.h + components/Ble/BleController.h + components/Ble/NotificationManager.h + components/DateTime/DateTimeController.h + components/Brightness/BrightnessController.h + components/Ble/NimbleController.h + components/Ble/DeviceInformationService.h + components/Ble/CurrentTimeClient.h + components/Ble/AlertNotificationClient.h + components/Ble/DfuService.h + components/FirmwareValidator/FirmwareValidator.h + components/Ble/BatteryInformationService.h + components/Ble/ImmediateAlertService.h drivers/Cst816s.h FreeRTOS/portmacro.h FreeRTOS/portmacro_cmsis.h diff --git a/src/Components/Battery/BatteryController.cpp b/src/components/Battery/BatteryController.cpp similarity index 100% rename from src/Components/Battery/BatteryController.cpp rename to src/components/Battery/BatteryController.cpp diff --git a/src/Components/Battery/BatteryController.h b/src/components/Battery/BatteryController.h similarity index 100% rename from src/Components/Battery/BatteryController.h rename to src/components/Battery/BatteryController.h diff --git a/src/Components/Ble/AlertNotificationClient.cpp b/src/components/Ble/AlertNotificationClient.cpp similarity index 100% rename from src/Components/Ble/AlertNotificationClient.cpp rename to src/components/Ble/AlertNotificationClient.cpp diff --git a/src/Components/Ble/AlertNotificationClient.h b/src/components/Ble/AlertNotificationClient.h similarity index 100% rename from src/Components/Ble/AlertNotificationClient.h rename to src/components/Ble/AlertNotificationClient.h diff --git a/src/Components/Ble/AlertNotificationService.cpp b/src/components/Ble/AlertNotificationService.cpp similarity index 100% rename from src/Components/Ble/AlertNotificationService.cpp rename to src/components/Ble/AlertNotificationService.cpp diff --git a/src/Components/Ble/AlertNotificationService.h b/src/components/Ble/AlertNotificationService.h similarity index 100% rename from src/Components/Ble/AlertNotificationService.h rename to src/components/Ble/AlertNotificationService.h diff --git a/src/Components/Ble/BatteryInformationService.cpp b/src/components/Ble/BatteryInformationService.cpp similarity index 100% rename from src/Components/Ble/BatteryInformationService.cpp rename to src/components/Ble/BatteryInformationService.cpp diff --git a/src/Components/Ble/BatteryInformationService.h b/src/components/Ble/BatteryInformationService.h similarity index 100% rename from src/Components/Ble/BatteryInformationService.h rename to src/components/Ble/BatteryInformationService.h diff --git a/src/Components/Ble/BleController.cpp b/src/components/Ble/BleController.cpp similarity index 100% rename from src/Components/Ble/BleController.cpp rename to src/components/Ble/BleController.cpp diff --git a/src/Components/Ble/BleController.h b/src/components/Ble/BleController.h similarity index 100% rename from src/Components/Ble/BleController.h rename to src/components/Ble/BleController.h diff --git a/src/Components/Ble/CurrentTimeClient.cpp b/src/components/Ble/CurrentTimeClient.cpp similarity index 100% rename from src/Components/Ble/CurrentTimeClient.cpp rename to src/components/Ble/CurrentTimeClient.cpp diff --git a/src/Components/Ble/CurrentTimeClient.h b/src/components/Ble/CurrentTimeClient.h similarity index 100% rename from src/Components/Ble/CurrentTimeClient.h rename to src/components/Ble/CurrentTimeClient.h diff --git a/src/Components/Ble/CurrentTimeService.cpp b/src/components/Ble/CurrentTimeService.cpp similarity index 100% rename from src/Components/Ble/CurrentTimeService.cpp rename to src/components/Ble/CurrentTimeService.cpp diff --git a/src/Components/Ble/CurrentTimeService.h b/src/components/Ble/CurrentTimeService.h similarity index 100% rename from src/Components/Ble/CurrentTimeService.h rename to src/components/Ble/CurrentTimeService.h diff --git a/src/Components/Ble/DeviceInformationService.cpp b/src/components/Ble/DeviceInformationService.cpp similarity index 100% rename from src/Components/Ble/DeviceInformationService.cpp rename to src/components/Ble/DeviceInformationService.cpp diff --git a/src/Components/Ble/DeviceInformationService.h b/src/components/Ble/DeviceInformationService.h similarity index 100% rename from src/Components/Ble/DeviceInformationService.h rename to src/components/Ble/DeviceInformationService.h diff --git a/src/Components/Ble/DfuService.cpp b/src/components/Ble/DfuService.cpp similarity index 100% rename from src/Components/Ble/DfuService.cpp rename to src/components/Ble/DfuService.cpp diff --git a/src/Components/Ble/DfuService.h b/src/components/Ble/DfuService.h similarity index 100% rename from src/Components/Ble/DfuService.h rename to src/components/Ble/DfuService.h diff --git a/src/Components/Ble/ImmediateAlertService.cpp b/src/components/Ble/ImmediateAlertService.cpp similarity index 100% rename from src/Components/Ble/ImmediateAlertService.cpp rename to src/components/Ble/ImmediateAlertService.cpp diff --git a/src/Components/Ble/ImmediateAlertService.h b/src/components/Ble/ImmediateAlertService.h similarity index 100% rename from src/Components/Ble/ImmediateAlertService.h rename to src/components/Ble/ImmediateAlertService.h diff --git a/src/Components/Ble/MusicService.cpp b/src/components/Ble/MusicService.cpp similarity index 100% rename from src/Components/Ble/MusicService.cpp rename to src/components/Ble/MusicService.cpp diff --git a/src/Components/Ble/MusicService.h b/src/components/Ble/MusicService.h similarity index 100% rename from src/Components/Ble/MusicService.h rename to src/components/Ble/MusicService.h diff --git a/src/Components/Ble/NimbleController.cpp b/src/components/Ble/NimbleController.cpp similarity index 100% rename from src/Components/Ble/NimbleController.cpp rename to src/components/Ble/NimbleController.cpp diff --git a/src/Components/Ble/NimbleController.h b/src/components/Ble/NimbleController.h similarity index 100% rename from src/Components/Ble/NimbleController.h rename to src/components/Ble/NimbleController.h diff --git a/src/Components/Ble/NotificationManager.cpp b/src/components/Ble/NotificationManager.cpp similarity index 100% rename from src/Components/Ble/NotificationManager.cpp rename to src/components/Ble/NotificationManager.cpp diff --git a/src/Components/Ble/NotificationManager.h b/src/components/Ble/NotificationManager.h similarity index 100% rename from src/Components/Ble/NotificationManager.h rename to src/components/Ble/NotificationManager.h diff --git a/src/Components/Brightness/BrightnessController.cpp b/src/components/Brightness/BrightnessController.cpp similarity index 100% rename from src/Components/Brightness/BrightnessController.cpp rename to src/components/Brightness/BrightnessController.cpp diff --git a/src/Components/Brightness/BrightnessController.h b/src/components/Brightness/BrightnessController.h similarity index 100% rename from src/Components/Brightness/BrightnessController.h rename to src/components/Brightness/BrightnessController.h diff --git a/src/Components/DateTime/DateTimeController.cpp b/src/components/DateTime/DateTimeController.cpp similarity index 100% rename from src/Components/DateTime/DateTimeController.cpp rename to src/components/DateTime/DateTimeController.cpp diff --git a/src/Components/DateTime/DateTimeController.h b/src/components/DateTime/DateTimeController.h similarity index 100% rename from src/Components/DateTime/DateTimeController.h rename to src/components/DateTime/DateTimeController.h diff --git a/src/Components/FirmwareValidator/FirmwareValidator.cpp b/src/components/FirmwareValidator/FirmwareValidator.cpp similarity index 100% rename from src/Components/FirmwareValidator/FirmwareValidator.cpp rename to src/components/FirmwareValidator/FirmwareValidator.cpp diff --git a/src/Components/FirmwareValidator/FirmwareValidator.h b/src/components/FirmwareValidator/FirmwareValidator.h similarity index 100% rename from src/Components/FirmwareValidator/FirmwareValidator.h rename to src/components/FirmwareValidator/FirmwareValidator.h diff --git a/src/Components/Gfx/Gfx.cpp b/src/components/Gfx/Gfx.cpp similarity index 100% rename from src/Components/Gfx/Gfx.cpp rename to src/components/Gfx/Gfx.cpp diff --git a/src/Components/Gfx/Gfx.h b/src/components/Gfx/Gfx.h similarity index 100% rename from src/Components/Gfx/Gfx.h rename to src/components/Gfx/Gfx.h