You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
.clang-format Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README.md Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
chre_power_test.fbs Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
chre_power_test_generated.h Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
update.sh Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago

README.md

This folder contains FlatBuffers schema used in the communications protocol between the power test nanoapp and the host (applications processor) test code.

Use the included update.sh script to generate the header files used in CHRE, which requires that the FlatBuffers compiler flatc be available in $PATH.

FlatBuffers compiler version 1.6.0 must be used since some modifications are made to the version of flatbuffers header used by the generated code.

For more information on FlatBuffers, see https://github.com/google/flatbuffers/