summaryrefslogtreecommitdiff
path: root/docs/library
AgeCommit message (Expand)Author
13 daysdocs/library/network.WLAN: Fix typo for ESP32 protocol constants.Thomas Kiss
2025-12-03docs/library/machine.Timer: Explain the id parameter in more detail.Angus Gratton
2025-11-26docs/library: Add machine.DAC documentation.Matt Trentini
2025-11-26docs/library: Fix typos under I2CTarget irq method description.Alex Tran
2025-11-26docs/library: Document OrderedDict.popitem()'s CPython differences.Jos Verlinde
2025-11-25tests/multi_espnow: Add test case for espnow rate changes.Angus Gratton
2025-11-25esp32,docs: Add constants and documentation for espnow data rates.Angus Gratton
2025-11-21docs/library/os: Clarify ilistdir tuples size element.Alex Tran
2025-11-17esp32/esp32_rmt: Update RMT module to use the new RMT API.Elvis Pfutzenreuter
2025-11-13esp32/modesp32: Add esp32.wake_on_gpio() function.Meir Armon
2025-10-13zephyr/modzsensor: Add set/get sensor attributes to zsensor.Ned Konz
2025-09-26docs/library/os: Document dupterm_notify function.Jos Verlinde
2025-09-25docs: Document the cross-port Timer hard= option.Chris Webb
2025-09-11extmod/modplatform: Expose CPU features/extensions.Alessandro Gatti
2025-08-11extmod/modre: Add support for start- and endpos.Jared Hancock
2025-08-02docs/library/machine: Add docs for Counter and Encoder.Jonathan Hogg
2025-08-01docs/esp32: Add documentation for esp32.PCNT.Jonathan Hogg
2025-08-01docs/library: Document the new machine.I2CTarget class.Damien George
2025-08-01docs/library/btree: Fix method links to explicitly specify class.Koudai Aono
2025-08-01docs/library/rp2.StateMachine: Add a note about PIO in and jmp pins.Damien George
2025-07-31docs/library/bluetooth: Document all allowed args to UUID constructor.Damien George
2025-07-23extmod/mbedtls: Implement recommended DTLS features, make optional.Angus Gratton
2025-07-22py/modsys: Add sys.implementation._thread attribute.Damien George
2025-06-16esp32/modesp32: Make wake_on_ext1 available only on SoCs supporting it.Meir Armon
2025-06-16esp32/modesp32: Make wake_on_ext0 available only on SoCs supporting it.Meir Armon
2025-06-16esp32/modesp32: Make wake_on_touch available only on SoCs supporting it.Meir Armon
2025-06-16esp32/modesp32: Make wake_on_ulp available only on SoCs that support it.Meir Armon
2025-06-04extmod/modframebuf: Add support for blit'ing read-only data.Damien George
2025-06-03docs: Add a description of recv/recvfrom flags argument.Angus Gratton
2025-05-28docs/esp32: Mention the use of Timer(0) by UART.IRQ_RXIDLE.robert-hh
2025-05-28docs/library/time: Amend the documentation of time.mktime().robert-hh
2025-05-16esp32/modesp32: Implement esp32.idf_task_info().Daniƫl van de Giessen
2025-05-16docs/esp32: Improve PWM documentation and examples.IhorNehrutsa
2025-05-07docs,ports: Fix SparkFun capitalization.Malcolm McKellips
2025-04-29zephyr: Fix call to thread_analyzer_print for v4.0.Detlev Zundel
2025-03-27docs/library/vfs: Document no-args mount output.Anson Mansfield
2025-03-13esp32/machine_sdcard: Add SDCard SPI mode support for ESP32-S2,C3,C6.Angus Gratton
2025-03-13esp32/machine_sdcard: Add SDCard pin assignments for ESP32-S3 support.Angus Gratton
2025-03-05esp8266/network_wlan: Allow enumerating connected stations in AP mode.Alessandro Gatti
2025-03-05py/modsys: Add sys.implementation._build entry.Damien George
2025-02-28docs/library/machine.Pin: Show availability of low, high and toggle.robert-hh
2025-02-25docs: Fix double 'the' in documentation.Ronald Weber
2025-02-14extmod/modtls_mbedtls: Wire in support for DTLS.Keenan Johnson
2025-02-11docs/library/marshal: Document the marshal module.Damien George
2025-02-11docs/library/espnow: Clarify usage of the "rate" configuration key.Alessandro Gatti
2025-02-11docs/reference: Add strings vs bytes to speed optimisation tips.Angus Gratton
2025-02-11docs: Note which ports have default or optional network.PPP support.Angus Gratton
2025-02-11docs/esp32: Add documentation for SPI Ethernet devices on esp32 port.Angus Gratton
2025-02-08rp2/rp2_pio: Add side_pindir support for PIO.Markus Gyger
2025-01-17stm32/pyb_can: Make pyb.CAN baud calculation a little more forgiving.Angus Gratton