12473 Commits (240888a0d2caa2e8ac8518c7ce0743ddec7e2a84)
 

Author SHA1 Message Date
Jeff Epler 486fe71c6e tests/extmod/btree_gc.py: Close the database to avoid a memory leak. 4 years ago
Jeff Epler d67f4115b4 py/repl: Don't read past the end of import_str. 4 years ago
Jeff Epler 9a74546f8d py/gc: Access the list of root pointers in an asan-compatible way. 4 years ago
Jeff Epler f2dbc91022 py/compile: Raise an error on async with/for outside an async function. 5 years ago
Damien George a60ad33641 tools/mpremote: Add new CLI utility to interact with remote device. 3 years ago
Damien George e4ba57c5cd tools/pyboard.py: Add "soft_reset" option to Pyboard.enter_raw_repl(). 3 years ago
Damien George 4982d0920e tools/pyboard.py: Track raw REPL state via in_raw_repl variable. 3 years ago
Damien George db8704ecbd esp8266,esp32: Update manifest to point to new dirs in micropython-lib. 4 years ago
Damien George 211c3e41f1 stm32/boards/PYBD_SF2: Disable GCC 11 warnings for array bounds. 4 years ago
Damien George 62f75376dd stm32/boards/NUCLEO_L432KC: Fix FS size and enable LFS1 filesystem. 4 years ago
Damien George 6a127810c0 extmod/moduhashlib: Put hash obj in final state after digest is called. 4 years ago
Damien George 0abf6f830c esp8266/boards/GENERIC_512K: Add custom manifest without FS modules. 4 years ago
Damien George ef16834887 github/workflows: Add workflow to build and run unix port on MIPS. 4 years ago
Damien George dc86e04476 tests: Make float and framebuf tests skip or run on big-endian archs. 4 years ago
Damien George e7c0a8bca3 tools/ci.sh: Build Cortex-A9 sabrelite board as part of qemu-arm CI. 4 years ago
Damien George b84406f313 qemu-arm: Add support for Cortex-A9 via sabrelite board. 4 years ago
Damien George f5cba77e50 tools/tinytest-codegen.py: Add command-line option to exclude tests. 4 years ago
Damien George 2c1a6a237d tools/mpy-tool.py: Support relocating ARMv6 arch. 4 years ago
Damien George 4ee8ec6931 py/asmarm: Use builtin func to flush I- and D-cache on ARM 7 archs. 4 years ago
robert-hh c732b80f05 mimxrt: Extend the Pin module for SoftI2C, SoftSPI support. 4 years ago
Philipp Ebensberger 5f68f0d08a github/workflows: Add CI workflow for mimxrt port. 4 years ago
Philipp Ebensberger c326d9a67b mimxrt: Enable built-in help. 4 years ago
Philipp Ebensberger ff5d39529c mimxrt: Implement machine.Pin class. 4 years ago
Damien George 0aa01b0205 lib/mbedtls: Switch to currently latest commit of LTS branch v2.16. 4 years ago
Damien George 3b950ed295 tools/ci.sh: Use FROZEN_MANIFEST in an esp32 build to test feature. 4 years ago
Damien George e61ac453dc py/mkrules.cmake: Add MPY_LIB_DIR and BOARD_DIR to makemanifest call. 4 years ago
Maureen Helm a7a9f2fe89 tools/ci.sh: Update zephyr docker image to v0.17.3. 4 years ago
Tobias Thyrrestrup 247d7e2e8e tools/pydfu.py: Remove default VID/PID values. 4 years ago
Damien George ea81bcf1c0 stm32/mboot: Leave bootloader from thread mode, not from IRQ. 4 years ago
Damien George 748339b281 stm32/uart: Configure pull-up only on RX and CTS, not TX and RTS. 4 years ago
Damien George a96afae90f stm32/sdio: Fix case of SDIO DMA turning off mid transfer. 4 years ago
Damien George 5176a2d732 py/emitnative: Fix x86-64 emitter to generate correct 8/16-bit stores. 4 years ago
Damien George f49d47c167 py/asmx64: Support use of top 8 regs in src_r64 argument. 4 years ago
Damien George 04927dfaca tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch. 4 years ago
Mike Causer 47b778332a all: Replace busses with buses. 4 years ago
Mike Causer 1ca66efbf7 stm32/boards: Add VCC_GND_F407ZG board. 5 years ago
Mike Causer c24003abec stm32/boards: Add VCC_GND_F407VE board. 5 years ago
Andrew Leech 9d58d46e0a docs/library/pyb.Pin.rst: Update the arguments for Pin.init(). 4 years ago
Damien George 7408ca1d78 mimxrt: Improve ticks and sleep functions using GPT. 4 years ago
Brett Cannon 452fa3f8d4 docs/library: Add a blank line to fix formatting for ussl docs. 4 years ago
Brett Cannon 07528d1f85 docs/library: Clarify what type of algorithm is implemented in heapq. 4 years ago
Bruno Martins ea2d83e961 nrf/boards: Add support for evk_nina_b3 board. 4 years ago
Bruno Martins 94fb5e7f5a nrf: Add machine.memXX, and allow boards to customise some features. 4 years ago
Bob Abeles 7ceccad4e2 py/nlrx64: Correct the detection of Darwin ABI. 4 years ago
Bob Abeles 126b1c7271 py/nlraarch64: Add underscore prefix to function symbols for Darwin ABI. 4 years ago
Damien George 6d2680fa36 py/objarray: Fix constructing a memoryview from a memoryview. 4 years ago
Damien George 1446107b4d py/objarray: Use mp_obj_memoryview_init helper in mp_obj_new_memoryview. 4 years ago
Damien George 47e6c52f0c tests/cpydiff: Add test and workaround for function.__module__ attr. 4 years ago
Mike Causer 605b74f390 esp32/boards: Fix spelling mistakes in comments for UM_xxx boards. 4 years ago
Mike Causer 9e65662a11 esp32/boards: Set default I2C and SPI pins on UM_xxx boards. 4 years ago