summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2022-06-14docs: Update Raspberry Pi URLs from .org to .com.Andrew Scheller
2022-06-10docs/reference/mpyfiles: Update .mpy description to match latest format.Damien George
2022-06-07all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K.Damien George
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-27docs/reference/manifest: Add link to details about opt-level for freeze.Andrew Leech
2022-05-27docs/mimxrt: Move the pinout tables to a separate document.robert-hh
2022-05-27docs/mimxrt: Add i.MX RT1015 to general.rst, and a few clarifications.robert-hh
2022-05-24unix: Implement `-X realtime` command-line option on macOS.David Lechner
2022-05-23py/dynruntime.mk: Add basic support for armv6m architecture.Damien George
2022-05-18py/parse: Allow all constant objects to be used in "X = const(o)".Damien George
2022-05-17docs/reference/mpyfiles: Remove docs about mpy flags and qstr win size.Damien George
2022-05-03docs/renesas-ra: Remove unused image files.Takeo Takahashi
2022-04-29docs: Update files for renesas-ra port.Takeo Takahashi
2022-04-29docs/renesas-ra: Add renesas-ra docs files.Takeo Takahashi
2022-04-28py/modsys: Introduce sys.implementation._machine constant.Damien George
2022-04-28py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy.Damien George
2022-04-22docs/library/network.WLAN: Add "txpower" to list of known WLAN configs.Damien George
2022-04-15docs/reference: Update constrained docs now that tuples can be const.Damien George
2022-04-11docs/differences: Update Python 3.5 diff, with optional listen backlog.Damien George
2022-04-11tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks.Rob Knegjens
2022-04-04docs/reference/mpremote: Add details about mount usage over soft reboot.Andrew Leech
2022-04-04drivers/codec: Add driver for the WM8960 codec.robert-hh
2022-04-04docs: Add quickref and docs for mimxrt, including network.LAN docs.robert-hh
2022-04-02docs/library/pyb.CAN: Update CAN docs to match revised API.iabdalkader
2022-03-31py/runtime: Allow multiple *args in a function call.David Lechner
2022-03-30mixmrt/machine_i2s: Add I2S protocol support.MikeTeachman
2022-03-29docs/library/machine.I2S: Clarify what rate refers to.Damien George
2022-03-21esp32/modesp32: Add new gpio_deep_sleep_hold function.Jonathan Hogg
2022-03-21esp32/machine_pin: Add new hold keyword argument and remove PULL_HOLD.Jonathan Hogg
2022-03-21docs/esp32/quickref: Refine deep-sleep power-saving notes.Jonathan Hogg
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-07docs/library/machine.Pin: Update to use preferred DRIVE_x constants.Jonathan Hogg
2022-03-07docs/esp32/quickref: Document GPIO drive strength.Jonathan Hogg
2022-03-07zephyr: Upgrade to Zephyr v3.0.0.Maureen Helm
2022-03-07docs/library/esp32.rst: Mark esp32.Partition as not taking kw args.Damien George
2022-03-07docs/differences/python_35: Mark PEP 486 as not applicable.David Lechner
2022-03-07docs/library/machine.UART.rst: Add details for `invert` parameter.Jan
2022-02-25tools/mpremote: Add "umount" command.Damien George
2022-02-25tools/mpremote: Add "resume" and "soft-reset" commands.Damien George
2022-02-22esp32/esp32_partition: Add support for specifying block_size.Damien George
2022-02-09docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait.Lars Kellogg-Stedman
2022-02-09docs/library/machine.Pin.rst: Document defaults for Pin.init.Jos Verlinde
2022-02-09docs/library/pyb.SPI.rst: Document default for prescaler argument.Jos Verlinde
2022-02-09docs/library/esp.rst: Document the osdebug function.Jos Verlinde
2022-02-09docs/library/machine.WDT.rst: Use correct case for WDT.feed.Jos Verlinde
2022-02-09docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB.Jos Verlinde
2022-02-09docs/library/pyb.DAC.rst: Add DAC class constants.Jos Verlinde
2022-02-09docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants.Jos Verlinde
2022-02-09docs/library/pyb.Timer.rst: Add pyb.Timer class constants.Jos Verlinde