• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.clang-formatD14-Jan-2024702 2018

README.mdD14-Jan-2024539 117

chre_power_test.fbsD14-Jan-20245.6 KiB186168

chre_power_test_generated.hD14-Jan-202469 KiB1,7401,540

update.shD14-Jan-2024503 168

README.md

1This folder contains FlatBuffers schema used in the communications protocol
2between the power test nanoapp and the host (applications processor) test code.
3
4Use the included update.sh script to generate the header files used in CHRE,
5which requires that the FlatBuffers compiler `flatc` be available in $PATH.
6
7FlatBuffers compiler version 1.6.0 must be used since some modifications are
8made to the version of flatbuffers header used by the generated code.
9
10For more information on FlatBuffers, see https://github.com/google/flatbuffers/
11