From 5fa956cb4c974e6b3ee30d3e0ecab5b44c7974c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20J=C3=A4ger?= Date: Fri, 15 Sep 2023 21:34:39 +0200 Subject: [PATCH] samples: counter: add xiao_esp32c3 board --- samples/counter/boards/xiao_esp32c3.conf | 9 +++++++++ samples/counter/boards/xiao_esp32c3.overlay | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 samples/counter/boards/xiao_esp32c3.conf create mode 100644 samples/counter/boards/xiao_esp32c3.overlay diff --git a/samples/counter/boards/xiao_esp32c3.conf b/samples/counter/boards/xiao_esp32c3.conf new file mode 100644 index 0000000..55e7549 --- /dev/null +++ b/samples/counter/boards/xiao_esp32c3.conf @@ -0,0 +1,9 @@ +# Copyright (c) The ThingSet Project Contributors +# SPDX-License-Identifier: Apache-2.0 + +CONFIG_MPU_ALLOW_FLASH_WRITE=y +CONFIG_FLASH=y +CONFIG_FLASH_PAGE_LAYOUT=y +CONFIG_NVS=y + +CONFIG_THINGSET_STORAGE=y diff --git a/samples/counter/boards/xiao_esp32c3.overlay b/samples/counter/boards/xiao_esp32c3.overlay new file mode 100644 index 0000000..58c3fb2 --- /dev/null +++ b/samples/counter/boards/xiao_esp32c3.overlay @@ -0,0 +1,4 @@ + +&wifi { + status = "okay"; +};