14701 Commits (38243cd8e0792fd6e597e4761f9d9949a9d41599)
 

Author SHA1 Message Date
robert-hh 2426ddb575 stm32/modmachine: Move dht_readinto() to the machine module. 2 years ago
robert-hh acadc0a7dc rp2/modmachine: Move dht_readinto() to the machine module. 2 years ago
robert-hh 8afa6df23d mimxrt/modmachine: Move dht_readinto() to the machine module. 2 years ago
Damien George 3bb371c5f2 unix/variants: Change mip package to mip-cmdline. 2 years ago
Damien George 1531a7c8ca lib/micropython-lib: Update submodule to latest. 2 years ago
iabdalkader 345f1d2395 rp2/cyw43_configport: Make sure only core0 executes a __WFI(). 2 years ago
robert-hh d68e3b03b1 esp32/usb: Add a timeout to usb_tx_strn(). 2 years ago
robert-hh 5d473d3093 mimxrt/mphalport: Add a timeout to mp_hal_stdout_tx_strn(). 2 years ago
robert-hh ca63ead2d8 samd/mphalport: Add a timeout to mp_hal_stdout_tx_strn(). 2 years ago
robert-hh 8447fef9f9 rp2/mphalport: Add a timeout to mp_hal_stdout_tx_strn(). 2 years ago
Patrick d0687e90ab esp32: Add 32MiB partition table templates. 2 years ago
Jared Hancock a2fd382c34 extmod/modlwip: Use actual errno in exception for error in listen. 2 years ago
iabdalkader ecd4d54391 extmod/extmod.cmake: Allow overriding the default MBEDTLS_CONFIG_FILE. 2 years ago
iabdalkader ebb1a4ecb0 stm32/boards/ARDUINO_PORTENTA_H7: Add custom mbedtls config. 2 years ago
iabdalkader d2c2846820 stm32/Makefile: Allow overriding the default MBEDTLS_CONFIG_FILE. 2 years ago
iabdalkader efe7dac0aa stm32/mbedtls: Enable mbedtls certificate time validation. 2 years ago
robert-hh 9d0aefe719 samd/boards/SEEED_WIO_TERMINAL: Enable using the 32kHz crystal. 2 years ago
robert-hh fadfc30547 samd/README: Update README to reflect recent changes to the port. 2 years ago
robert-hh b3ce059767 docs/samd/pinout: Fix the pin numbering for the default assignments. 2 years ago
robert-hh 144e5ec645 samd/mcu/samd51: Use an additional manifest.py for SAMD51 boards. 2 years ago
Matt Trentini e65b12a1b9 docs/library/machine: Add machine.memX to docs with brief example. 2 years ago
Jim Mussared 2c8dab7ab4 py/objarray: Detect bytearray(str) without an encoding. 2 years ago
Simon Arlott f8b0ae32d3 py/builtinimport: Fix crash handling "weak link" module names. 2 years ago
Simon Arlott 43dd3ea74d shared/runtime/gchelper_native: Fix pointer cast on x86_64. 2 years ago
Damien George 5987130afd webassembly/Makefile: Change compiler optimisation from O3 to Os. 2 years ago
Damien George 1ed740b152 webassembly/README: Update README to describe new stdout behaviour. 2 years ago
Nicholas H.Tollervey db978d7155 webassembly: Dispatch micropython-print via document not mp_js_stdout. 2 years ago
Damien George 2d406f2226 webassembly: Support piping in a program on stdin. 2 years ago
Damien George 7a505d57dc webassembly: Change "stack" argument to "heapsize". 2 years ago
Damien George d65edaa232 webassembly: Use Date's now() instead of getTime(). 2 years ago
Damien George 49ce93eeec github/workflows: Print test failures for webassembly workflow. 2 years ago
Damien George 329f8252b9 tests/run-perfbench: Support --heapsize argument and pass to executable. 2 years ago
Damien George b52fe52d31 tools/makemanifest.py: Fix printing of mpy_cross.CrossCompileError. 2 years ago
Damien George 46bb52adf6 webassembly: Add support for VFS and enable VFS_POSIX. 2 years ago
Damien George 54478eb9e7 webassembly/mpconfigport: Use MICROPY_CONFIG_ROM_LEVEL_EXTRA_FEATURES. 2 years ago
Damien George da36b84d45 extmod/vfs_posix: Include errno.h and unistd.h headers. 2 years ago
Damien George 3ed017677b tools/mpremote: Make RemoteFile objects iterable. 2 years ago
Jim Mussared 3427e12e8f tools/mpremote: Handle FileNotFound exceptions in listdir. 2 years ago
robert-hh 7775523b2d esp32/machine_pwm: Verify PWM is active when config methods are called. 2 years ago
Ihor Nehrutsa 5b2929a0e6 esp32/machine_pin: Fix size of machine_pin_irq_handler array. 2 years ago
Mark Grosen 12f9948151 esp32/machine_i2c: Fix clocks and timeouts for ESP32-C3, ESP32-S3. 2 years ago
Damien George 6643b4f0cc samd/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George 0159085666 renesas-ra/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George 98cbace299 mimxrt/machine_timer: Use extmod version of machine.Timer. 2 years ago
Damien George cd35b8a2a3 extmod/machine_timer: Move stm32's implementation of machine.Timer here. 2 years ago
Damien George e8f5cfe0e1 nrf: Rename MICROPY_PY_MACHINE_TIMER to MICROPY_PY_MACHINE_TIMER_NRF. 2 years ago
robert-hh 65fa7fd8bb mimxrt/machine_timer: Use soft-timer implementation for machine.Timer. 2 years ago
robert-hh 9d2e179fa5 mimxrt: Fix CPU freeze when calling __WFE() in MICROPY_EVENT_POLL_HOOK. 2 years ago
robert-hh e20bb98392 mimxrt/machine_pin: Add the Pin.toggle() method. 2 years ago
Damien George c138e10fbb py/makeversionhdr: Fall back to py/mpconfig.h instead of docs/conf.py. 2 years ago