From 72e0f1b67bdd3f89cf51e89a3c17dd4a7cb575f1 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 27 Jan 2026 12:31:49 +0000 Subject: all: add a DumpMemory feature On Linux, verify that makedumpfile and the second kernel are present, then set up a kernel to be used on panic. --- pkg/flatrpc/flatrpc.fbs | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/flatrpc/flatrpc.fbs') diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs index 3876af965..b8542bf9e 100644 --- a/pkg/flatrpc/flatrpc.fbs +++ b/pkg/flatrpc/flatrpc.fbs @@ -34,6 +34,7 @@ enum Feature : uint64 (bit_flags) { LRWPANEmulation, // 802.15.4 standard BinFmtMisc, Swap, + MemoryDump, } table ConnectHelloRaw { -- cgit mrf-deployment