summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
2021-08-17docs/library/network.rst: Simplify socket import.Jim Mussared
2021-08-17docs/library/builtins.rst: Add module title.Jim Mussared
2021-08-14extmod/modbluetooth: Add send_update arg to gatts_write.Jim Mussared
2021-08-13docs/library/index.rst: Clarify module naming and purpose.Jim Mussared
2021-08-13docs: Replace ufoo with foo in all docs.Jim Mussared
2021-08-13docs: Rename ufoo.rst to foo.rst.Jim Mussared
2021-08-13docs/library/zephyr: Add libraries specific to the Zephyr port.Julia Hathaway
2021-08-07docs/library/machine.I2S.rst: Fix use of sd pin in examples.Damien George
2021-08-07extmod/modujson: Add support for dump/dumps separators keyword-argument.Peter Züger
2021-08-07esp8266,esp32: Include hidden networks in WLAN.scan results.Damien George
2021-08-04esp32/machine_uart: Add flow kw-arg to enable hardware flow control.Will Sowerbutts
2021-07-22docs/library/uasyncio.rst: Document stream readexactly() method.Damien George
2021-07-22docs/library/utime.rst: Clarify behaviour and precision of sleep ms/us.Damien George
2021-07-18docs: Replace master/slave with controller/peripheral in I2C and SPI.David P
2021-07-06docs/library: Warn that ustruct doesn't handle spaces in format strings.Tom McDermott
2021-07-05esp32,stm32: Add new machine.I2S class for I2S protocol support.Mike Teachman
2021-07-01docs/library: Document new esp32.RMT features and fix wait_done.Jonathan Hogg
2021-06-23stm32/usb: Make irq's default trigger enable all events.Damien George
2021-06-17docs/esp32: Document WLAN "reconnects" config option.Thomas Wenrich
2021-06-15extmod/uasyncio: Add readinto() method to Stream class.Mike Teachman
2021-06-12docs/library/machine.RTC.rst: Document datetime method and fix ex code.Peter Hinch
2021-06-10stm32/usb: Add USB_VCP.irq method, to set a callback on USB data RX.Damien George
2021-05-20all: Replace busses with buses.Mike Causer
2021-05-20docs/library/pyb.Pin.rst: Update the arguments for Pin.init().Andrew Leech
2021-05-18docs/library: Add a blank line to fix formatting for ussl docs.Brett Cannon
2021-05-18docs/library: Clarify what type of algorithm is implemented in heapq.Brett Cannon
2021-05-12docs/library/rp2.rst: Fix typo overriden->overridden.Damien George
2021-05-08docs/library: Add initial API reference for rp2 module and its classes.Tim Radvan
2021-05-04docs: Fix some spelling mistakes.Mike Causer
2021-04-30docs/library/machine: Add machine.bootloader docs.Damien George
2021-04-30docs/library/machine: Specify initial machine.PWM class.Damien George
2021-04-23py/objexcept: Support errno attribute on OSError exceptions.Damien George
2021-02-19esp32: Add basic support for Non-Volatile-Storage in esp32 module.Thorsten von Eicken
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2021-02-16docs/library/uasyncio.rst: Add docs for ThreadSafeFlag.Jim Mussared
2021-02-13extmod/uasyncio: Add asyncio.current_task().Jim Mussared
2021-02-03docs/library/machine.Pin.rst: Make it clear which methods are not core.Damien George
2021-01-30docs,stm32: Fix minor typos in RTC docs, and->an.Andrew Scheller
2020-12-17stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate.iabdalkader
2020-12-14extmod/modubinascii: Update code, docs for hexlify now CPython has sep.Damien George
2020-12-02docs/library/ubluetooth.rst: Add passkey docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add bonding docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add gap_pair() docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add pairing/bonding config docs.Jim Mussared
2020-12-02extmod/modbluetooth: Add _IRQ_ENCRYPTION_UPDATE event.Andrew Leech
2020-12-02docs/library/ubluetooth.rst: Update read request IRQ docs.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Update char/desc flags.Jim Mussared
2020-12-02docs/library/ubluetooth.rst: Add _IRQ_CONNECTION_UDPATE docs.Jim Mussared
2020-11-24docs/library/ubluetooth.rst: Add docs for L2CAP channels.Jim Mussared
2020-10-20docs/library/machine.Timer.rst: Add mention of constructor arguments.Howard Lovatt