aboutsummaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2023-11-07extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.Damien George
2023-10-16docs/library/io: Remove io.FileIO and io.TextIOWrapper.Thomas Ackermann
2023-10-04extmod/modnetwork: Increase max hostname length to 32.Jim Mussared
2023-10-03all: Fix various spelling mistakes found by codespell 2.2.6.Damien George
2023-09-15docs/library/gc: Clarify mem_alloc and mem_free only for Python heap.Angus Gratton
2023-09-15docs/library/esp32: Update ESP32 idf_heap_info docs to match behaviour.Angus Gratton
2023-09-05esp32: Skip validation of image on boot from deepsleep.Glenn Moloney
2023-09-04docs/library/network: Clarify network.hostname() behaviour.Jim Mussared
2023-09-04docs/library/platform: Add docs for the platform library.Francis Dela Cruz
2023-09-01docs/library/neopixel: Change link to a micropython-lib reference.Andy Piper
2023-09-01extmod/moddeflate: Change default window size.Jim Mussared
2023-08-23stm32/subghz: Add STM32WL55 subghz radio interface to stm module.Angus Gratton
2023-08-15esp32: Enable automatic Python heap growth.Angus Gratton
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