summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2023-07-21docs/library/deflate: Add docs for deflate.DeflateIO.Jim Mussared
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-01docs/library/index: Update built-in extension docs.Jim Mussared
2023-05-19esp32/esp32_ulp: Enable FSM ULP for S2 and S3 chips.patrick
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-06esp32,esp8266: Add support to set/get power saving mode of WLAN.glenn20
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-01esp32,esp8266: Add support for the Espressif ESP-NOW protocol.Glenn Moloney
2023-04-27all: Fix spelling mistakes based on codespell check.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-01-19docs/library/machine.Timer: Add freq argument to machine.Timer.LiaoJingyi_winY7kp
2023-01-13docs/library/socket: Use correct sockaddr variable name.Dorukyum
2023-01-12docs/library/rp2.StateMachine: Expand put() documentation.Paul Warren
2022-12-15renesas-ra: Add the UART methods uart.txdone() and uart.flush().robert-hh
2022-12-07docs/library/neopixel: Update GitHub URL for neopixel.py link.Jim Mussared
2022-12-06docs/library/struct: Embed format tables.Laurens Valk
2022-12-06docs/library/struct: Fix buffer argument description.Laurens Valk
2022-11-18stm32/i2c: Fix I2C frequency calc so it doesn't exceed requested rate.yn386
2022-11-17docs/library/framebuf: Clarify docs for blit regarding palette.TPReal
2022-11-17mimxrt/network: Rename the argument clock_mode to ref_clk_mode.robert-hh
2022-11-16docs/library/uasyncio: Describe restriction on ThreadSafeFlag.Peter Hinch
2022-11-15docs/library/pyb.CAN: Update the recv example to take a 5-tuple.Sky
2022-11-15docs/library/array: Add docs for dunder methods.Howard Lovatt
2022-11-08docs/library/machine: Add machine.memX to docs with brief example.Matt Trentini
2022-09-09extmod/modbluetooth: Replace def_handle with end_handle in char IRQ.Jim Mussared
2022-08-31docs/library/machine.UART: Add docs for uart.flush() and uart.txdone().robert-hh
2022-08-31docs/library/machine.I2C: Add a note about I2C pull-up resistors.robert-hh
2022-08-26docs/library/micropython: Fix spelling of compiler.Laurens Valk
2022-08-26docs/library: Fix nested rst styles not rendering.Laurens Valk
2022-08-26docs/library/machine.UART: Add notes about UART init and deinit.Tomasz 'CeDeROM' CEDRO
2022-08-26drivers/cc3000: Remove CC3000 WiFi driver files.Damien George
2022-08-23rp2/machine_wdt: Check for the maximum timeout value of watchdog.robert-hh
2022-08-19extmod/modframebuf: Add polygon drawing methods.Mat Booth
2022-08-19extmod/modframebuf: Add ellipse drawing method.Peter Hinch
2022-08-19extmod/modframebuf: Add fill argument to rect().Jim Mussared
2022-08-12extmod/uasyncio: Add clear method to ThreadSafeFlag.Ned Konz
2022-08-11docs/library/rp2: Fix pull_thresh docs to use pull instead of push.Nathan Hendler
2022-07-29docs/library/pyb.Timer: Document how to use BKIN pin with example.chrismas9
2022-07-29docs/library/pyb.Pin: Add Pin.ALT constant.chrismas9
2022-07-29docs/library/pyb.Pin: Fix out-of-context paragraphs, and AF_PP typo.chrismas9