Clone
 

ven.asrivastava <ven.asrivastava@diality.com> in cn0-board

Implemented build switch EVAL_BUILD

  1. … 29 more files in changeset.
LDT-2004: Updated scripts for verifying coeff and version data and analysis auto polled data

    • -0
    • +5
    /CN0_Python_Scripts/.idea/.gitignore
    • -0
    • +8
    /CN0_Python_Scripts/.idea/CN0_Python_Scripts.iml
    • -0
    • +7
    /CN0_Python_Scripts/.idea/misc.xml
    • -0
    • +8
    /CN0_Python_Scripts/.idea/modules.xml
    • -0
    • +6
    /CN0_Python_Scripts/.idea/vcs.xml
    • -55
    • +30
    /CN0_Python_Scripts/EVAL_CN0359_REV_B.py
    • binary
    /CN0_Python_Scripts/__pycache__/commands_rev_b.cpython-313.pyc
    • binary
    /CN0_Python_Scripts/__pycache__/data_analysis.cpython-313.pyc
    • binary
    /CN0_Python_Scripts/__pycache__/parser.cpython-313.pyc
    • binary
    /CN0_Python_Scripts/autopoll_log.xlsx
    • -6
    • +11
    /CN0_Python_Scripts/commands_rev_b.py
    • -0
    • +135
    /CN0_Python_Scripts/data_analysis.py
    • -0
    • +0
    /CN0_Python_Scripts/modules/__init__.py
  1. … 7 more files in changeset.
LDT-2004: Updated packet length for automatically polled data

LDT-2004: Updated default excitation frequency to 10000.0

Updated Python scripts to execute and test the commands on CN0359.

    • -40
    • +135
    /CN0_Python_Scripts/EVAL_CN0359_REV_B.py
    • -101
    • +210
    /CN0_Python_Scripts/commands_rev_b.py
    • -151
    • +86
    /CN0_Python_Scripts/parser.py
LDT-2004: Added ASCII and binary based command interfaces to poll data and store/retrieve settings in flash.

    • -0
    • +127
    /ADuCM360_demo_cn0359/include/applications/DDdefs.h
    • -1
    • +1
    /ADuCM360_demo_cn0359/include/hal/devices.h
    • -0
    • +79
    /ADuCM360_demo_cn0359/include/hal/drivers/calibration.h
    • -0
    • +1086
    /ADuCM360_demo_cn0359/src/applications/DDdefs.cpp
    • -12
    • +148
    /ADuCM360_demo_cn0359/src/hal/devices.cpp
    • -6
    • +18
    /ADuCM360_demo_cn0359/src/hal/drivers/adc.cpp
    • -0
    • +324
    /ADuCM360_demo_cn0359/src/hal/drivers/calibration.cpp
    • -0
    • +31
    /ADuCM360_demo_cn0359/src/hal/syscalls.cpp
LDT-2004: Resolved linker errors and built successfully

    • -0
    • +2
    /ADuCM360_demo_cn0359/.gitignore
    • -17
    • +1
    /ADuCM360_demo_cn0359/system.rteconfig
Updated settings,added cmsis packs and python scripts for building

    • -0
    • +2
    /ADuCM360_demo_cn0359/.settings/com.analog.crosscore.system.validator.prefs
    • -0
    • +16
    /ADuCM360_demo_cn0359/.vscode/c_cpp_properties.json
  1. … 18 more files in changeset.
Initial commit Rev B

    • -0
    • +419
    /ADuCM360_demo_cn0359/.cproject
    • -0
    • +41
    /ADuCM360_demo_cn0359/.project
    • -0
    • +5
    /ADuCM360_demo_cn0359/.settings/DefaultProjectAttribute.prefs
    • -0
    • +2
    /ADuCM360_demo_cn0359/.settings/ToolChain.prefs
    • -0
    • +321
    /ADuCM360_demo_cn0359/RTE/Device/ADuCM360/ADuCM360.ld
    • -0
    • +404
    /ADuCM360_demo_cn0359/RTE/Device/ADuCM360/startup_ADuCM360.c
    • -0
    • +154
    /ADuCM360_demo_cn0359/RTE/Device/ADuCM360/system_ADuCM360.c
    • -0
    • +17
    /ADuCM360_demo_cn0359/RTE/RTE_Components.h
  1. … 70 more files in changeset.