We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e9c96 commit 87344a6Copy full SHA for 87344a6
boards/mimxrt1024_evk.conf
@@ -9,3 +9,7 @@ CONFIG_IMG_MANAGER=y
9
10
# Larger coredumps are now supported
11
CONFIG_MEMFAULT_COREDUMP_STACK_SIZE_TO_COLLECT=1024
12
+
13
+# For cpu_temp metric
14
+CONFIG_SENSOR=y
15
+CONFIG_ADC=y
boards/mimxrt1024_evk.overlay
@@ -0,0 +1,10 @@
1
+// Enable temperature sensor
2
+/ {
3
+ aliases {
4
+ die-temp0 = &tempmon;
5
+ };
6
+};
7
8
+&tempmon {
+ status = "okay";
0 commit comments