firmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added Dialin support to pumps, pressures, and load cells.

    • -45
    • +99
    ./App/Services/SystemCommMessages.c
DEN-2951 added the fw support for Dialin

    • -21
    • +392
    ./App/Services/SystemCommMessages.c
DEN-2370 added read count for the temperature sensor reads from FPGA

    • -32
    • +5
    ./App/Controllers/TemperatureSensors.c
Added more mode handling and associated messaging.

    • -7
    • +33
    ./App/Modes/ModeChemicalDisinfect.c
    • -1
    • +12
    ./App/Modes/ModeChemicalDisinfect.h
  1. … 22 more files in changeset.
DEN-2951 initial commit of the release switch

    • -0
    • +2
    ./.settings/org.eclipse.core.resources.prefs
DEN-2379 work in progress. Updated the FPGA fuctions by removing the 32 bit masks.

    • -64
    • +159
    ./App/Controllers/TemperatureSensors.c
DEN-2379 work in progress. Updated the FPGA module to read the error count and read count

    • -113
    • +192
    ./App/Controllers/TemperatureSensors.c
    • -12
    • +0
    ./App/Controllers/TemperatureSensors.h
Added DG op mode broadcast.

    • -16
    • +15
    ./App/Services/SystemCommMessages.c
DEN-2379 work in progress. Updated FPGA module with the new get functions for the temperature sensors

    • -115
    • +126
    ./App/Controllers/TemperatureSensors.c
    • -0
    • +15
    ./App/Controllers/TemperatureSensors.h
Update build flags.

Updated GPIO pin configurations and pin assignments.

DEN-2379 Added FPGA functions for other temperature sensors. Added SW fualt alarms for the temperature sensors driver

    • -98
    • +270
    ./App/Controllers/TemperatureSensors.c
    • -0
    • +11
    ./App/Controllers/TemperatureSensors.h
DEN-2379 Work in progress, added moving average

    • -20
    • +79
    ./App/Controllers/TemperatureSensors.c
Work in progress added temperature calculations equations

    • -5
    • +106
    ./App/Controllers/TemperatureSensors.c
Misc. updates to Pressures, Reservoirs, and SystemCommMessages modules.

    • -2
    • +16
    ./App/Services/SystemCommMessages.c
Added messaging between HD and DG.

    • -6
    • +69
    ./App/Services/SystemCommMessages.c
Added new messaging between HD and DG.

    • -4
    • +249
    ./App/Services/SystemCommMessages.c
    • -0
    • +24
    ./App/Services/SystemCommMessages.h
DEN-2379 Initial commit of the temperature sensors module

    • -0
    • +2
    ./.settings/org.eclipse.core.resources.prefs
    • -0
    • +143
    ./App/Controllers/TemperatureSensors.c
    • -0
    • +29
    ./App/Controllers/TemperatureSensors.h
Added DrainPump module. Updates to ROPump module.

    • -0
    • +383
    ./App/Controllers/DrainPump.c
    • -0
    • +50
    ./App/Controllers/DrainPump.h
Updated FPGA registers and get/set functions. Updates to RO pump and pressures modules.

Updates to ROPUmp module. Started implementation of Pressures module.

    • -284
    • +154
    ./App/Controllers/Pressures.c
Added new modes for chemical disinfect and recirculate. Added new controller/monitor modules for RO pump and pressure sensors. Started implementation of RO pump module.

    • -0
    • +2
    ./.settings/org.eclipse.core.resources.prefs
    • -0
    • +512
    ./App/Controllers/Pressures.c
    • -0
    • +81
    ./App/Controllers/Pressures.h
    • -0
    • +598
    ./App/Controllers/ROPump.c
    • -0
    • +51
    ./App/Controllers/ROPump.h
    • -0
    • +64
    ./App/Modes/ModeChemicalDisinfect.c
    • -0
    • +28
    ./App/Modes/ModeChemicalDisinfect.h
    • -0
    • +143
    ./App/Modes/ModeRecirculate.c
    • -0
    • +41
    ./App/Modes/ModeRecirculate.h
  1. … 4 more files in changeset.
Updated the Copyright with the current year and replaced tabs with 4 spaces

Merge conflict fixes. VC fixes.

    • -0
    • +4
    ./.settings/org.eclipse.core.resources.prefs
Updated PWM configs.

Updated the Copyright with the current year and replaced tabs with 4 spaces

Fixes for code review comments.

Added ADC channels.

Rewrote load cells module.

    • -146
    • +159
    ./App/Controllers/LoadCell.c
    • -40
    • +4
    ./App/Services/SystemCommMessages.c
    • -11
    • +2
    ./App/Services/SystemCommMessages.h
Added doxygen comments for some modules. Updates to unit tests.