From 2bb7888a0b74c3713b9511f73528f72f65b8b6c2 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 23 Aug 2024 08:20:14 +0200 Subject: [PATCH] examples/rust-gcoap: Update Makefile.ci Some increase in binary size is expected due to one bug fix around the VFS access where a zero-cost version would require threading non-idiomatic nul-terminated strings through too many abstraction levels to be practical. --- examples/rust-gcoap/Makefile.ci | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/rust-gcoap/Makefile.ci b/examples/rust-gcoap/Makefile.ci index 5e57cd581b86..6d79d2b9fcf4 100644 --- a/examples/rust-gcoap/Makefile.ci +++ b/examples/rust-gcoap/Makefile.ci @@ -17,6 +17,7 @@ BOARD_INSUFFICIENT_MEMORY := \ hifive1b \ i-nucleo-lrwan1 \ im880b \ + lobaro-lorabox \ lsn50 \ maple-mini \ microbit \