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

..12-Dec-2023-

.clang-formatH A D12-Dec-2023702 2018

README.mdH A D12-Dec-2023539 117

chre_power_test.fbsH A D12-Dec-20234.8 KiB159144

chre_power_test_generated.hH A D12-Dec-202352.2 KiB1,3671,206

update.shH A D12-Dec-2023355 124

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