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