summaryrefslogtreecommitdiff
path: root/docs
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-26tools/ci.sh: Add zsh and fish shell completion support.Alessandro Gatti
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-20docs/mimxrt/pinout: Use Dxx pin identifiers for Teensy boards.robert-hh
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-24py/modsys: Add architecture flags to MicroPython metadata.Alessandro Gatti
2025-10-24py/persistentcode: Add architecture flags check for RV32 platforms.Alessandro Gatti
2025-10-24py/persistentcode: Add architecture flags compatibility checks.Alessandro Gatti
2025-10-23all: Simplify mp_int_t/mp_uint_t definition.Jeff Epler
2025-10-23README: Define and describe the port Tier levels.Damien George
2025-10-22zephyr: Mount all disks and flash partition, formatting if necessary.Ned Konz
2025-10-13zephyr/modzsensor: Add set/get sensor attributes to zsensor.Ned Konz
2025-10-13zephyr/machine_adc: Add ADC support.Ned Konz
2025-10-10docs/develop/porting: Use mp_cstack_init_with_sp_here in docs.Damien George
2025-10-04all: Replace legacy name with MicroPython and MPy as applicable.Angus Gratton
2025-09-26docs/develop/gettingstarted: Document %.sz and %.pp targets.Jeff Epler
2025-09-26docs/develop/gettingstarted: Document the additional unix test targets.Jeff Epler
2025-09-26tools/ci.sh: Add `--bash-completion` option.Jeff Epler
2025-09-26docs/README: Document sphinx-autobuild for local preview.Jos Verlinde
2025-09-26docs/README: Update doc build dependency.Jos Verlinde
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-19mpy-cross: Add RISC-V RV64IMC support in MPY files.Alessandro Gatti
2025-09-18tools/ci.sh: Make this script runnable as command.Jeff Epler
2025-09-16docs: Always use sphinx_rtd_theme.Jeff Epler
2025-09-15all: Remove Python 2.7 support.Jeff Epler
2025-09-11extmod/modplatform: Expose CPU features/extensions.Alessandro Gatti
2025-08-16zephyr: Upgrade to Zephyr v4.2.0.Maureen Helm
2025-08-11extmod/modre: Add support for start- and endpos.Jared Hancock
2025-08-02docs/reference/mpremote: Document location of config file.Jos Verlinde
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-30esp32: Add support for ESP32-C2 (aka ESP8684).TianShuang Ke
2025-07-29docs: Document PEP487 __set_name__ implementation.Anson Mansfield
2025-07-23extmod/mbedtls: Implement recommended DTLS features, make optional.Angus Gratton
2025-07-23docs/reference/speed_python: Document schedule/GIL limitation of native.Damien George
2025-07-22py/modsys: Add sys.implementation._thread attribute.Damien George
2025-07-20docs/develop/natmod: Add notes on Picolibc and natmods.Alessandro Gatti
2025-06-16docs/rp2: Document the new rp2 Timer hard= option.Chris Webb