summaryrefslogtreecommitdiffstats
path: root/tools/battor_agent
Commit message (Expand)AuthorAgeFilesLines
* [Battor] Add ability to dump trace log to file.rnephew2016-03-241-11/+42
* battor agent: Make timeout per-action rather than per-commandcharliea2016-03-214-13/+50
* battor agent: Increases required time after clock sync to 100mscharliea2016-03-211-1/+1
* Remove Mojo bindings environment.Yuzhu Shen2016-03-081-2/+0
* tools/battor_agent: Implements RecordClockSyncMarker in BattOrAgentBincharliea2016-03-045-42/+98
* Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindingsyzshen2016-03-021-2/+2
* tools/battor_agent: Changes the BattOr Agent binary to be interactivecharliea2016-02-261-62/+68
* Revert of Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public...yzshen2016-02-261-2/+2
* Mojo C++ bindings: remove usage of MojoAsyncWaiter from mojo/public/cpp/bindingsyzshen2016-02-251-2/+2
* tools/battor_agent: Adds the ability to hard-code a BattOr pathcharliea2016-02-233-24/+52
* tools/battor_agent: Implements RecordClockSyncMarker()charliea2016-02-115-11/+253
* [mojo] Delete third_party/mojorockot2016-02-101-6/+6
* tools/battor_agent: Increases the time we allow for the BattOr to resetcharliea2016-02-091-1/+1
* tools/battor_agent: Adds comment about why a reset is requiredcharliea2016-02-061-0/+4
* tools/battor_agent: Increases the time given for BattOr resetcharliea2016-02-051-0/+5
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* tools/battor_agent: Adds forgotten DISALLOW_COPY... to sample convertercharliea2016-02-011-0/+3
* Fix new -Wconstant-conversion versions after clang r259271thakis2016-02-011-1/+1
* tools/battor_agent: Added a header to the sample output.aschulman2016-02-014-2/+40
* tools/battor_agent: Checks to make sure we receives frames in ordercharliea2016-02-013-17/+56
* Fix narrowing warning in battor_sample_converter_unittestscottmg2016-01-291-1/+1
* tools/battor_agent: Adds battor_agent_unittests to waterfallcharliea2016-01-293-0/+55
* tools/battor_agent: Runs callbacks with PostTask instead of .Run()charliea2016-01-284-150/+127
* tools/battor_agent: Fixes a VS warning in battor_connection_impl.cccharliea2016-01-281-1/+2
* tools/battor_agent: Adds a tool to find connected BattOrscharliea2016-01-276-4/+87
* tools/battor_agent: Adds missing RunUntilIdles in unit testcharliea2016-01-271-0/+8
* Revert "tools/battor_agent: Adds a tool to find connected BattOrs"charliea2016-01-276-87/+4
* tools/battor_agent: Fixes VS warnings for protocol types unit testcharliea2016-01-271-4/+5
* tools/battor_agent: Adds a tool to find connected BattOrscharliea2016-01-266-4/+87
* tools/battor_agent: Fix unit test compile warnings on other platformscharliea2016-01-262-44/+39
* Revert of tools/battor_agent: Adds a tool to find connected BattOrs (patchset...shess2016-01-226-87/+4
* tools/battor_agent: Adds a tool to find connected BattOrscharliea2016-01-226-4/+87
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-5/+5
* tools/battor_agent: Disables explicit clock sync marker for nowcharliea2016-01-151-1/+1
* tools/battor_agent: Loosen the BattOrAgent construction requirementscharliea2016-01-152-3/+6
* tools/battor_agent: Prints real BattOr samples instead of raw onescharliea2016-01-157-25/+91
* tools/battor_agent: Renames "sequence_no" field in frame headercharliea2016-01-141-1/+1
* tools/battor_agent: Updates the EEPROM struct to reflect changescharliea2016-01-142-10/+12
* tools/battor_agent: Fixes bug where read attempts aren't reset per framecharliea2016-01-142-0/+32
* tools/battor_agent: Fixes unit tests broken due to control type reordercharliea2016-01-141-22/+27
* tools/battor_agent: Reorders the BattOr control message typescharliea2016-01-131-6/+6
* Implements retry logic for reading some messagescharliea2016-01-133-7/+135
* Provides a means to turn raw BattOr samples into meaningful onescharliea2016-01-127-5/+283
* Changes frame length to mean bytes of samples in framecharliea2016-01-123-20/+14
* Eliminates the ack for the send samples requestcharliea2016-01-123-55/+10
* Implements BattOrAgent::StopTracing()charliea2016-01-119-75/+710
* Makes the BattOrConnection read messages instead of bytescharliea2016-01-077-247/+314
* Implements BattOrAgent::StartTracing()charliea2016-01-056-36/+586