summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2023-08-15esp32: Enable automatic Python heap growth.Angus Gratton
2023-08-05docs/develop/gettingstarted: Update ARM package list.Elecia White
2023-08-04docs/develop/gettingstarted: Clarify submodule initialization.Rene Straub
2023-07-21docs/library/deflate: Add docs for deflate.DeflateIO.Jim Mussared
2023-07-13docs/esp32/quickref: Add LAN example for WT32-ETH01 version 1.4.Elvis Pfutzenreuter
2023-06-26docs/library/ssl: Add documentation for SSLContext.Damien George
2023-06-23docs/esp32: Update esp32 docs based on IDF v5 changes.Damien George
2023-06-19docs: Rename uasyncio to asyncio.Jim Mussared
2023-06-08docs/library/index: Update docs after umodule rename.Jim Mussared
2023-06-08all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared
2023-06-08py/builtinimport: Remove weak links.Jim Mussared
2023-06-06samd/boards: Rename flash pins consistently for QSPI and SPI.robert-hh
2023-06-02docs/reference/mpremote.rst: Extend the mpremote guide.Jim Mussared
2023-06-02docs/reference/packages: Add GitHub repo to package example dependency.Jonas Scharpf
2023-06-01docs/library/index: Update built-in extension docs.Jim Mussared
2023-06-01docs/samd: Add the pin-out for the Adafruit Metro M4 Airlift board.robert-hh
2023-06-01docs/mimxrt: Add the pin-out for the Adafruit Metro M7 board.robert-hh
2023-05-23docs/reference/speed_python: Remove 4-arg limit for viper.Jim Mussared
2023-05-23samd/machine_uart: Add support for UART hardware flow control.robert-hh
2023-05-22tools/mpremote: Add repl option to escape non-printable characters.Damien George
2023-05-19esp32/esp32_ulp: Enable FSM ULP for S2 and S3 chips.patrick
2023-05-19docs/develop/porting: Add missing code to example main.c and Makefile.marble
2023-05-19docs/library/espnow: Update espnow docs for WLAN.config(pm=x) options.glenn20
2023-05-18rp2: Make rp2_state_machine_exec accept integers.Adam Green
2023-05-11docs/reference/mpyfiles: Add release info on v6.1.David Lechner
2023-05-06esp32,esp8266: Add support to set/get power saving mode of WLAN.glenn20
2023-05-04docs/samd: Make use of pin names more consistent in examples.robert-hh
2023-05-04rp2/machine_pwm: Add support for inverting a PWM channel output.robert-hh
2023-05-04docs: Update the PWM examples based on recent API improvements.robert-hh
2023-05-04samd/machine_pwm: Add init() method to PWM and simplify the PWM code.robert-hh
2023-05-02all: Fix strings with backslash by using raw string literals.Christian Clauss
2023-05-01esp32,esp8266: Add support for the Espressif ESP-NOW protocol.Glenn Moloney
2023-05-01docs/reference: Remove double 'are' in glossary.algonell
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2023-04-27renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name.Takeo Takahashi
2023-04-26LICENSE,docs: Update copyright year range to include 2023.Damien George
2023-04-26extmod/btstack: Include value handle in client read/write events.Jim Mussared
2023-04-26extmod/modbluetooth: Merge gatts_notify/indicate implementation.Jim Mussared
2023-04-21rp2/machine_i2c: Add timeout parameter for machine.I2C().David (Pololu)
2023-03-09rp2/modrp2: Disable other core, shorten delay to 8us in bootsel_button.David Grayson
2023-03-01docs/library/network: Update docs for network.country, network.hostname.Jim Mussared
2023-02-21samd/mcu: Implement a hardware seed for the SAMD21 random module.robert-hh
2023-01-19docs/zephyr/quickref: Fix zsensor module usage examples.enriquezgarc
2023-01-19docs/reference/constrained: Add missing heap-dump symbols to mem_info().Chris Overgaauw
2023-01-19docs/library/machine.Timer: Add freq argument to machine.Timer.LiaoJingyi_winY7kp
2023-01-18docs/esp32/quickref: Add docs for the LAN interface constructor.robert-hh
2023-01-13docs/library/socket: Use correct sockaddr variable name.Dorukyum
2023-01-12docs/library/rp2.StateMachine: Expand put() documentation.Paul Warren
2023-01-12docs/rp2: Make LED have exactly 50% duty cycle in PIO 1Hz example.Stig Bjørlykke
2022-12-15renesas-ra: Add the UART methods uart.txdone() and uart.flush().robert-hh