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