summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
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
2021-09-10docs/library/os.rst: Clarify littlefs requirements for block erase.Peter Hinch
2021-08-30docs/library: Fix usage of :term: for frozen module reference.Fernando
2021-08-25extmod/modframebuf: Enable blit between different formats via a palette.Peter Hinch
2021-08-19docs: Add docs for machine.bitstream and neopixel module.Jim Mussared
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