From e97809483ccb412a8702ad46e6c512b046dec62c Mon Sep 17 00:00:00 2001 From: Dustin Crossman Date: Wed, 26 May 2021 17:47:42 -0700 Subject: [PATCH] Reorg and rename core-lib. --- .../TARGET_PSOC6/{psoc6csp/core_lib => core-lib}/LICENSE | 0 .../{psoc6csp/core_lib => core-lib}/include/cy_result.h | 0 .../{psoc6csp/core_lib => core-lib}/include/cy_utils.h | 0 .../TARGET_PSOC6/{psoc6csp/core_lib => core-lib}/version.xml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename targets/TARGET_Cypress/TARGET_PSOC6/{psoc6csp/core_lib => core-lib}/LICENSE (100%) rename targets/TARGET_Cypress/TARGET_PSOC6/{psoc6csp/core_lib => core-lib}/include/cy_result.h (100%) rename targets/TARGET_Cypress/TARGET_PSOC6/{psoc6csp/core_lib => core-lib}/include/cy_utils.h (100%) rename targets/TARGET_Cypress/TARGET_PSOC6/{psoc6csp/core_lib => core-lib}/version.xml (100%) diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/LICENSE b/targets/TARGET_Cypress/TARGET_PSOC6/core-lib/LICENSE similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/LICENSE rename to targets/TARGET_Cypress/TARGET_PSOC6/core-lib/LICENSE diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_result.h b/targets/TARGET_Cypress/TARGET_PSOC6/core-lib/include/cy_result.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_result.h rename to targets/TARGET_Cypress/TARGET_PSOC6/core-lib/include/cy_result.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h b/targets/TARGET_Cypress/TARGET_PSOC6/core-lib/include/cy_utils.h similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/include/cy_utils.h rename to targets/TARGET_Cypress/TARGET_PSOC6/core-lib/include/cy_utils.h diff --git a/targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/version.xml b/targets/TARGET_Cypress/TARGET_PSOC6/core-lib/version.xml similarity index 100% rename from targets/TARGET_Cypress/TARGET_PSOC6/psoc6csp/core_lib/version.xml rename to targets/TARGET_Cypress/TARGET_PSOC6/core-lib/version.xml