1079 Commits (d532c55e3b8ee7955bea99fc79ccd74d9a35f757)

Author SHA1 Message Date
David Lechner 81dbea1ce3 shared/readline: Use MP_REGISTER_ROOT_POINTER(). 2 years ago
IhorNehrutsa 1ea82b6dcc esp32,esp8266: Rename WLAN dhcp_hostname config to hostname. 2 years ago
Jim Mussared 3ce21945b1 docs/library/bluetooth: Add link to aioble. 2 years ago
Damien George db7682e02d extmod/uasyncio: Implement stream read(-1) to read all data up to EOF. 4 years ago
Christian Walther ba21f76f89 esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep. 2 years ago
Luiz Brandao 7861eddd0f docs/library/uasyncio: Consistently use "uasyncio" instead of "asyncio". 3 years ago
Patrick Joy 3d58bb23c2 docs/library/machine: Add note on interrupts being critical to system. 3 years ago
Stewart C. Russell f12754af06 docs: Set LaTeX engine to XeLaTeX for PDF generation. 4 years ago
Damien George 9175482f29 docs/library: Remove unnecessary "pyb." prefix on class names. 2 years ago
Howard Lovatt 89e1e67748 docs/library/pyb.Timer: Document `brk` argument and its constants. 4 years ago
David Lechner a565811f23 extmod/modbtree: Use buffer protocol for keys/values. 2 years ago
David Lechner c118b5d0e4 extmod/extmod.mk: Separate out extmod file list from py.mk to extmod.mk. 2 years ago
iabdalkader 6e868d47dc docs: Update to use new WLAN argument names for ssid/security/key. 2 years ago
Maureen Helm bada8b3cad zephyr: Upgrade to Zephyr v3.1.0. 2 years ago
Damien George 9b486340da all: Bump version to 1.19.1. 2 years ago
Damien George d7919ea71e all: Bump version to 1.19. 2 years ago
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