Skip to content

Commit

Permalink
samples: counter: add xiao_esp32c3 board
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjaeger committed Oct 2, 2023
1 parent 846b8af commit 5fa956c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions samples/counter/boards/xiao_esp32c3.conf
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions samples/counter/boards/xiao_esp32c3.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

&wifi {
status = "okay";
};

0 comments on commit 5fa956c

Please sign in to comment.