• Home
Name Date Size #Lines LOC

..--

README.mdD06-Sep-2024541 117

host_messages.fbsD06-Sep-202419.1 KiB563459

update.shD06-Sep-2024542 168

README.md

1This folder contains FlatBuffers schema used in the communications protocol
2between the reference CHRE implementation and the host (applications processor).
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.12.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