1# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 6 Espressif's Counter Driver based on RTC Main Timer. 7 8 Any reset/sleep mode, except for the power-up reset, will not 9 stop or reset the RTC Timer. This behavior may be handy when 10 supporting applications that need to keep a timing baseline on 11 such situations. 12 13 There is also no need to enable the RTC Timer node, it starts 14 running from power-up. 15 16include: base.yaml 17 18compatible: "espressif,esp32-rtc-timer" 19