13707 Commits (5f4143dd40ceb120db3edd3e4446f01b4240313d)
 

Author SHA1 Message Date
Thorsten von Eicken c21452a1d2 extmod/uasyncio: Attempt to write immediately in Stream.write method. 5 years ago
Christian Walther ba21f76f89 esp32/modesp32: Add wake_on_ulp() so ULP can wake CPU from deepsleep. 2 years ago
Christian Walther cf550ad9d1 esp32/boards: Increase 512 bytes limit on ULP programs to 2040. 2 years ago
robert-hh 5f4539b0ca esp32/machine_uart: Implement the functionality of timeout_char arg. 2 years ago
iabdalkader 425d8fc0d6 nrf: Enable optional support for Arduino 1200bps touch. 3 years ago
iabdalkader de823e7741 rp2/boards/ARDUINO_NANO_RP2040_CONNECT: Enable Arduino 1200bps touch. 3 years ago
iabdalkader 9f6f8b2fdd shared/runtime/tinyusb_helpers: Add TinyUSB helper functions. 2 years ago
iabdalkader 6c1495b5fe stm32/usbd_cdc_interface: Add support for Arduino 1200bps touch. 3 years ago
Damien George 226b2d77ee esp8266/mpconfigport: Disable MICROPY_PY_UTIMEQ. 2 years ago
Damien George ad7b98c829 esp8266/mpconfigport: Switch to ROM feature level configuration. 2 years ago
Damien George 627ba38154 py/parsenum: Optimise when building with complex disabled. 2 years ago
Damien George 61ce260ff7 py/parsenum: Fix parsing of complex "j" and also "nanj", "infj". 2 years ago
Jim Mussared 0172292762 py/parsenum: Support parsing complex numbers of the form "a+bj". 3 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
Damien George 4802b6d3af extmod/extmod.cmake: Only include modbtree in build if it's enabled. 2 years ago
Damien George f5769698e5 extmod/modlwip: Clean up inclusion of modlwip in build process. 2 years ago
Damien George 1842efbdd9 stm32/Makefile: Set CSUPEROPT to -Os for F0 and G0 MCUs to save space. 2 years ago
Damien George 5d3a0bb59c py/objcell: Make cell get/set funcs static-inline to reduce code size. 2 years ago
Damien George a506335524 py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
Damien George e85a096302 py/emit: Remove logic to detect last-emit-was-return-value. 2 years ago
Damien George 0db046b67b py/vm: Change comparison for finally handler search from > to >=. 2 years ago
Jim Mussared 794773cdf2 github/ISSUE_TEMPLATE: Make minor improvements to placeholder text. 2 years ago
iabdalkader 6e868d47dc docs: Update to use new WLAN argument names for ssid/security/key. 2 years ago
iabdalkader 82b8a2d193 esp8266/modnetwork: Rename WLAN keyword args to ssid/security/key. 2 years ago
iabdalkader a7c7febe0b esp32/network_wlan: Rename WLAN keyword args to ssid/security/key. 2 years ago
iabdalkader efa73ca833 extmod/network_ninaw10: Rename WLAN connect argument from essid to ssid. 2 years ago
iabdalkader c502cf73e0 extmod/network_cyw43: Rename WLAN keyword args to ssid/security/key. 2 years ago
chrismas9 868f23b362 stm32/boards/NUCLEO_F091RC: Enable LFS1 filesystem. 2 years ago
chrismas9 fdbca3c143 stm32/boards/stm32f091xc.ld: Allocate space for a small filesystem. 2 years ago
David Lechner 17f0297c1a tools/ci.sh: Drop ppa requirement for code formatting CI. 2 years ago
Maureen Helm bada8b3cad zephyr: Upgrade to Zephyr v3.1.0. 2 years ago
Maureen Helm 4fd54a4756 zephyr: Update include paths to use the zephyr namespace. 2 years ago
Damien George 49c23ac08f renesas-ra/machine_i2c: Remove unnecessary start/stop dummy functions. 2 years ago
Damien George dea1ba3309 tools/metrics.py: Add mimxrt and renesas-ra to list of available ports. 2 years ago
Damien George d8e7ecd231 stm32/modmachine: Factor out mboot enter code to a function. 2 years ago
iabdalkader c5d26ee5e7 renesas-ra/modmachine: Allow boards to provide custom bootloader code. 2 years ago
iabdalkader f522aabab2 rp2/modmachine: Allow boards to provide custom bootloader code. 3 years ago
iabdalkader d8f5669532 nrf/modmachine: Add machine.bootloader() and make it customisable. 3 years ago
iabdalkader 0adf0dd3d7 stm32/modmachine: Allow boards to provide custom bootloader code. 3 years ago
iabdalkader 921dd94676 nrf/main: Add startup and early-init board hook macros. 4 years ago
Damien George 9b486340da all: Bump version to 1.19.1. 2 years ago
Damien George 5233fb3a3d extmod/machine_i2c: Only use WRITE1 option if transfer supports it. 2 years ago
Damien George d7919ea71e all: Bump version to 1.19. 2 years ago
Damien George 096954337f stm32/mboot: Only include UI code if at least one board LED is defined. 2 years ago