summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library
Commit message (Expand)AuthorAge
* rp2/machine_uart: Make it so TX is done only when no longer busy.Damien George2024-10-22
* rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.Phil Howard2024-10-15
* py/objringio: Add micropython.RingIO() interface for general use.Andrew Leech2024-09-19
* py/scheduler: Only run callbacks on the main thread if GIL is disabled.Angus Gratton2024-09-19
* docs/library: Document machine.Pin.toggle() method.Angus Gratton2024-09-19
* docs/library: Document math.log with two arguments.Damien George2024-09-17
* docs/library: Document the network.PPP class.Damien George2024-08-29
* docs/library/machine.UART: Extend the documentation for UART.irq.robert-hh2024-08-29
* docs/library/machine.UART: Fix UART.irq docs to match current code.Damien George2024-08-29
* docs/library/neopixel: Mention bitstream timing tuple.Tim Weber2024-08-01
* docs: Specify that machine.idle() returns at least every 1ms.Angus Gratton2024-07-23
* docs: Update docs to replace ifconfig with ipconfig.Felix Dörre2024-07-05
* extmod/machine_usb_device: Add USBDevice.remote_wakeup method.Felix Dörre2024-07-02
* py/objint: Fix int.to_bytes() buffer size checks.Angus Gratton2024-06-24
* docs/library/asyncio: Document that ThreadSafeFlag now works on unix.Damien George2024-05-15
* docs/library/machine.USBDevice: Update note about packages in mp-lib.Angus Gratton2024-05-09
* shared/tinyusb: Fix dynamic USB control callbacks for wLength==0.Angus Gratton2024-04-17
* docs/library/machine.RTC: Add docs for RTC.memory() method.Amirreza Hamzavi2024-03-26
* py/binary: Support half-float 'e' format in struct pack/unpack.Matthias Urlichs2024-03-20
* docs/library/rp2.DMA: Add documentation for rp2 DMA support.Nicko van Someren2024-03-19
* docs/library/collections: Update deque docs to describe new features.Damien George2024-03-19
* docs/library/openamp: Document the new openamp module.iabdalkader2024-03-15
* extmod/machine_usb_device: Add support for Python USB devices.Angus Gratton2024-03-15
* all: Prune trailing whitespace.Phil Howard2024-03-07
* docs/library/bluetooth: Add note that ESP32 supports pairing/bonding.Daniël van de Giessen2024-02-29
* docs/library/sys.rst: Document implementation.version.releaselevel.Jos Verlinde2024-02-07
* docs: Use vfs module instead of os.Damien George2024-02-07
* docs/library: Move vfs functions and classes from os to vfs module docs.Damien George2024-02-07
* docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert.Damien George2024-02-05
* all: Fix "reuse" and "overridden" spelling mistakes.Damien George2024-01-05
* docs/library: Document SSLContext cert methods and asyncio support.Carlosgg2023-12-14
* docs/library/esp: Correct the description of esp.osdebug().Angus Gratton2023-11-22
* esp32/esp32_rmt: Add RMT.PULSE_MAX constant.Mark Blakeney2023-11-09
* esp32/esp32_rmt: Change RMT.source_freq() to class method.Mark Blakeney2023-11-09
* extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code.Damien George2023-11-07
* docs/library/io: Remove io.FileIO and io.TextIOWrapper.Thomas Ackermann2023-10-16
* 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/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/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/library/deflate: Add docs for deflate.DeflateIO.Jim Mussared2023-07-21
* 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