12337 Commits (5226d6e1ee7282bf40a45708b98067446b157bce)
 

Author SHA1 Message Date
robert-hh 5226d6e1ee mimxrt: Remove __WFE() from MICROPY_EVENT_POLL_HOOK. 3 years ago
robert-hh 4c407c790f mimxrt: Add the Timer class to the machine module. 4 years ago
Damien George 934505ac33 tools/ci.sh: Build mpy-cross as part of ci_mimxrt_build. 3 years ago
robert-hh 745b4319a2 mimxrt/boards/TEENSY40: Re-create the flash FS after deploy. 4 years ago
robert-hh dfd4324eb1 mimxrt: Add flash storage support with VFS and littlefs filesystem. 4 years ago
robert-hh c303b15f10 mimxrt: Enable frozen modules. 4 years ago
robert-hh fdaf2b80d9 mimxrt: Add custom help text and enable help("modules"). 4 years ago
Joseph Chiu c5d2095e59 esp32/espneopixel: Add support for GPIO32 and GPIO33. 4 years ago
IAMLIUBO a18f695e29 esp32/boards: Add M5STACK_ATOM board definition. 4 years ago
Matt Trentini a6a8941d84 docs/rp2: Add skeleton docs for the rp2 port. 4 years ago
Damien George 53519e322a py/builtinimport: Change relative import's ValueError to ImportError. 3 years ago
Damien George c3199f5649 extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
Macarthur Inbody 34d4dab683 extmod/modurandom: Add error message when getrandbits has bad value. 4 years ago
Damien George 025e4b6fbc tests/basics: Split out literal tests that raise SyntaxWarning on CPy. 3 years ago
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