b85a50f912
* Lib: added nanopb * Hal rfid: fixed confused arguments * Lib: update makefile, include nanopb * Lib: remove nanopb * Lib: add nanopb as submodule * Assets: remove protobuf * Assets: add protobuf message definitions as submodule * WIP: [FL-1792] Add Protobuf RPC * WIP: RPC add ping * Add Ping * Fix Ping, Add (WIP) storage * Update submodule * ble-glue: add ptotobuf to ble * WIP: Add storage list test * revert applications.mk * Add Storage List command * ble-glue: fix fast updating rx charachteristic * ble serial: split long ble packets * Add Storage Read/Write/Mkdir/Delete * Disable tests * Rename Element -> File * Add md5sum, fix test leak * Regenerate Protobuf * Fix review comments * ble-glue: sync f7 target Co-authored-by: Albert Kharisov <albert@flipperdevices.com> Co-authored-by: gornekich <n.gorbadey@gmail.com> Co-authored-by: あく <alleteam@gmail.com>
41 lines
881 B
C
41 lines
881 B
C
/* Automatically generated nanopb constant definitions */
|
|
/* Generated by nanopb-0.4.5 */
|
|
|
|
#include "storage.pb.h"
|
|
#if PB_PROTO_HEADER_VERSION != 40
|
|
#error Regenerate this file with the current version of nanopb generator.
|
|
#endif
|
|
|
|
PB_BIND(PB_Storage_File, PB_Storage_File, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_ListRequest, PB_Storage_ListRequest, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_ListResponse, PB_Storage_ListResponse, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_ReadRequest, PB_Storage_ReadRequest, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_ReadResponse, PB_Storage_ReadResponse, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_WriteRequest, PB_Storage_WriteRequest, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_DeleteRequest, PB_Storage_DeleteRequest, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_MkdirRequest, PB_Storage_MkdirRequest, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_Md5sumRequest, PB_Storage_Md5sumRequest, AUTO)
|
|
|
|
|
|
PB_BIND(PB_Storage_Md5sumResponse, PB_Storage_Md5sumResponse, AUTO)
|
|
|
|
|
|
|
|
|