index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/checkout-5
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
esp32
Age
Commit message (
Expand
)
Author
2021-12-22
esp32/machine_pwm: Keep duty constant when changing frequency.
IhorNehrutsa
2021-12-15
docs: Remove trailing spaces and convert tabs to spaces.
Damien George
2021-12-03
esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods.
IhorNehrutsa
2021-10-14
docs/esp32/tutorial: Add an example of peripheral control via regs.
NitiKaur
2021-09-21
docs/esp32: Explain ESP32 PWM modes, timers, and channels.
IhorNehrutsa
2021-08-13
docs: Replace ufoo with foo in all docs.
Jim Mussared
2021-07-18
docs: Replace master/slave with controller/peripheral in I2C and SPI.
David P
2021-07-05
esp32,stm32: Add new machine.I2S class for I2S protocol support.
Mike Teachman
2021-06-17
docs/esp32: Document WLAN "reconnects" config option.
Thomas Wenrich
2021-05-14
docs/esp32: Mention Signal in GPIO section of quickref.
Mike Causer
2021-05-14
docs/esp32: Add APA106 to quickref.
Mike Causer
2021-05-06
docs/esp32: Add SDCard to quickref.
Mike Causer
2021-05-06
docs/esp32: Add WDT to quickref.
Mike Causer
2021-05-06
docs/esp32: Add UART to quickref.
Mike Causer
2021-05-04
docs: Fix some spelling mistakes.
Mike Causer
2021-03-12
esp32/machine_hw_spi: Use default pins when making SPI if none given.
Damien George
2020-10-01
docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI.
Damien George
2020-07-25
docs/esp32: Fix machine.Timer quickref to specify HW timers.
Josh Lloyd
2020-06-30
docs/esp32: Add info about PWM duty cycle range to esp32 quickref.
spacemanspiff2007
2020-01-22
esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting.
adzierzanowski
2020-01-06
docs: More consistent capitalization and use of articles in headings.
Jason Neal
2019-12-20
docs/esp32: Add quickref and full docs for esp32.RMT class.
Matt Trentini
2019-12-04
docs: Remove spaces on lines that are empty.
Damien George
2019-10-16
docs: Fix spelling in various parts of the docs.
Mike Causer
2019-07-19
esp32: Add support for hardware I2C.
Damien George
2019-05-10
docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO.
Nicko van Someren
2019-03-28
docs/esp32: Add example for pin isolation in combination with deepsleep.
spacemanspiff2007
2019-03-14
docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD.
Damien George
2019-01-30
docs: Convert all cases of machine.sleep to machine.lightsleep.
Damien George
2019-01-25
docs: Add initial docs for esp32 port, including quick-ref and general.
Matt Trentini