Skip to content

Commit

Permalink
Add all panda fault types to health
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Apr 9, 2020
1 parent 93ccbcb commit 975a633
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,24 @@ struct HealthData {

enum FaultType {
relayMalfunction @0;
unusedInterruptHandled @1;
interruptRateCan1 @2;
interruptRateCan2 @3;
interruptRateCan3 @4;
interruptRateTach @5;
interruptRateGmlan @6;
interruptRateInterrupts @7;
interruptRateSpiDma @8;
interruptRateSpiCs @9;
interruptRateUart1 @10;
interruptRateUart2 @11;
interruptRateUart3 @12;
interruptRateUart5 @13;
interruptRateUartDma @14;
interruptRateUsb @15;
interruptRateTim1 @16;
interruptRateTim3 @17;
registerDivergent @18;
}

enum HwType {
Expand Down

0 comments on commit 975a633

Please sign in to comment.