summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2022-02-09docs/library/socket.rst: Document socket as a class.Jos Verlinde
2022-02-09docs: Use the correct * keyword-only notation.Jos Verlinde
2022-02-09docs/library/collections.rst: Use class for deque and OrderedDict.Jos Verlinde
2022-02-04docs/reference/isr_rules.rst: Describe uasyncio-IRQ interface.Peter Hinch
2022-02-04docs/esp32/quickref: Update ADC documentation.Jonathan Hogg
2022-02-04docs/reference/isr_rules.rst: Fix inconsistent variable name in example.Luiz Brandao
2022-02-04docs/develop/porting.rst: Fix build and import problems in the example.Cem Eliguzel
2022-02-02docs: Remove reference to obsolete neopixel_write function.Damien George
2022-01-27stm32/pin: Change remaining uses of "af" to "alt".Damien George