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

..12-Dec-2023-

README.mdH A D12-Dec-2023392 85

host_messages.fbsH A D12-Dec-202312.6 KiB368299

update.shH A D12-Dec-2023369 104

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
7For more information on FlatBuffers, see https://github.com/google/flatbuffers/
8