summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2022-04-28py/modsys: Introduce sys.implementation._machine constant.Damien George
2022-04-28py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy.Damien George
2022-04-22docs/library/network.WLAN: Add "txpower" to list of known WLAN configs.Damien George
2022-04-04drivers/codec: Add driver for the WM8960 codec.robert-hh
2022-04-04docs: Add quickref and docs for mimxrt, including network.LAN docs.robert-hh
2022-04-02docs/library/pyb.CAN: Update CAN docs to match revised API.iabdalkader
2022-03-30mixmrt/machine_i2s: Add I2S protocol support.MikeTeachman
2022-03-29docs/library/machine.I2S: Clarify what rate refers to.Damien George
2022-03-21esp32/modesp32: Add new gpio_deep_sleep_hold function.Jonathan Hogg
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-07docs/library/machine.Pin: Update to use preferred DRIVE_x constants.Jonathan Hogg
2022-03-07docs/library/esp32.rst: Mark esp32.Partition as not taking kw args.Damien George
2022-03-07docs/library/machine.UART.rst: Add details for `invert` parameter.Jan
2022-02-22esp32/esp32_partition: Add support for specifying block_size.Damien George
2022-02-09docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait.Lars Kellogg-Stedman
2022-02-09docs/library/machine.Pin.rst: Document defaults for Pin.init.Jos Verlinde
2022-02-09docs/library/pyb.SPI.rst: Document default for prescaler argument.Jos Verlinde
2022-02-09docs/library/esp.rst: Document the osdebug function.Jos Verlinde
2022-02-09docs/library/machine.WDT.rst: Use correct case for WDT.feed.Jos Verlinde
2022-02-09docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB.Jos Verlinde
2022-02-09docs/library/pyb.DAC.rst: Add DAC class constants.Jos Verlinde
2022-02-09docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants.Jos Verlinde
2022-02-09docs/library/pyb.Timer.rst: Add pyb.Timer class constants.Jos Verlinde
2022-02-09docs/library/socket.rst: Document socket as a class.Jos Verlinde
2022-02-09docs: Use the correct * keyword-only notation.Jos Verlinde
2022-02-09docs/library/collections.rst: Use class for deque and OrderedDict.Jos Verlinde
2022-01-27stm32/pin: Change remaining uses of "af" to "alt".Damien George
2022-01-23extmod/modubinascii: Add newline keyword to b2a_base64 function.Christian Decker
2022-01-21docs/library: Specify additional ADC methods and new ADCBlock class.Damien George
2022-01-21extmod/machine_i2c: Increase default SoftI2C timeout to 50ms.Damien George
2022-01-14esp32/machine_bitstream: Reinstate bitstream bit-bang implementation.Damien George
2021-12-18docs/library/sys.rst: Add note about '.frozen' as an entry in sys.path.Jim Mussared
2021-12-15docs: Remove trailing spaces and convert tabs to spaces.Damien George
2021-12-03esp32/machine_pwm: Implement duty_u16() and duty_ns() PWM methods.IhorNehrutsa
2021-12-01extmod/modbluetooth: Support gap_connect(None) to cancel a connection.Jonathan Hogg
2021-11-30docs/library/machine.Pin.rst: Add Pin.ANALOG mode constant.Scott Armitage
2021-11-30docs/library/machine.Timer.rst: Document `period` and `callback` args.Michael Buesch
2021-11-30docs/library/machine.SPI.rst: Add example SPI usage.Michael Buesch
2021-11-30docs/library/machine.Timer.rst: Document 'id' as positional-only arg.Michael Buesch
2021-11-30docs/library/uasyncio.rst: Detail exception behaviour in cancel/timeout.Peter Hinch
2021-11-19docs/library/sys.rst: Add docs for sys.settrace.NitiKaur
2021-11-19docs/library/rp2.rst: Update function asm_pio_encode to add sideset_opt.oli
2021-11-17docs/library/framebuf.rst: Adjust dimensions in example.Sebastian Wicki
2021-10-26extmod/modbluetooth: Add connection interval to gap_connect.Jim Mussared
2021-10-14docs/library/stm.rst: Document the stm module.NitiKaur
2021-10-13docs/library/random.rst: Document the random module.NitiKaur
2021-10-13docs/rp2: Add reference for PIO assembly instructions, and PIO tutorial.NitiKaur
2021-09-13docs/library/machine.I2S.rst: Specify that I2S.shift args are kw-only.Peter Hinch
2021-09-10docs/library/bluetooth.rst: Update incorrect link to gatts_write.Matt Trentini