1045 Commits (988827b85a9b09f1164e101ea2520562dd31634e)

Author SHA1 Message Date
Damien George 1daeeb2430 docs/differences: Update Python 3.5 diff, with optional listen backlog. 3 years ago
Rob Knegjens d3d862769a tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 3 years ago
Andrew Leech 3b99b4d675 docs/reference/mpremote: Add details about mount usage over soft reboot. 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
David Lechner 783b1a868f py/runtime: Allow multiple *args in a function call. 5 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
Jonathan Hogg 7684c996bc esp32/machine_pin: Add new hold keyword argument and remove PULL_HOLD. 3 years ago
Jonathan Hogg 5887dfeea6 docs/esp32/quickref: Refine deep-sleep power-saving notes. 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
Jonathan Hogg 4c7c80d626 docs/esp32/quickref: Document GPIO drive strength. 3 years ago
Maureen Helm 474d288e55 zephyr: Upgrade to Zephyr v3.0.0. 3 years ago
Damien George bb2bd071f7 docs/library/esp32.rst: Mark esp32.Partition as not taking kw args. 3 years ago
David Lechner eadc927baf docs/differences/python_35: Mark PEP 486 as not applicable. 3 years ago
Jan 5d9171b5cc docs/library/machine.UART.rst: Add details for `invert` parameter. 3 years ago
Damien George d6564a3159 tools/mpremote: Add "umount" command. 3 years ago
Damien George ad1f523e7e tools/mpremote: Add "resume" and "soft-reset" commands. 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
Peter Hinch 80b81acea5 docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface. 3 years ago
Jonathan Hogg a43764e654 docs/esp32/quickref: Update ADC documentation. 3 years ago
Luiz Brandao ddda959e57 docs/reference/isr_rules.rst: Fix inconsistent variable name in example. 3 years ago
Cem Eliguzel 5943a2ec79 docs/develop/porting.rst: Fix build and import problems in the example. 3 years ago
Damien George 326b2c79df docs: Remove reference to obsolete neopixel_write function. 3 years ago
Damien George 79a3158de6 stm32/pin: Change remaining uses of "af" to "alt". 3 years ago
Damien George c153bfd311 docs/differences: Update python_36 now that b2a_base64 accepts newline. 3 years ago
Christian Decker 2e3a2785cd extmod/modubinascii: Add newline keyword to b2a_base64 function. 3 years ago
Damien George aafd8859e9 docs/differences: Update differences now that math.tau/inf/nan exist. 3 years ago
Jonathan Hogg 3300d6d337 docs/esp32: Document expanded ADC API in quickref. 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 da4b38e756 all: Bump version to 1.18. 3 years ago
Damien George a3bbd5332b esp32/machine_bitstream: Reinstate bitstream bit-bang implementation. 3 years ago
Damien George 8957386250 docs/esp32: Update RMT quickref example to match latest code. 3 years ago