Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 22-Nov-2023 | 392 | 8 | 5 | |
host_messages.fbs | D | 22-Nov-2023 | 3.9 KiB | 139 | 107 | |
update.sh | D | 22-Nov-2023 | 349 | 10 | 4 |
README.md
1 This folder contains FlatBuffers schema used in the communications protocol 2 between the reference CHRE implementation and the host (applications processor). 3 4 Use the included update.sh script to generate the header files used in CHRE, 5 which requires that the FlatBuffers compiler `flatc` be available in $PATH. 6 7 For more information on FlatBuffers, see https://github.com/google/flatbuffers/ 8