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"; +};