From 83d087caa3e9692065de494912aa18aa61776a89 Mon Sep 17 00:00:00 2001 From: Hake Huang Date: Sun, 2 Jun 2024 12:38:23 +0000 Subject: [PATCH] samples: net: mqtt_publisher: increase num of thread to allowed according to the latest build log, we need increase the MAX_THREEED /usr/bin/python3 scripts/build/gen_kobject_list.py \ --kernel twister-out/frdm_k64f/samples/net/mqtt_publisher/\ sample.net.mqtt_publisher.userspace/zephyr/zephyr_pre0.elf \ --gperf-output kobject_prebuilt_hash.gperf --include-subsystem-list \ twister-out/frdm_k64f/samples/net/mqtt_publisher/\ sample.net.mqtt_publisher.userspace/zephyr/misc/generated/struct_tags.json Too many thread objects (17) Increase CONFIG_MAX_THREAD_BYTES to 3 Signed-off-by: Hake Huang --- samples/net/mqtt_publisher/boards/frdm_k64f.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 samples/net/mqtt_publisher/boards/frdm_k64f.conf diff --git a/samples/net/mqtt_publisher/boards/frdm_k64f.conf b/samples/net/mqtt_publisher/boards/frdm_k64f.conf new file mode 100644 index 00000000000..922c1e4b05f --- /dev/null +++ b/samples/net/mqtt_publisher/boards/frdm_k64f.conf @@ -0,0 +1 @@ +CONFIG_MAX_THREAD_BYTES=3