761 Commits (1b89c503db690967d50699abe0bfa942f6f6b15e)

Author SHA1 Message Date
Phil Howard e6093c0fbd rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface. 4 months ago
Andrew Leech 7e14680a83 py/objringio: Add micropython.RingIO() interface for general use. 2 years ago
Angus Gratton 52a593cdb1 py/scheduler: Only run callbacks on the main thread if GIL is disabled. 2 months ago
Angus Gratton fb069f9d06 docs/library: Document machine.Pin.toggle() method. 2 months ago
Damien George 8feb714b4d docs/library: Document math.log with two arguments. 2 months ago
Damien George 35b6a66b0b docs/library: Document the network.PPP class. 2 months ago
robert-hh 03b1b6d8e6 docs/library/machine.UART: Extend the documentation for UART.irq. 8 months ago
Damien George 9bbe61607a docs/library/machine.UART: Fix UART.irq docs to match current code. 8 months ago
Tim Weber d1685a3f5f docs/library/neopixel: Mention bitstream timing tuple. 4 months ago
Angus Gratton 81daba31c5 docs: Specify that machine.idle() returns at least every 1ms. 4 months ago
Felix Dörre 4d16a9cced docs: Update docs to replace ifconfig with ipconfig. 8 months ago
Felix Dörre 57008a1e69 extmod/machine_usb_device: Add USBDevice.remote_wakeup method. 5 months ago
Angus Gratton 908ab1ceca py/objint: Fix int.to_bytes() buffer size checks. 11 months ago
Damien George abd1f28bc2 docs/library/asyncio: Document that ThreadSafeFlag now works on unix. 6 months ago
Angus Gratton c3301da176 docs/library/machine.USBDevice: Update note about packages in mp-lib. 6 months ago
Angus Gratton d11ca092f7 shared/tinyusb: Fix dynamic USB control callbacks for wLength==0. 7 months ago
Amirreza Hamzavi 57de9da352 docs/library/machine.RTC: Add docs for RTC.memory() method. 1 year ago
Matthias Urlichs e520fa2e0f py/binary: Support half-float 'e' format in struct pack/unpack. 1 year ago
Nicko van Someren 77f08b72ca docs/library/rp2.DMA: Add documentation for rp2 DMA support. 10 months ago
Damien George d92dff881c docs/library/collections: Update deque docs to describe new features. 8 months ago
iabdalkader e5ca06a06f docs/library/openamp: Document the new openamp module. 8 months ago
Angus Gratton 9d0d262be0 extmod/machine_usb_device: Add support for Python USB devices. 12 months ago
Phil Howard dda9b9c6da all: Prune trailing whitespace. 8 months ago
Daniël van de Giessen 678707c8b0 docs/library/bluetooth: Add note that ESP32 supports pairing/bonding. 11 months ago
Jos Verlinde 2bdaa1bede docs/library/sys.rst: Document implementation.version.releaselevel. 10 months ago
Damien George 4c56b39051 docs: Use vfs module instead of os. 9 months ago
Damien George 45f99cb445 docs/library: Move vfs functions and classes from os to vfs module docs. 12 months ago
Damien George ac8e7f7b67 docs/library/ssl: Change wrap_socket args keyfile/certfile to key/cert. 9 months ago
Damien George ee226a8b43 all: Fix "reuse" and "overridden" spelling mistakes. 10 months ago
Carlosgg 05d3b22301 docs/library: Document SSLContext cert methods and asyncio support. 1 year ago
Angus Gratton a800ed5ae3 docs/library/esp: Correct the description of esp.osdebug(). 1 year ago
Mark Blakeney 2888c5b230 esp32/esp32_rmt: Add RMT.PULSE_MAX constant. 1 year ago
Mark Blakeney fbb7c32040 esp32/esp32_rmt: Change RMT.source_freq() to class method. 1 year ago
Damien George 03eae48847 extmod/machine_adc_block: Factor esp32 ADCBlock bindings to common code. 1 year ago
Thomas Ackermann ac4f79592b docs/library/io: Remove io.FileIO and io.TextIOWrapper. 1 year ago
Jim Mussared b329fdcb73 extmod/modnetwork: Increase max hostname length to 32. 1 year ago
Damien George cf490a7091 all: Fix various spelling mistakes found by codespell 2.2.6. 1 year ago
Angus Gratton 92f379cce4 docs/library/gc: Clarify mem_alloc and mem_free only for Python heap. 1 year ago
Angus Gratton 26160e8ed5 docs/library/esp32: Update ESP32 idf_heap_info docs to match behaviour. 1 year ago
Glenn Moloney 0bafdaf5f0 esp32: Skip validation of image on boot from deepsleep. 1 year ago
Jim Mussared 304f13a74e docs/library/network: Clarify network.hostname() behaviour. 1 year ago
Francis Dela Cruz d00105494f docs/library/platform: Add docs for the platform library. 1 year ago
Andy Piper 845d0c79ff docs/library/neopixel: Change link to a micropython-lib reference. 1 year ago
Jim Mussared 32db4c58f7 extmod/moddeflate: Change default window size. 1 year ago
Angus Gratton 02620c2236 stm32/subghz: Add STM32WL55 subghz radio interface to stm module. 2 years ago
Angus Gratton 05dcb8be99 esp32: Enable automatic Python heap growth. 1 year ago
Jim Mussared b804443cb3 docs/library/deflate: Add docs for deflate.DeflateIO. 1 year ago
Damien George 713a45124b docs/library/ssl: Add documentation for SSLContext. 1 year ago
Damien George 68e0e889b4 docs/esp32: Update esp32 docs based on IDF v5 changes. 1 year ago
Jim Mussared 9092909bf5 docs: Rename uasyncio to asyncio. 1 year ago