From 17406b682dc4be0b1f70226e035cf7738a1fde51 Mon Sep 17 00:00:00 2001 From: "lishuang.xie" Date: Tue, 20 Feb 2024 17:09:30 +0800 Subject: [PATCH] update New Feature#1215# to dev_ck_v2.1 1. first time: modified the rfic/src/main.s.c 2. this time: delete the rfic/ucp_rfic_cfg.json the rfic/ucp_rfic_cfg.json add to driver/rfic/rf/adrv9025/resources 3. Test: ucp4008_platform_arm + ucp4008_rfic test by boheng.lin : test Pass --- rfic/ucp_rfic_cfg.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 rfic/ucp_rfic_cfg.json diff --git a/rfic/ucp_rfic_cfg.json b/rfic/ucp_rfic_cfg.json deleted file mode 100644 index 28c689e..0000000 --- a/rfic/ucp_rfic_cfg.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "common": { - "txLo": 2566890000, - "rxLo": 2566890000, - "auxLo": 0, - "initAtt": 0, - "initGain": 255 - }, - "para": { - "sampleRate": 122880000, - "bw": 100000000, - "antNumb": 4, - "enFdd": 0, - "enOrx": 0, - "en204C": 0, - "enUcpLog": 0 - } -}