1063 Commits (cedb93c179f92f8d122453205950ba97a58a307b)

Author SHA1 Message Date
Andrew Scheller cedb93c179 docs: Update Raspberry Pi URLs from .org to .com. 2 years ago
Damien George cf7d962cf3 docs/reference/mpyfiles: Update .mpy description to match latest format. 2 years ago
Damien George 9670a156da all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K. 2 years ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Andrew Leech ea9a904b72 docs/reference/manifest: Add link to details about opt-level for freeze. 3 years ago
robert-hh f795d5bc38 docs/mimxrt: Move the pinout tables to a separate document. 3 years ago
robert-hh eda52e4d73 docs/mimxrt: Add i.MX RT1015 to general.rst, and a few clarifications. 3 years ago
David Lechner c012318d74 unix: Implement `-X realtime` command-line option on macOS. 3 years ago
Damien George c1b9d2259e py/dynruntime.mk: Add basic support for armv6m architecture. 2 years ago
Damien George 079f3e5e5b py/parse: Allow all constant objects to be used in "X = const(o)". 3 years ago
Damien George 2a366e183e docs/reference/mpyfiles: Remove docs about mpy flags and qstr win size. 3 years ago
Takeo Takahashi a21fd7cc21 docs/renesas-ra: Remove unused image files. 3 years ago
Takeo Takahashi 52add7b45c docs: Update files for renesas-ra port. 3 years ago
Takeo Takahashi 1b61800530 docs/renesas-ra: Add renesas-ra docs files. 3 years ago
Damien George 402df833fe py/modsys: Introduce sys.implementation._machine constant. 3 years ago
Damien George 59c5d41611 py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy. 3 years ago
Damien George 2a08e38c60 docs/library/network.WLAN: Add "txpower" to list of known WLAN configs. 3 years ago
Damien George 9ab66b50cb docs/reference: Update constrained docs now that tuples can be const. 3 years ago
Damien George 1daeeb2430 docs/differences: Update Python 3.5 diff, with optional listen backlog. 3 years ago
Rob Knegjens d3d862769a tools/mpremote: Add option to mount cmd to allow "unsafe" symlinks. 3 years ago
Andrew Leech 3b99b4d675 docs/reference/mpremote: Add details about mount usage over soft reboot. 3 years ago
robert-hh 56b331ace6 drivers/codec: Add driver for the WM8960 codec. 3 years ago
robert-hh 7a447e08b2 docs: Add quickref and docs for mimxrt, including network.LAN docs. 3 years ago
iabdalkader 5cdf964571 docs/library/pyb.CAN: Update CAN docs to match revised API. 3 years ago
David Lechner 783b1a868f py/runtime: Allow multiple *args in a function call. 5 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
Damien George 5e685a9c6f docs/library/machine.I2S: Clarify what rate refers to. 3 years ago
Jonathan Hogg 21d0599bd1 esp32/modesp32: Add new gpio_deep_sleep_hold function. 3 years ago
Jonathan Hogg 7684c996bc esp32/machine_pin: Add new hold keyword argument and remove PULL_HOLD. 3 years ago
Jonathan Hogg 5887dfeea6 docs/esp32/quickref: Refine deep-sleep power-saving notes. 3 years ago
Damien George ac2293161e py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them. 3 years ago
Damien George cac939ddc3 py/modsys: Add optional sys.tracebacklimit attribute. 3 years ago
Jonathan Hogg 3ebc370344 docs/library/machine.Pin: Update to use preferred DRIVE_x constants. 3 years ago
Jonathan Hogg 4c7c80d626 docs/esp32/quickref: Document GPIO drive strength. 3 years ago
Maureen Helm 474d288e55 zephyr: Upgrade to Zephyr v3.0.0. 3 years ago
Damien George bb2bd071f7 docs/library/esp32.rst: Mark esp32.Partition as not taking kw args. 3 years ago
David Lechner eadc927baf docs/differences/python_35: Mark PEP 486 as not applicable. 3 years ago
Jan 5d9171b5cc docs/library/machine.UART.rst: Add details for `invert` parameter. 3 years ago
Damien George d6564a3159 tools/mpremote: Add "umount" command. 3 years ago
Damien George ad1f523e7e tools/mpremote: Add "resume" and "soft-reset" commands. 3 years ago
Damien George 106a83de22 esp32/esp32_partition: Add support for specifying block_size. 3 years ago
Lars Kellogg-Stedman 8f6924c9fb docs/library/uasyncio.rst: Fix description of ThreadSafeFlag.wait. 3 years ago
Jos Verlinde 6653856b87 docs/library/machine.Pin.rst: Document defaults for Pin.init. 3 years ago
Jos Verlinde 7f67524031 docs/library/pyb.SPI.rst: Document default for prescaler argument. 3 years ago
Jos Verlinde 58cd2a8b0a docs/library/esp.rst: Document the osdebug function. 3 years ago
Jos Verlinde f99b679916 docs/library/machine.WDT.rst: Use correct case for WDT.feed. 3 years ago
Jos Verlinde 7621b17636 docs/library/machine.SPI.rst: Add class constant SoftSPI.MSB and .LSB. 3 years ago
Jos Verlinde 8715ad9ccf docs/library/pyb.DAC.rst: Add DAC class constants. 3 years ago
Jos Verlinde ba4f6f5fdf docs/library/pyb.rst: Add pyb.hid_mouse and pyb.hid_keyboard constants. 3 years ago
Jos Verlinde 50b172023f docs/library/pyb.Timer.rst: Add pyb.Timer class constants. 3 years ago