Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions boards/esp32s3_devkitm.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@
&wifi {
status = "okay";
};

&coretemp {
status = "okay";
};
4 changes: 4 additions & 0 deletions prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,7 @@ CONFIG_FLASH=y
CONFIG_FLASH_PAGE_LAYOUT=y
CONFIG_FLASH_MAP=y
CONFIG_STREAM_FLASH=y

# For cpu_temp metric
CONFIG_SENSOR=y
CONFIG_ADC=y
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ manifest:
- name: memfault-firmware-sdk
path: modules/lib/memfault-firmware-sdk
remote: memfault
revision: 1.9.0
revision: 1.9.2