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
Age
Commit message (
Expand
)
Author
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-31
py/runtime: Allow multiple *args in a function call.
David Lechner
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-21
esp32/machine_pin: Add new hold keyword argument and remove PULL_HOLD.
Jonathan Hogg
2022-03-21
docs/esp32/quickref: Refine deep-sleep power-saving notes.
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/esp32/quickref: Document GPIO drive strength.
Jonathan Hogg
2022-03-07
zephyr: Upgrade to Zephyr v3.0.0.
Maureen Helm
2022-03-07
docs/library/esp32.rst: Mark esp32.Partition as not taking kw args.
Damien George
2022-03-07
docs/differences/python_35: Mark PEP 486 as not applicable.
David Lechner
2022-03-07
docs/library/machine.UART.rst: Add details for `invert` parameter.
Jan
2022-02-25
tools/mpremote: Add "umount" command.
Damien George
2022-02-25
tools/mpremote: Add "resume" and "soft-reset" commands.
Damien George
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-02-04
docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface.
Peter Hinch
2022-02-04
docs/esp32/quickref: Update ADC documentation.
Jonathan Hogg
2022-02-04
docs/reference/isr_rules.rst: Fix inconsistent variable name in example.
Luiz Brandao
2022-02-04
docs/develop/porting.rst: Fix build and import problems in the example.
Cem Eliguzel
2022-02-02
docs: Remove reference to obsolete neopixel_write function.
Damien George
2022-01-27
stm32/pin: Change remaining uses of "af" to "alt".
Damien George
2022-01-23
docs/differences: Update python_36 now that b2a_base64 accepts newline.
Damien George
2022-01-23
extmod/modubinascii: Add newline keyword to b2a_base64 function.
Christian Decker
2022-01-23
docs/differences: Update differences now that math.tau/inf/nan exist.
Damien George
2022-01-21
docs/esp32: Document expanded ADC API in quickref.
Jonathan Hogg
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-17
all: Bump version to 1.18.
v1.18
Damien George
2022-01-14
esp32/machine_bitstream: Reinstate bitstream bit-bang implementation.
Damien George
2022-01-13
docs/esp32: Update RMT quickref example to match latest code.
Damien George
2022-01-06
LICENSE,docs: Update copyright year range to include 2022.
Damien George
2022-01-06
zephyr: Upgrade to Zephyr v2.7.0.
Maureen Helm
2022-01-05
docs/differences: Document details of new PEPs/features in Python 3.5+.
NitiKaur
[next]