doc: added attention
This commit is contained in:
12
README.md
12
README.md
@@ -9,6 +9,18 @@
|
|||||||
1. Supports frequency up to 400 Hz.
|
1. Supports frequency up to 400 Hz.
|
||||||
2. Automatic frequency detection.
|
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
|
## Using
|
||||||
|
|
||||||
In an existing project, run the following command to install the components:
|
In an existing project, run the following command to install the components:
|
||||||
|
|||||||
Reference in New Issue
Block a user