661 Commits (5f4143dd40ceb120db3edd3e4446f01b4240313d)

Author SHA1 Message Date
Jim Mussared 3ce21945b1 docs/library/bluetooth: Add link to aioble. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Christian Walther ba21f76f89 esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep. 2 years ago
Luiz Brandao 7861eddd0f docs/library/uasyncio: Consistently use "uasyncio" instead of "asyncio". 3 years ago
Patrick Joy 3d58bb23c2 docs/library/machine: Add note on interrupts being critical to system. 3 years ago
Damien George 9175482f29 docs/library: Remove unnecessary "pyb." prefix on class names. 2 years ago
Howard Lovatt 89e1e67748 docs/library/pyb.Timer: Document `brk` argument and its constants. 4 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
iabdalkader 6e868d47dc docs: Update to use new WLAN argument names for ssid/security/key. 2 years ago
Andrew Scheller cedb93c179 docs: Update Raspberry Pi URLs from .org to .com. 2 years ago
Damien George 9670a156da all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
Damien George 402df833fe py/modsys: Introduce sys.implementation._machine constant. 3 years ago
Damien George 59c5d41611 py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy. 3 years ago
Damien George 2a08e38c60 docs/library/network.WLAN: Add "txpower" to list of known WLAN configs. 3 years ago
robert-hh 56b331ace6 drivers/codec: Add driver for the WM8960 codec. 3 years ago
robert-hh 7a447e08b2 docs: Add quickref and docs for mimxrt, including network.LAN docs. 3 years ago
iabdalkader 5cdf964571 docs/library/pyb.CAN: Update CAN docs to match revised API. 3 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
Damien George 5e685a9c6f docs/library/machine.I2S: Clarify what rate refers to. 3 years ago
Jonathan Hogg 21d0599bd1 esp32/modesp32: Add new gpio_deep_sleep_hold function. 3 years ago
Damien George ac2293161e py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 years ago
Damien George cac939ddc3 py/modsys: Add optional sys.tracebacklimit attribute. 3 years ago
Jonathan Hogg 3ebc370344 docs/library/machine.Pin: Update to use preferred DRIVE_x constants. 3 years ago
Damien George bb2bd071f7 docs/library/esp32.rst: Mark esp32.Partition as not taking kw args. 3 years ago
Jan 5d9171b5cc docs/library/machine.UART.rst: Add details for `invert` parameter. 3 years ago
Damien George 106a83de22 esp32/esp32_partition: Add support for specifying block_size. 3 years ago
Lars Kellogg-Stedman 8f6924c9fb docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait. 3 years ago
Jos Verlinde 6653856b87 docs/library/machine.Pin.rst: Document defaults for Pin.init. 3 years ago
Jos Verlinde 7f67524031 docs/library/pyb.SPI.rst: Document default for prescaler argument. 3 years ago
Jos Verlinde 58cd2a8b0a docs/library/esp.rst: Document the osdebug function. 3 years ago
Jos Verlinde f99b679916 docs/library/machine.WDT.rst: Use correct case for WDT.feed. 3 years ago
Jos Verlinde 7621b17636 docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB. 3 years ago
Jos Verlinde 8715ad9ccf docs/library/pyb.DAC.rst: Add DAC class constants. 3 years ago
Jos Verlinde ba4f6f5fdf docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants. 3 years ago
Jos Verlinde 50b172023f docs/library/pyb.Timer.rst: Add pyb.Timer class constants. 3 years ago
Jos Verlinde 2c30ac7aeb docs/library/socket.rst: Document socket as a class. 3 years ago
Jos Verlinde cd0531c533 docs: Use the correct * keyword-only notation. 3 years ago
Jos Verlinde a41abd94dc docs/library/collections.rst: Use class for deque and OrderedDict. 3 years ago
Damien George 79a3158de6 stm32/pin: Change remaining uses of "af" to "alt". 3 years ago
Christian Decker 2e3a2785cd extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
Damien George 4d2f487ee1 docs/library: Specify additional ADC methods and new ADCBlock class. 3 years ago
Damien George 7d71ae25ed extmod/machine_i2c: Increase default SoftI2C timeout to 50ms. 3 years ago
Damien George a3bbd5332b esp32/machine_bitstream: Reinstate bitstream bit-bang implementation. 3 years ago
Jim Mussared 86394f70fc docs/library/sys.rst: Add note about '.frozen' as an entry in sys.path. 3 years ago
Damien George d9d67adef1 docs: Remove trailing spaces and convert tabs to spaces. 3 years ago
IhorNehrutsa b491967bbd esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods. 3 years ago
Jonathan Hogg 851ecb2da1 extmod/modbluetooth: Support gap_connect(None) to cancel a connection. 3 years ago
Scott Armitage de7e3cd792 docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant. 4 years ago
Michael Buesch 68d1245f42 docs/library/machine.Timer.rst: Document `period` and `callback` args. 4 years ago
Michael Buesch 1e7c8f2b0b docs/library/machine.SPI.rst: Add example SPI usage. 4 years ago