From 20e27aeed4ff7e3500ad600ef58ab141f35e5bfa Mon Sep 17 00:00:00 2001 From: Gurpal singh Date: Fri, 24 Jan 2025 14:44:33 +0530 Subject: [PATCH] fix: temporary merge of nfc with cantouart --- .cproject | 16 +- .project | 2 +- .settings/org.eclipse.core.resources.prefs | 22 +- .../ivec_bsw_common/inc/ivec_bsw_common.h | 0 .../ivec_bsw_common/src/ivec_bsw_common.c | 0 .../ivec_bsw_nfc/inc/ivec_bsw_nfc.h | 0 .../ivec_bsw_nfc/src/ivec_bsw_nfc.c | 4 +- ivec_ECU/ivec_ecu_nfc/src/ivec_ecu_nfc.c | 17 +- ivec_ESDK/ivec_cmplx_gptimer/CMakeLists.txt | 19 + .../inc/ivec_cmplx_gptimer.h | 143 ++++ .../src/ivec_cmplx_gptimer.c | 96 +++ ivec_ESDK/ivec_esdk_nfc_pn532/CMakeLists.txt | 19 + ivec_ESDK/ivec_esdk_nfc_pn532/inc/pn532.h | 282 +++++++ ivec_ESDK/ivec_esdk_nfc_pn532/src/pn532.c | 689 ++++++++++++++++++ ivec_RTE/inc/ivec_rte.h | 4 +- ivec_RTE/src/ivec_rte.c | 109 ++- main.c | 2 +- 17 files changed, 1395 insertions(+), 29 deletions(-) rename ivec_bws_nfc/ivec_bsw_common/inc/ivec_bew_common.h => ivec_BSW/ivec_bsw_common/inc/ivec_bsw_common.h (100%) rename {ivec_bws_nfc => ivec_BSW}/ivec_bsw_common/src/ivec_bsw_common.c (100%) rename {ivec_bws_nfc => ivec_BSW}/ivec_bsw_nfc/inc/ivec_bsw_nfc.h (100%) rename {ivec_bws_nfc => ivec_BSW}/ivec_bsw_nfc/src/ivec_bsw_nfc.c (96%) create mode 100644 ivec_ESDK/ivec_cmplx_gptimer/CMakeLists.txt create mode 100644 ivec_ESDK/ivec_cmplx_gptimer/inc/ivec_cmplx_gptimer.h create mode 100644 ivec_ESDK/ivec_cmplx_gptimer/src/ivec_cmplx_gptimer.c create mode 100644 ivec_ESDK/ivec_esdk_nfc_pn532/CMakeLists.txt create mode 100644 ivec_ESDK/ivec_esdk_nfc_pn532/inc/pn532.h create mode 100644 ivec_ESDK/ivec_esdk_nfc_pn532/src/pn532.c diff --git a/.cproject b/.cproject index 67be18d..60a2aa8 100644 --- a/.cproject +++ b/.cproject @@ -400,10 +400,7 @@