Vendor - TEL - Arpita Srivastava

LDT-3222: Updated variable initialization for the function testBCValveStatesOverride

LDT-3222: Updated function cmd_bc_valves_override to add reset parameter

LDT-3222: Updated function testBCValveStatesOverride to update override data

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.
Integrated ALY bugfix for X03 sensors

    • -3
    • +108
    /AD5941_interface09302025/ad5941_library_extension.cpp
    • -2
    • +2
    /AD5941_interface09302025/ad5941_library_extension.h
README.md created online with Bitbucket

LDT-2004: Merged select sensor and get single measurement to optimize time.

    • -141
    • +152
    /firmware/App/Drivers/ConductivityTeensy.c
Updated case h to merge select sensor and get single measurement to optimize time.

    • -908
    • +945
    /AD5941_interface09302025/ad5941_library_extension.cpp
    • -0
    • +2
    /AD5941_interface09302025/ad5941_library_extension.h
LDT-2004: Updated comments, headers and names

    • -333
    • +687
    /firmware/App/Drivers/ConductivityTeensy.c
LDT-2004: Pulled in MG's branch.

    • -401
    • +345
    /firmware/App/Drivers/ConductivityTeensy.c
LDT-2004: Measurement settings clean up.

Updated to transmit value of selected sensor for select sensor command j and ack value 1 for stop measurement commnad n.

    • -409
    • +419
    /AD5941_interface09302025/ad5941_library_extension.cpp
    • -0
    • +0
    /Teensy_Python_scripts/DataVisulatization.py
    • -22
    • +24
    /Teensy_Python_scripts/conductivity.py
    • -0
    • +11
    /Teensy_Python_scripts/parsePackets.py
Clean up and added comments

    • -0
    • +6
    /Teensy_Python_scripts/.idea/vcs.xml
    • binary
    /Teensy_Python_scripts/__pycache__/sensorCommands.cpython-313.pyc
    • -26
    • +25
    /Teensy_Python_scripts/conductivity.py
    • -32
    • +24
    /Teensy_Python_scripts/sensorCommands.py
Updated Python Script to pack, send, receive and unpack conductivity measurements and EEPROM data in CSV format.

    • -16
    • +27
    /Teensy_Python_scripts/conductivity.py
    • -25
    • +111
    /Teensy_Python_scripts/sensorCommands.py
Updated "upe" command to update EEPROM data in one transaction without requesting any confirmation.

    • -7
    • +1
    /AD5941_interface09302025/DDTeensyDefs.h
    • -126
    • +46
    /AD5941_interface09302025/ad5941_library_extension.cpp
Updated Teensy to accept all the params of measurement settings in csv format

    • -0
    • +13
    /AD5941_interface09302025/DDTeensyDefs.h
    • -89
    • +174
    /AD5941_interface09302025/ad5941_library_extension.cpp
    • -1
    • +2
    /AD5941_interface09302025/ad5941_library_extension.h
Updated measurement settings update to send all params in one transaction

    • -105
    • +81
    /firmware/App/Drivers/ConductivityTeensy.c
Updated remaining tx and rx functions. Updated updatMeasurementSettings

    • -82
    • +219
    /firmware/App/Drivers/ConductivityTeensy.c
Prioritize serial7 if detected

    • -1
    • +1
    /AD5941_interface09302025/AD5941_interface09302025.ino
    • -5
    • +19
    /AD5941_interface09302025/ad5941_library_extension.cpp
Updated code to detect any connected serial and use it.

    • -10
    • +17
    /AD5941_interface09302025/AD5941_interface09302025.ino
    • -428
    • +500
    /AD5941_interface09302025/ad5941_library_extension.cpp
    • -2
    • +7
    /AD5941_interface09302025/ad5941_library_extension.h
LDT-2004: Updated send and receive functions to use tx and rx buffers.

    • -63
    • +298
    /firmware/App/Drivers/ConductivityTeensy.c