QUERY · ISSUE
docs: ESP32 C3 and C6 has only 2 Timers (0 and 2)
port-esp32
Documentation URL
https://docs.micropython.org/en/latest/esp32/quickref.html#timers
Description
A note for ESP32 C3 and C6 would be helpful. These only have two timers, Timer(0) and Timer(2)
Code of Conduct
Yes, I agree
CANDIDATE · PULL REQUEST
Docs: Minor amendments to the documentation.
docs
Summary
A few documentation updates aiming to clarify topics which confused users.
- Amend the documentation of time.mktime() by showing the argument and refer to epoch instead of a fixed
date. The note about epoch lists the ports using the POSIX epoch. - ESP32: Mention the different timer counts show the number of timers for each ESP32 variant.
- ESP32: Mention the use of Timer(0) by UART.IRQ_RXIDLE.
Testing
Build the HTML version of the documentation.