Remove unnecessary 'bus' field from message format command.
[apps/low-level-can-service.git] / gen /
2014-09-28 Christopher PeplinRemove unnecessary 'bus' field from message format...
2014-09-27 Christopher PeplinAdd a command to change message format while running.
2014-09-27 Christopher PeplinUpdate compiled files.
2014-09-27 Christopher PeplinAdd a control command to control AF bypass status.
2014-09-21 Christopher PeplinSimplify passthrough command to just a boolean.
2014-09-21 Christopher PeplinMerge remote-tracking branch 'origin/latest-nanopb...
2014-09-21 Christopher PeplinAdd passthrough command and refactor commands in binary...
2014-09-17 Christopher PeplinRe-build with nanopb v0.3.1.
2014-08-12 Christopher PeplinMove action field to ControlCommand in binary format.
2014-08-11 Christopher PeplinAdd a 'status' field to command responses.
2014-08-11 Christopher PeplinRemove 'update' feature of diag request commands.
2014-08-05 Christopher PeplinRequire an 'action' in diagnostic requests.
2014-04-29 Christopher PeplinMerge remote-tracking branch 'origin/master' into diagn...
2014-03-26 Christopher PeplinRefactor diagnostic fields for decoding payload.
2014-03-26 Christopher PeplinRemove parse_payload from diagnostic messages, it's...
2014-03-15 Christopher PeplinAdd 'name' and 'multiple_responses' fields to diag...
2014-03-06 Christopher PeplinAdd CommandResponse type to VehicleMessage (from VI...
2014-03-04 Christopher PeplinCondense string/number/bool trio into a field.
2014-03-04 Christopher PeplinRemove duplicate generate files.
2014-03-04 Christopher PeplinMove ControlCommand inside VehicleMessage so it can...
2014-03-03 Christopher PeplinAdd a draft protobuf format for diagnostic requests.
2014-02-19 Christopher PeplinAdd a value field to diagnostic responses for parsed...
2014-01-17 Christopher PeplinStore raw CAN payload in bytes instead of uint64_t.
2014-01-17 Christopher PeplinMerge branch 'master' into diagnostic
2014-01-17 Christopher PeplinAdd Diagnostic type within VehicleMessage supertype.
2014-01-17 Christopher PeplinStore diagnostic response payload as a byte array in...
2014-01-17 Christopher PeplinAdd a protobuf type for diagnostic message responses.
2014-01-17 Christopher PeplinUpdate nanopb to 0.2.5 and fix max string length options.
2014-01-07 Christopher PeplinMinimize the number of separate protobuf types.
2014-01-07 Christopher PeplinRevert "Switch back to many subtypes for binary messages."
2014-01-07 Christopher PeplinRevert "Restore accidentally deleted data field from...
2014-01-07 Christopher PeplinRestore accidentally deleted data field from raw message.
2014-01-07 Christopher PeplinSwitch back to many subtypes for binary messages.
2014-01-07 Christopher PeplinFix package name of generated protobuf objects.
2014-01-07 Christopher PeplinSwitch raw data field to uint64 to fit all values and...
2014-01-07 Christopher PeplinMerge all sub-types into a single TranslatedMessage...
2014-01-07 Christopher PeplinAdd generated protobuf implementations.