summaryrefslogtreecommitdiff
path: root/docs/esp32
AgeCommit message (Expand)Author
5 daysdocs/library/machine: Add docs for Counter and Encoder.Jonathan Hogg
5 daysdocs/esp32: Add documentation for esp32.PCNT.Jonathan Hogg
8 daysesp32: Add support for ESP32-C2 (aka ESP8684).TianShuang Ke
2025-06-05esp32: Update ADC driver update to the new esp_adc API.purewack
2025-05-28docs/esp32: Mention the use of Timer(0) by UART.IRQ_RXIDLE.robert-hh
2025-05-28docs/esp32/quickref: Mention the different timer counts.robert-hh
2025-05-16esp32/network_lan: Add PHY_GENERIC device type.Elvis Pfutzenreuter
2025-05-16docs/esp32/quickref: Add PWM lightsleep example.IhorNehrutsa
2025-05-16docs/esp32: Improve PWM documentation and examples.IhorNehrutsa
2025-03-25docs/rp2: Add network information to the rp2 quickref.Matt Trentini
2025-03-13esp32/machine_sdcard: Add SDCard pin assignments for ESP32-S3 support.Angus Gratton
2025-02-11docs/esp32: Add documentation for SPI Ethernet devices on esp32 port.Angus Gratton
2025-01-17docs/esp32: Defer to the download page for flashing steps.Angus Gratton
2025-01-17docs/esp32: Update tutorial flashing steps to match deploy.md.Angus Gratton
2024-12-19docs: Fix the quickref documentation of rtc.datetime().robert-hh
2024-11-28docs,esp32: Update machine.TouchPad docs for ESP32-S2 and ESP32-S3.Angus Gratton
2024-11-19docs/esp32: Add a factory reset page.Angus Gratton
2024-11-08docs: Specify the recommended network.WLAN.IF_[AP|STA] constants.Angus Gratton
2024-10-09esp32: Add support for esp32c6.Andrew Leech
2024-09-17docs/esp32: Update pin access example with addresses for ESP32-S3.Paul Grayson
2024-07-05docs: Update docs to replace ifconfig with ipconfig.Felix Dörre
2024-05-07esp32/modesp32: Add mcu_temperature() function for C3/S2/S3 devices.Rick Sorensen
2024-05-07docs/esp32/quickref: Add note about different ESP32 varieties.Rick Sorensen
2024-03-08esp32/network_lan: Add a separate argument to set PHY power pin.robert-hh
2024-02-07docs: Use vfs module instead of os.Damien George
2023-12-11docs/esp32/quickref: Add DAC example.Ihor Nehrutsa
2023-10-05docs,tools: Change remaining "urequests" references to "requests".Damien George
2023-09-04docs/esp32/tutorial: Add example for pin access via registers.IhorNehrutsa
2023-07-13docs/esp32/quickref: Add LAN example for WT32-ETH01 version 1.4.Elvis Pfutzenreuter
2023-06-23docs/esp32: Update esp32 docs based on IDF v5 changes.Damien George
2023-06-08docs/library/index: Update docs after umodule rename.Jim Mussared
2023-05-04docs: Update the PWM examples based on recent API improvements.robert-hh
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-01-18docs/esp32/quickref: Add docs for the LAN interface constructor.robert-hh
2022-08-26docs/esp32: Update UART quickref on input-only pins.Tomasz 'CeDeROM' CEDRO
2022-08-17docs/esp32: Fix string quoting consistency in SDCard mount example.David Peake
2022-06-17docs: Update to use new WLAN argument names for ssid/security/key.iabdalkader
2022-03-21esp32/modesp32: Add new gpio_deep_sleep_hold function.Jonathan Hogg
2022-03-21esp32/machine_pin: Add new hold keyword argument and remove PULL_HOLD.Jonathan Hogg
2022-03-21docs/esp32/quickref: Refine deep-sleep power-saving notes.Jonathan Hogg
2022-03-07docs/esp32/quickref: Document GPIO drive strength.Jonathan Hogg
2022-02-04docs/esp32/quickref: Update ADC documentation.Jonathan Hogg
2022-02-02docs: Remove reference to obsolete neopixel_write function.Damien George
2022-01-21docs/esp32: Document expanded ADC API in quickref.Jonathan Hogg
2022-01-14esp32/machine_bitstream: Reinstate bitstream bit-bang implementation.Damien George
2022-01-13docs/esp32: Update RMT quickref example to match latest code.Damien George
2021-12-22esp32/machine_pwm: Keep duty constant when changing frequency.IhorNehrutsa
2021-12-15docs: Remove trailing spaces and convert tabs to spaces.Damien George
2021-12-03esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods.IhorNehrutsa
2021-10-14docs/esp32/tutorial: Add an example of peripheral control via regs.NitiKaur