index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
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
2025-08-02
docs/library/machine: Add docs for Counter and Encoder.
Jonathan Hogg
2025-08-01
docs/esp32: Add documentation for esp32.PCNT.
Jonathan Hogg
2025-08-01
docs/library: Document the new machine.I2CTarget class.
Damien George
2025-08-01
docs/library/btree: Fix method links to explicitly specify class.
Koudai Aono
2025-08-01
docs/library/rp2.StateMachine: Add a note about PIO in and jmp pins.
Damien George
2025-07-31
docs/library/bluetooth: Document all allowed args to UUID constructor.
Damien George
2025-07-23
extmod/mbedtls: Implement recommended DTLS features, make optional.
Angus Gratton
2025-07-22
py/modsys: Add sys.implementation._thread attribute.
Damien George
2025-06-16
esp32/modesp32: Make wake_on_ext1 available only on SoCs supporting it.
Meir Armon
2025-06-16
esp32/modesp32: Make wake_on_ext0 available only on SoCs supporting it.
Meir Armon
2025-06-16
esp32/modesp32: Make wake_on_touch available only on SoCs supporting it.
Meir Armon
2025-06-16
esp32/modesp32: Make wake_on_ulp available only on SoCs that support it.
Meir Armon
2025-06-04
extmod/modframebuf: Add support for blit'ing read-only data.
Damien George
2025-06-03
docs: Add a description of recv/recvfrom flags argument.
Angus Gratton
2025-05-28
docs/esp32: Mention the use of Timer(0) by UART.IRQ_RXIDLE.
robert-hh
2025-05-28
docs/library/time: Amend the documentation of time.mktime().
robert-hh
2025-05-16
esp32/modesp32: Implement esp32.idf_task_info().
Daniël van de Giessen
2025-05-16
docs/esp32: Improve PWM documentation and examples.
IhorNehrutsa
2025-05-07
docs,ports: Fix SparkFun capitalization.
Malcolm McKellips
2025-04-29
zephyr: Fix call to thread_analyzer_print for v4.0.
Detlev Zundel
2025-03-27
docs/library/vfs: Document no-args mount output.
Anson Mansfield
2025-03-13
esp32/machine_sdcard: Add SDCard SPI mode support for ESP32-S2,C3,C6.
Angus Gratton
2025-03-13
esp32/machine_sdcard: Add SDCard pin assignments for ESP32-S3 support.
Angus Gratton
2025-03-05
esp8266/network_wlan: Allow enumerating connected stations in AP mode.
Alessandro Gatti
2025-03-05
py/modsys: Add sys.implementation._build entry.
Damien George
2025-02-28
docs/library/machine.Pin: Show availability of low, high and toggle.
robert-hh
2025-02-25
docs: Fix double 'the' in documentation.
Ronald Weber
2025-02-14
extmod/modtls_mbedtls: Wire in support for DTLS.
Keenan Johnson
2025-02-11
docs/library/marshal: Document the marshal module.
Damien George
2025-02-11
docs/library/espnow: Clarify usage of the "rate" configuration key.
Alessandro Gatti
2025-02-11
docs/reference: Add strings vs bytes to speed optimisation tips.
Angus Gratton
2025-02-11
docs: Note which ports have default or optional network.PPP support.
Angus Gratton
2025-02-11
docs/esp32: Add documentation for SPI Ethernet devices on esp32 port.
Angus Gratton
2025-02-08
rp2/rp2_pio: Add side_pindir support for PIO.
Markus Gyger
2025-01-17
stm32/pyb_can: Make pyb.CAN baud calculation a little more forgiving.
Angus Gratton
2024-12-20
doc: Note that machine.USBDevice is now available on esp32 port.
Angus Gratton
2024-12-19
ports: Fix machine.RTC.init() method so argument order matches the docs.
robert-hh
2024-12-19
mimxrt/machine_rtc: Drop machine.RTC.now() method.
robert-hh
2024-12-10
mimxrt/machine_rtc: Deprecate RTC.cancel in MicroPython v2.
Alessandro Gatti
2024-12-03
docs/library/binascii: Add docs for binascii.crc32 method.
Amirreza Hamzavi
2024-11-30
docs,ports: Fix some comments and error messages with doubled-up words.
chuangjinglu
2024-11-28
tests/multi_espnow: Add channel setting test, add some docs.
Angus Gratton
2024-11-19
docs/library: Note link between machine.soft_reset() and sys.exit().
Angus Gratton
2024-11-19
docs: Add a "Reset and Boot Sequence" reference page.
Angus Gratton
2024-11-13
extmod/network_ppp: Add stream config parameter.
Daniël van de Giessen
2024-11-08
docs: Specify the recommended network.WLAN.IF_[AP|STA] constants.
Angus Gratton
2024-10-22
rp2/machine_uart: Make it so TX is done only when no longer busy.
Damien George
2024-10-15
rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.
Phil Howard
2024-09-19
py/objringio: Add micropython.RingIO() interface for general use.
Andrew Leech
2024-09-19
py/scheduler: Only run callbacks on the main thread if GIL is disabled.
Angus Gratton
[next]