first draft

This commit is contained in:
Miguel I.
2025-09-08 21:05:07 +02:00
parent 5cd56c8489
commit 600555eb5d
7 changed files with 222 additions and 27 deletions

View File

@@ -183,4 +183,9 @@ zephyr_udc0: &usbd {
&temp {
compatible = "nordic,nrf-temp";
status = "okay";
};
/* Enable Timer3 as counter backend */
&timer3 {
status = "okay";
};

View File

@@ -35,4 +35,7 @@ CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
CONFIG_SENSOR=y
CONFIG_MULTITHREADING=y
CONFIG_NRFX_TEMP=y
CONFIG_NRFX_TEMP=y
CONFIG_COUNTER=y
CONFIG_NRFX_TIMER3=y