summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2024-12-20doc: Note that machine.USBDevice is now available on esp32 port.Angus Gratton
2024-12-19ports: Fix machine.RTC.init() method so argument order matches the docs.robert-hh
2024-12-19mimxrt/machine_rtc: Drop machine.RTC.now() method.robert-hh
2024-12-10mimxrt/machine_rtc: Deprecate RTC.cancel in MicroPython v2.Alessandro Gatti
2024-12-03docs/library/binascii: Add docs for binascii.crc32 method.Amirreza Hamzavi
2024-11-30docs,ports: Fix some comments and error messages with doubled-up words.chuangjinglu
2024-11-28tests/multi_espnow: Add channel setting test, add some docs.Angus Gratton
2024-11-19docs/library: Note link between machine.soft_reset() and sys.exit().Angus Gratton
2024-11-19docs: Add a "Reset and Boot Sequence" reference page.Angus Gratton
2024-11-13extmod/network_ppp: Add stream config parameter.Daniël van de Giessen
2024-11-08docs: Specify the recommended network.WLAN.IF_[AP|STA] constants.Angus Gratton
2024-10-22rp2/machine_uart: Make it so TX is done only when no longer busy.Damien George
2024-10-15rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.Phil Howard
2024-09-19py/objringio: Add micropython.RingIO() interface for general use.Andrew Leech
2024-09-19py/scheduler: Only run callbacks on the main thread if GIL is disabled.Angus Gratton
2024-09-19docs/library: Document machine.Pin.toggle() method.Angus Gratton
2024-09-17docs/library: Document math.log with two arguments.Damien George
2024-08-29docs/library: Document the network.PPP class.Damien George
2024-08-29docs/library/machine.UART: Extend the documentation for UART.irq.robert-hh
2024-08-29docs/library/machine.UART: Fix UART.irq docs to match current code.Damien George
2024-08-01docs/library/neopixel: Mention bitstream timing tuple.Tim Weber
2024-07-23docs: Specify that machine.idle() returns at least every 1ms.Angus Gratton
2024-07-05docs: Update docs to replace ifconfig with ipconfig.Felix Dörre
2024-07-02extmod/machine_usb_device: Add USBDevice.remote_wakeup method.Felix Dörre
2024-06-24py/objint: Fix int.to_bytes() buffer size checks.Angus Gratton
2024-05-15docs/library/asyncio: Document that ThreadSafeFlag now works on unix.Damien George
2024-05-09docs/library/machine.USBDevice: Update note about packages in mp-lib.Angus Gratton
2024-04-17shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.Angus Gratton
2024-03-26docs/library/machine.RTC: Add docs for RTC.memory() method.Amirreza Hamzavi
2024-03-20py/binary: Support half-float 'e' format in struct pack/unpack.Matthias Urlichs
2024-03-19docs/library/rp2.DMA: Add documentation for rp2 DMA support.Nicko van Someren
2024-03-19docs/library/collections: Update deque docs to describe new features.Damien George
2024-03-15docs/library/openamp: Document the new openamp module.iabdalkader
2024-03-15extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton
2024-03-07all: Prune trailing whitespace.Phil Howard
2024-02-29docs/library/bluetooth: Add note that ESP32 supports pairing/bonding.Daniël van de Giessen
2024-02-07docs/library/sys.rst: Document implementation.version.releaselevel.Jos Verlinde
2024-02-07docs: Use vfs module instead of os.Damien George
2024-02-07docs/library: Move vfs functions and classes from os to vfs module docs.Damien George
2024-02-05docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert.Damien George
2024-01-05all: Fix "reuse" and "overridden" spelling mistakes.Damien George
2023-12-14docs/library: Document SSLContext cert methods and asyncio support.Carlosgg
2023-11-22docs/library/esp: Correct the description of esp.osdebug().Angus Gratton
2023-11-09esp32/esp32_rmt: Add RMT.PULSE_MAX constant.Mark Blakeney
2023-11-09esp32/esp32_rmt: Change RMT.source_freq() to class method.Mark Blakeney
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