We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b965a commit 1cc8f34Copy full SHA for 1cc8f34
makefiles/suit.inc.mk
@@ -35,6 +35,7 @@ SUIT_NOTIFY_MANIFEST ?= $(SUIT_MANIFEST_BASENAME).$(SUIT_NOTIFY_VERSION).bin
35
# Long manifest names require more buffer space when parsing
36
export CFLAGS += -DCONFIG_SOCK_URLPATH_MAXLEN=128
37
export CFLAGS += -DSUIT_VENDOR_DOMAIN="\"$(SUIT_VENDOR)\""
38
+export CFLAGS += -DSUIT_CLASS_ID="\"$(SUIT_CLASS)\""
39
40
SUIT_MANIFEST_PAYLOADS ?= $(SLOT0_RIOT_BIN) $(SLOT1_RIOT_BIN)
41
SUIT_MANIFEST_SLOTFILES ?= $(SLOT0_RIOT_BIN):$(SLOT0_OFFSET) \
0 commit comments