From 56c40ff0fdffcdef13c34107409800f94c02e16f Mon Sep 17 00:00:00 2001 From: Alex Alashkin Date: Wed, 20 Apr 2022 08:43:55 +0300 Subject: [PATCH] Fix zephyr tests --- examples/zephyr/http-client/Makefile | 2 +- examples/zephyr/http-client/prj.conf | 2 -- examples/zephyr/http-server/Makefile | 2 +- examples/zephyr/http-server/prj.conf | 2 -- examples/zephyr/mqtt-aws-client/Makefile | 2 +- examples/zephyr/mqtt-aws-client/prj.conf | 2 -- examples/zephyr/websocket-server/Makefile | 2 +- examples/zephyr/websocket-server/prj.conf | 2 -- 8 files changed, 4 insertions(+), 12 deletions(-) diff --git a/examples/zephyr/http-client/Makefile b/examples/zephyr/http-client/Makefile index 6b3e6bdc..9b960341 100644 --- a/examples/zephyr/http-client/Makefile +++ b/examples/zephyr/http-client/Makefile @@ -1,6 +1,6 @@ CWD = $(realpath $(CURDIR)) ZEPHYR_DIR ?= $(realpath ../../../../../../zephyrproject) -BOARD ?= nucleo_h743zi +BOARD ?= nucleo_f746zg example: true diff --git a/examples/zephyr/http-client/prj.conf b/examples/zephyr/http-client/prj.conf index 2622e4df..38ff71e3 100644 --- a/examples/zephyr/http-client/prj.conf +++ b/examples/zephyr/http-client/prj.conf @@ -25,8 +25,6 @@ CONFIG_MBEDTLS_TLS_VERSION_1_2=y CONFIG_MINIMAL_LIBC_RAND=y CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=131072 -CONFIG_FILE_SYSTEM_LITTLEFS=y - CONFIG_PRINTK=y CONFIG_MBEDTLS_DEBUG=y CONFIG_MBEDTLS_DEBUG_LEVEL=4 diff --git a/examples/zephyr/http-server/Makefile b/examples/zephyr/http-server/Makefile index 6b3e6bdc..9b960341 100644 --- a/examples/zephyr/http-server/Makefile +++ b/examples/zephyr/http-server/Makefile @@ -1,6 +1,6 @@ CWD = $(realpath $(CURDIR)) ZEPHYR_DIR ?= $(realpath ../../../../../../zephyrproject) -BOARD ?= nucleo_h743zi +BOARD ?= nucleo_f746zg example: true diff --git a/examples/zephyr/http-server/prj.conf b/examples/zephyr/http-server/prj.conf index 449ba01f..6dae084b 100644 --- a/examples/zephyr/http-server/prj.conf +++ b/examples/zephyr/http-server/prj.conf @@ -23,5 +23,3 @@ CONFIG_MBEDTLS_ECP_ALL_ENABLED=y CONFIG_MINIMAL_LIBC_RAND=y CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=32756 - -CONFIG_FILE_SYSTEM_LITTLEFS=y diff --git a/examples/zephyr/mqtt-aws-client/Makefile b/examples/zephyr/mqtt-aws-client/Makefile index 6b3e6bdc..9b960341 100644 --- a/examples/zephyr/mqtt-aws-client/Makefile +++ b/examples/zephyr/mqtt-aws-client/Makefile @@ -1,6 +1,6 @@ CWD = $(realpath $(CURDIR)) ZEPHYR_DIR ?= $(realpath ../../../../../../zephyrproject) -BOARD ?= nucleo_h743zi +BOARD ?= nucleo_f746zg example: true diff --git a/examples/zephyr/mqtt-aws-client/prj.conf b/examples/zephyr/mqtt-aws-client/prj.conf index 2622e4df..38ff71e3 100644 --- a/examples/zephyr/mqtt-aws-client/prj.conf +++ b/examples/zephyr/mqtt-aws-client/prj.conf @@ -25,8 +25,6 @@ CONFIG_MBEDTLS_TLS_VERSION_1_2=y CONFIG_MINIMAL_LIBC_RAND=y CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=131072 -CONFIG_FILE_SYSTEM_LITTLEFS=y - CONFIG_PRINTK=y CONFIG_MBEDTLS_DEBUG=y CONFIG_MBEDTLS_DEBUG_LEVEL=4 diff --git a/examples/zephyr/websocket-server/Makefile b/examples/zephyr/websocket-server/Makefile index 6b3e6bdc..9b960341 100644 --- a/examples/zephyr/websocket-server/Makefile +++ b/examples/zephyr/websocket-server/Makefile @@ -1,6 +1,6 @@ CWD = $(realpath $(CURDIR)) ZEPHYR_DIR ?= $(realpath ../../../../../../zephyrproject) -BOARD ?= nucleo_h743zi +BOARD ?= nucleo_f746zg example: true diff --git a/examples/zephyr/websocket-server/prj.conf b/examples/zephyr/websocket-server/prj.conf index 449ba01f..6dae084b 100644 --- a/examples/zephyr/websocket-server/prj.conf +++ b/examples/zephyr/websocket-server/prj.conf @@ -23,5 +23,3 @@ CONFIG_MBEDTLS_ECP_ALL_ENABLED=y CONFIG_MINIMAL_LIBC_RAND=y CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=32756 - -CONFIG_FILE_SYSTEM_LITTLEFS=y