RPC: Add Virtual Display & Unify log tags (#814)
* RPC: Update protobuf sources * RPC: Add Virtual Display * Unify log tags * RPC: Virtual Display placeholder * Rpc: clear frame buffer callback before confirm. * Firmware: full assert for hal, move fatfs initialization to furi hal. * FuriHal: VCP optimizations, thread safe console. Rpc: adjust buffer sizes. Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
This commit is contained in:
@@ -231,6 +231,10 @@ endif
|
||||
SRV_RPC ?= 0
|
||||
ifeq ($(SRV_RPC), 1)
|
||||
CFLAGS += -DSRV_RPC
|
||||
ifeq ($(SRV_RPC_DEBUG), 1)
|
||||
CFLAGS += -DSRV_RPC_DEBUG
|
||||
endif
|
||||
SRV_CLI = 1
|
||||
endif
|
||||
|
||||
SRV_LOADER ?= 0
|
||||
|
||||
Reference in New Issue
Block a user