summaryrefslogtreecommitdiffstatshomepage
path: root/docs
Commit message (Expand)AuthorAge
* docs/library/io: Remove io.FileIO and io.TextIOWrapper.Thomas Ackermann2023-10-16
* docs/reference/mpyfiles: Document change in .mpy sub-version.Damien George2023-10-16
* all: Switch to new preview build versioning scheme.v1.22.0-previewJim Mussared2023-10-06
* docs,tools: Change remaining "urequests" references to "requests".Damien George2023-10-05
* extmod/modnetwork: Increase max hostname length to 32.Jim Mussared2023-10-04
* all: Fix various spelling mistakes found by codespell 2.2.6.Damien George2023-10-03
* docs: Add requirements.txt file with dependencies for Sphinx.Jos Verlinde2023-10-02
* tools/mpremote: Add support for rfc2217, serial over TCP.Jos Verlinde2023-09-29
* docs/conf.py: Add sphinxcontrib.jquery to extensions.Damien George2023-09-18
* docs/library/gc: Clarify mem_alloc and mem_free only for Python heap.Angus Gratton2023-09-15
* docs/library/esp32: Update ESP32 idf_heap_info docs to match behaviour.Angus Gratton2023-09-15
* esp32: Skip validation of image on boot from deepsleep.Glenn Moloney2023-09-05
* docs/esp32/tutorial: Add example for pin access via registers.IhorNehrutsa2023-09-04
* docs/library/network: Clarify network.hostname() behaviour.Jim Mussared2023-09-04
* docs/library/platform: Add docs for the platform library.Francis Dela Cruz2023-09-04
* docs/library/neopixel: Change link to a micropython-lib reference.Andy Piper2023-09-01
* extmod/moddeflate: Change default window size.Jim Mussared2023-09-01
* stm32/subghz: Add STM32WL55 subghz radio interface to stm module.Angus Gratton2023-08-23
* esp32: Enable automatic Python heap growth.Angus Gratton2023-08-15
* docs/develop/gettingstarted: Update ARM package list.Elecia White2023-08-05
* docs/develop/gettingstarted: Clarify submodule initialization.Rene Straub2023-08-04
* docs/library/deflate: Add docs for deflate.DeflateIO.Jim Mussared2023-07-21
* docs/esp32/quickref: Add LAN example for WT32-ETH01 version 1.4.Elvis Pfutzenreuter2023-07-13
* docs/library/ssl: Add documentation for SSLContext.Damien George2023-06-26
* docs/esp32: Update esp32 docs based on IDF v5 changes.Damien George2023-06-23
* docs: Rename uasyncio to asyncio.Jim Mussared2023-06-19
* docs/library/index: Update docs after umodule rename.Jim Mussared2023-06-08
* all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared2023-06-08
* py/builtinimport: Remove weak links.Jim Mussared2023-06-08
* samd/boards: Rename flash pins consistently for QSPI and SPI.robert-hh2023-06-06
* docs/reference/mpremote.rst: Extend the mpremote guide.Jim Mussared2023-06-02
* docs/reference/packages: Add GitHub repo to package example dependency.Jonas Scharpf2023-06-02
* docs/library/index: Update built-in extension docs.Jim Mussared2023-06-01
* docs/samd: Add the pin-out for the Adafruit Metro M4 Airlift board.robert-hh2023-06-01
* docs/mimxrt: Add the pin-out for the Adafruit Metro M7 board.robert-hh2023-06-01
* docs/reference/speed_python: Remove 4-arg limit for viper.Jim Mussared2023-05-23
* samd/machine_uart: Add support for UART hardware flow control.robert-hh2023-05-23
* tools/mpremote: Add repl option to escape non-printable characters.Damien George2023-05-22
* esp32/esp32_ulp: Enable FSM ULP for S2 and S3 chips.patrick2023-05-19
* docs/develop/porting: Add missing code to example main.c and Makefile.marble2023-05-19
* docs/library/espnow: Update espnow docs for WLAN.config(pm=x) options.glenn202023-05-19
* rp2: Make rp2_state_machine_exec accept integers.Adam Green2023-05-18
* docs/reference/mpyfiles: Add release info on v6.1.David Lechner2023-05-11
* esp32,esp8266: Add support to set/get power saving mode of WLAN.glenn202023-05-06
* docs/samd: Make use of pin names more consistent in examples.robert-hh2023-05-04
* rp2/machine_pwm: Add support for inverting a PWM channel output.robert-hh2023-05-04
* docs: Update the PWM examples based on recent API improvements.robert-hh2023-05-04
* samd/machine_pwm: Add init() method to PWM and simplify the PWM code.robert-hh2023-05-04
* all: Fix strings with backslash by using raw string literals.Christian Clauss2023-05-02
* esp32,esp8266: Add support for the Espressif ESP-NOW protocol.Glenn Moloney2023-05-01