aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17all: Bump version to 1.19.1.v1.19.1Damien George
2022-06-17extmod/machine_i2c: Only use WRITE1 option if transfer supports it.Damien George
2022-06-16all: Bump version to 1.19.v1.19Damien George
2022-06-16stm32/mboot: Only include UI code if at least one board LED is defined.Damien George
2022-06-15zephyr/modusocket: Fix function object wrapper for listen method.Damien George
2022-06-14py/makemoduledefs.py: Emit useful error for legacy MP_REGISTER_MODULE.Phil Howard
2022-06-14docs: Update Raspberry Pi URLs from .org to .com.Andrew Scheller
2022-06-11nrf/modules/uos/microbitfs: Fix MICROPY_MBFS build to use mp_obj_malloc.iabdalkader
2022-06-11extmod/extmod.cmake: Fix hard-coded mbedtls config file path.iabdalkader
2022-06-10docs/reference/mpyfiles: Update .mpy description to match latest format.Damien George
2022-06-10examples/natmod/features3: Add example to test more natmod features.Damien George
2022-06-10py/dynruntime: Add macros to access more types and mp_const_empty_bytes.Damien George
2022-06-10py/dynruntime: Add macros to create a new dict and store to dicts.Jeremy Herbert
2022-06-10tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table.Damien George
2022-06-10drivers/sdcard: Fix address calculation on v2 SDSC cards.Damien George
2022-06-10drivers/sdcard: Make ioctl(4), ioctl(5) return num blocks, block size.Damien George
2022-06-10drivers/sdcard: Fix CSD version 1.0 device size calculation.Yukai Li
2022-06-09py/parse: Work around xtensa esp-2020r3 compiler bug.Damien George
2022-06-09stm32/boards/LEGO_HUB_NO6: Add comment to readme about powering off.Damien George
2022-06-09stm32/mboot: Remove MP_WEAK on led funcs and make some of them static.Damien George
2022-06-09stm32/mboot: Add board-configurable SysTick hook.Damien George
2022-06-09tools/ci.sh: Build native .mpy examples for armv7emsp, xtensawin in CI.Damien George
2022-06-09tools/mpy_ld.py: Support R_XTENSA_PDIFF32 relocation.Damien George
2022-06-08esp32/machine_pin: Only expose IO20 on esp32 for IDF 4.3.2 and above.Damien George
2022-06-08tools/ci.sh: Build NUCLEO_H743ZI with -O2 optimisation level.Damien George
2022-06-08tests/stress: Adjust bytecode_limit test so it can SKIP if no memory.Damien George
2022-06-08py/makemoduledefs.py: Remove shebang line and adjust style of comment.Damien George
2022-06-08py/compile: Give the compiler a hint about num nodes being non-zero.Damien George
2022-06-08extmod/modusocket: Fix polling of closed sockets.iabdalkader
2022-06-08extmod/modusocket: Add socket state to track new/listening/conn/closed.iabdalkader
2022-06-08extmod/extmod.cmake: Require components to be explicitly enabled.Damien George
2022-06-07extmod/modurandom: Fix missing void in empty argument list.Damien George
2022-06-07unix/variants: Enable seeding random module on import in dev, coverage.Damien George
2022-06-07unix,windows: Factor out code that generates random bytes to a new func.Damien George
2022-06-07windows: Use BCryptGenRandom to implement os.urandom.stijn
2022-06-07tools/mpremote: Bump version to 0.3.0.Damien George
2022-06-07tools/mpremote: Add command to print the version.Damien George
2022-06-07mimxrt/machine_uart: Fix an inconsistency for UART.init() arg handling.robert-hh
2022-06-07stm32/usbd_conf: Remove disable of SYSCFG clock.Clayton Mills
2022-06-07stm32/powerctrl: Disable sys tick interrupt in stop mode on some STM32s.Clayton Mills
2022-06-07stm32/machine_i2c: Enable timingr constructor keyword on H7 MCUs.Damien George
2022-06-07stm32/flash: Remove FLASH_OPTR_DBANK condition in L4, H7 get_bank func.Damien George
2022-06-07tools/mpy-tool.py: Improve generated frozen identifiers.Damien George
2022-06-07tests/basics: Add .exp file for sys.tracebacklimit test.Damien George
2022-06-07all: Rename MICROPY_PY_WIZNET5K to MICROPY_PY_NETWORK_WIZNET5K.Damien George
2022-06-07rp2/CMakeLists: Simplify qstr sources when enabling extmod components.Damien George
2022-06-07rp2/mpnetworkport: Fix lwip alarm callback timing to use microseconds.Damien George
2022-06-07pic16bit: Use 1 byte for qstr hash len and include header to fix build.Damien George
2022-06-07tools/ci.sh: Add test for mpy-tool's merging feature.Damien George
2022-06-07tools/mpy-tool.py: Rework .mpy merging feature.Damien George