summaryrefslogtreecommitdiff
path: root/docs/esp32
AgeCommit message (Expand)Author
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
2021-09-21docs/esp32: Explain ESP32 PWM modes, timers, and channels.IhorNehrutsa
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-07-18docs: Replace master/slave with controller/peripheral in I2C and SPI.David P
2021-07-05esp32,stm32: Add new machine.I2S class for I2S protocol support.Mike Teachman
2021-06-17docs/esp32: Document WLAN "reconnects" config option.Thomas Wenrich
2021-05-14docs/esp32: Mention Signal in GPIO section of quickref.Mike Causer
2021-05-14docs/esp32: Add APA106 to quickref.Mike Causer
2021-05-06docs/esp32: Add SDCard to quickref.Mike Causer
2021-05-06docs/esp32: Add WDT to quickref.Mike Causer
2021-05-06docs/esp32: Add UART to quickref.Mike Causer
2021-05-04docs: Fix some spelling mistakes.Mike Causer
2021-03-12esp32/machine_hw_spi: Use default pins when making SPI if none given.Damien George
2020-10-01docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.Damien George
2020-07-25docs/esp32: Fix machine.Timer quickref to specify HW timers.Josh Lloyd
2020-06-30docs/esp32: Add info about PWM duty cycle range to esp32 quickref.spacemanspiff2007
2020-01-22esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.adzierzanowski
2020-01-06docs: More consistent capitalization and use of articles in headings.Jason Neal
2019-12-20docs/esp32: Add quickref and full docs for esp32.RMT class.Matt Trentini
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2019-10-16docs: Fix spelling in various parts of the docs.Mike Causer