Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | docs/esp32: Add UART to quickref. | Mike Causer | 2021-05-06 | |
| | ||||
* | docs: Fix some spelling mistakes. | Mike Causer | 2021-05-04 | |
| | ||||
* | esp32/machine_hw_spi: Use default pins when making SPI if none given. | Damien George | 2021-03-12 | |
| | | | | | | | | The default pins can be optionally configured by a board. Fixes issue #6974. Signed-off-by: Damien George <damien@micropython.org> | |||
* | docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI. | Damien George | 2020-10-01 | |
| | | | | Signed-off-by: Damien George <damien@micropython.org> | |||
* | docs/esp32: Fix machine.Timer quickref to specify HW timers. | Josh Lloyd | 2020-07-25 | |
| | | | | Also remove trailing spaces on other lines. | |||
* | docs/esp32: Add info about PWM duty cycle range to esp32 quickref. | spacemanspiff2007 | 2020-06-30 | |
| | | | | See related #4581. | |||
* | esp32/modnetwork: Add max_clients kw-arg to WLAN.config for AP setting. | adzierzanowski | 2020-01-22 | |
| | | | | | This allows the user to configure the maximum number of clients that are connected to the access point. Resolves #5125. | |||
* | docs: More consistent capitalization and use of articles in headings. | Jason Neal | 2020-01-06 | |
| | | | | See issue #3188. | |||
* | docs/esp32: Add quickref and full docs for esp32.RMT class. | Matt Trentini | 2019-12-20 | |
| | ||||
* | docs: Remove spaces on lines that are empty. | Damien George | 2019-12-04 | |
| | ||||
* | docs: Fix spelling in various parts of the docs. | Mike Causer | 2019-10-16 | |
| | ||||
* | esp32: Add support for hardware I2C. | Damien George | 2019-07-19 | |
| | ||||
* | docs/esp32: Correct quickref for ESP32 hardware SPI with non-default IO. | Nicko van Someren | 2019-05-10 | |
| | ||||
* | docs/esp32: Add example for pin isolation in combination with deepsleep. | spacemanspiff2007 | 2019-03-28 | |
| | ||||
* | docs/esp32: Add a note to quickref about use of Pin.PULL_HOLD. | Damien George | 2019-03-14 | |
| | ||||
* | docs: Convert all cases of machine.sleep to machine.lightsleep. | Damien George | 2019-01-30 | |
| | ||||
* | docs: Add initial docs for esp32 port, including quick-ref and general. | Matt Trentini | 2019-01-25 | |
With contributions from Oliver Robson (@HowManyOliversAreThere), Sean Lanigan (@seanlano) and @rprr. |