Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
.clang-format | D | 23-Nov-2023 | 702 | 20 | 18 | |
README.md | D | 23-Nov-2023 | 539 | 11 | 7 | |
chre_power_test.fbs | D | 23-Nov-2023 | 4.8 KiB | 159 | 144 | |
chre_power_test_generated.h | D | 23-Nov-2023 | 52.2 KiB | 1,367 | 1,206 | |
update.sh | D | 23-Nov-2023 | 355 | 12 | 4 |
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