From 8f30214a655ec45528e0b1052c55785a4b024c36 Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Fri, 31 Oct 2025 16:21:29 +0300 Subject: [PATCH] doc: added attention --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f27b1d3..9553f95 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,18 @@ 1. Supports frequency up to 400 Hz. 2. Automatic frequency detection. +## Attention + +For correct operation, please enable the following settings in the menuconfig: + +```text +GPIO_CTRL_FUNC_IN_IRAM +CONFIG_GPTIMER_ISR_HANDLER_IN_IRAM +CONFIG_GPTIMER_CTRL_FUNC_IN_IRAM +CONFIG_GPTIMER_ISR_CACHE_SAFE +CONFIG_GPTIMER_OBJ_CACHE_SAFE +``` + ## Using In an existing project, run the following command to install the components: