summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-02-25docs: Fix double 'the' in documentation.Ronald Weber
2025-02-25all: Upgrade codespell to v2.4.1.Christian Clauss
2025-02-24tools/mpremote: Add support for relative urls in package.json files.Glenn Moloney
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-02-07docs/samd/pinout: Add pinout for the Generic SAMD board types.robert-hh
2025-02-07docs/samd/pinout: Add pinout for Adafruit NeoKey Trinkey and QT Py.robert-hh
2025-01-22LICENSE,docs: Update copyright year range to include 2025.Damien George
2025-01-17docs/esp32: Defer to the download page for flashing steps.Angus Gratton
2025-01-17docs/esp32: Update tutorial flashing steps to match deploy.md.Angus Gratton
2025-01-17stm32/pyb_can: Make pyb.CAN baud calculation a little more forgiving.Angus Gratton
2025-01-16docs/reference/isr_rules: Describe issue with hard ISRs and globals.peterhinch
2024-12-23tools/mpy_ld.py: Add native modules support for RV32 code.Alessandro Gatti
2024-12-20doc: Note that machine.USBDevice is now available on esp32 port.Angus Gratton
2024-12-19ports: Fix machine.RTC.init() method so argument order matches the docs.robert-hh
2024-12-19mimxrt/machine_rtc: Drop machine.RTC.now() method.robert-hh
2024-12-19docs: Fix the quickref documentation of rtc.datetime().robert-hh
2024-12-10mimxrt/machine_rtc: Deprecate RTC.cancel in MicroPython v2.Alessandro Gatti
2024-12-03docs/library/binascii: Add docs for binascii.crc32 method.Amirreza Hamzavi
2024-11-30docs,ports: Fix some comments and error messages with doubled-up words.chuangjinglu
2024-11-28docs,esp32: Update machine.TouchPad docs for ESP32-S2 and ESP32-S3.Angus Gratton
2024-11-28tests/multi_espnow: Add channel setting test, add some docs.Angus Gratton
2024-11-19docs: Change copyright line to mention "authors and contributors".Damien George
2024-11-19docs/library: Note link between machine.soft_reset() and sys.exit().Angus Gratton
2024-11-19docs/esp32: Add a factory reset page.Angus Gratton
2024-11-19docs/rp2: Add a small factory reset page.Angus Gratton
2024-11-19docs: Add a "Reset and Boot Sequence" reference page.Angus Gratton
2024-11-18ports: Make PWM duty_u16 have an upper value of 65535 across all ports.robert-hh
2024-11-13extmod/network_ppp: Add stream config parameter.Daniël van de Giessen
2024-11-08docs: Specify the recommended network.WLAN.IF_[AP|STA] constants.Angus Gratton
2024-11-04tests/run-tests.py: Change --target/--device options to --test-instance.Damien George
2024-10-31docs/reference/packages: Fix description of --target option in mip.Jan Klusáček
2024-10-22rp2/machine_uart: Make it so TX is done only when no longer busy.Damien George
2024-10-15rp2/rp2_pio: Add support for RP2350A/B variants in PIO interface.Phil Howard
2024-10-09esp32: Add support for esp32c6.Andrew Leech
2024-10-09docs/reference/mpremote: Update docs to mention new features.Damien George
2024-10-01zephyr: Allow using devicetree node labels to construct machine objects.Maureen Helm
2024-10-02zephyr: Upgrade to Zephyr v3.7.0.Maureen Helm
2024-10-02docs/zephyr: Update docs to reflect device name changes.Maureen Helm
2024-09-19py/objringio: Add micropython.RingIO() interface for general use.Andrew Leech
2024-09-19py/scheduler: Only run callbacks on the main thread if GIL is disabled.Angus Gratton
2024-09-19docs/library: Document machine.Pin.toggle() method.Angus Gratton
2024-09-17docs/library: Document math.log with two arguments.Damien George
2024-09-17docs/reference: Fix pyboard.py filesystem cp example with three files.Damien George
2024-09-17docs/esp32: Update pin access example with addresses for ESP32-S3.Paul Grayson