dgfirmware

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Resolved merge conflict.

Addressed code review feedback on CRC table.

    • -49
    • +48
    /firmware/App/Services/Utilities.c
    • -1
    • +1
    /firmware/Debug/App/Drivers/subdir_rules.mk
    • -1
    • +1
    /firmware/Debug/App/Modes/subdir_rules.mk
    • -1
    • +1
    /firmware/Debug/App/Tasks/subdir_rules.mk
    • -2
    • +2
    /firmware/Debug/source/subdir_rules.mk
Transferred the hd_sprint5 firmware to the firmware folder

    • -3
    • +0
    /.settings/org.eclipse.cdt.codan.core.prefs
    • -2
    • +0
    /.settings/org.eclipse.cdt.debug.core.prefs
    • -20
    • +0
    /.settings/org.eclipse.core.resources.prefs
  1. … 383 more files in changeset.
Transferred the master branch firmware to the firmware folder. Added the VectorCAST folder to the repository

    • -3
    • +0
    /.settings/org.eclipse.cdt.codan.core.prefs
    • -2
    • +0
    /.settings/org.eclipse.cdt.debug.core.prefs
    • -20
    • +0
    /.settings/org.eclipse.core.resources.prefs
  1. … 383 more files in changeset.
Updates to Utilities. Added an 8-bit CRC. +review HD-SPR5-1

Updates to FPGA per unit testing. Added shell function for 8-bit CRC in Utilities module. +review HD-SPR5-1

Updates to FPGA and Interrupts modules per unit testing. +review HD-SPR5-1

Updates to FPGA per UT.

Addressed code review comment. +review HD-SPR4-1

Fixed FPGA POST issue. Added PC send message function for engineering debug data. +review HD-SPR4-1

Changed order of s/w inits. +review HD-SPR4-1

Created new Comm driver module to take on the driver portion of Interrupts. Turned off build switch to bypass UI. +review HD-SPR4-1

    • -0
    • +200
    /App/Drivers/Comm.c
Minor tweaks to test support functions. +review HD-SPR4-1

    • -12
    • +12
    /App/Services/SystemCommMessages.c
Changed CommInterrupts to Interrupts.

    • -0
    • +295
    /App/Services/Interrupts.c
    • -0
    • +43
    /App/Services/Interrupts.h
Split test support defs and macros out of Common.h into a new TestSupport.h. Added override command or watchdog task check-ins. Added POST test for FPGA. +review HD-SPR4-1

    • -34
    • +73
    /App/Services/SystemCommMessages.c
    • -0
    • +202
    /App/TestSupport.h
More UART comm fixes per lab testing. +review HD-SPR4-1

More fixes to FPGA module per lab testing. +review HD-SPR4-1

Fixes to FPGA and PC communication. Addressed some code review issues. +review HD-SPR4-1

Added function headers for new functions in the CommInterrupts module. +review HD-SPR4-1

Added Utilities module. Refactored some low level system comm. Added more implementation to FPGA. +review HD-SPR4-1

    • -0
    • +88
    /App/Services/Utilities.c
    • -0
    • +27
    /App/Services/Utilities.h
Added new Utilities module. Added more features to FPGA interface. Added more script commands. +review HD-SPR4-1

    • -103
    • +97
    /App/Services/SystemCommMessages.c
Added CommInterrupts module. Implemented more for FPGA communication and PC communication. +review HD-SPR4-1

    • -0
    • +108
    /App/Services/CommInterrupts.c
    • -0
    • +37
    /App/Services/CommInterrupts.h
    • -125
    • +156
    /App/Services/SystemComm.c
    • -3
    • +213
    /App/Services/SystemCommMessages.c
  1. … 5 more files in changeset.
Added FPGA module. Started adding UART communication to FPGA and SystemComm modules.

    • -0
    • +311
    /App/Services/FPGA.c
    • -0
    • +39
    /App/Services/FPGA.h
  1. … 3 more files in changeset.
Fixed spelling of Controllers folder. +review HD-SPR4-1

    • -0
    • +2
    /.settings/org.eclipse.core.resources.prefs
    • -0
    • +275
    /App/Controllers/AlarmLamp.c
    • -0
    • +44
    /App/Controllers/AlarmLamp.h
    • -0
    • +363
    /App/Controllers/Buttons.c
    • -0
    • +40
    /App/Controllers/Buttons.h
  1. … 29 more files in changeset.
Updated messaging code per code review.

Fixes per unit testing. +review HD-SPR3-1

Another VC accomodation.

Added accomodations for VectorCAST.

CAN fixes. +review HD-SPR3-1

Cosmetic changes to CommBuffers module. +review HD-SPR3-1