14480 Commits (de1f1dd164958273c4ab62a46fdfe8a2f40ab1cf)
 

Author SHA1 Message Date
Damien George 7543b475b1 gitignore: Simplify top-level gitignore file. 2 years ago
Michael Mogenson 921f397acb tools/mpremote: Only auto connect to serial device with USB VID/PID. 2 years ago
Laurens Valk 3c1a2a942a tests/misc/cexample_class: Fix timing sensitivity. 2 years ago
Laurens Valk 5588647ad2 tests/misc/cexample_module: Test class presence. 2 years ago
Tobias Thyrrestrup 2fcd93cdd0 tools/mpremote: Allow EDITOR environment variable to work on Windows. 2 years ago
Rayane Chatrieux f3e4c505d1 py/objdict: Implement dictionary union (PEP 584). 3 years ago
Brian Cooke 7fe7c55bb8 esp32/machine_timer: Fix ESP32C3 timer period doubling. 2 years ago
Laurens Valk a67989aa20 examples/usercmodule: Add example of a native C class. 2 years ago
Laurens Valk 1d27c7d423 tests/misc: Add test for cexample module. 2 years ago
Damien George d75f49c0f0 tools/ci.sh: Don't print python2 version. 2 years ago
Damien George 8b5642914a github/workflows: Run mpy-format CI when tests and examples change. 2 years ago
Damien George ecb46f93e0 github/workflows: Use ubuntu-20.04 when python2 is required. 2 years ago
Jim Mussared b705732d5f esp32/boards/GENERIC_S3_SPIRAM: Enable BLE. 2 years ago
Jim Mussared 6873a14b61 py/makeversionhdr.py: Allow running outside of repo. 2 years ago
David Lechner ac5934c96b mpy-cross/main: Add MSVC-compatible architecture checks. 2 years ago
David Lechner 5b08e0361e extmod/moduplatform: Fix MSVC x86_64 check. 2 years ago
David Lechner 67e919db32 extmod/moduplatform: Remove _M_IX86 test for xtensa. 2 years ago
robert-hh 28a5107d81 mimxrt/mpconfigport: Remove config options that are set by default. 2 years ago
yn386 e18e47fa81 stm32/i2c: Add hardware I2C implementation for STM32L4. 2 years ago
yn386 d0bea69c5e stm32/i2c: Add hardware I2C implementation for STM32L1. 2 years ago
yn386 f6b5d1838b stm32/adc: Fix ADCAll.read_core_temp() on L4 MCUs. 2 years ago
yn386 2154ee2163 stm32/adc: Fix reading internal ADC channels on L4 MCUs. 2 years ago
yn386 a74e4fabeb stm32/i2c: Fix I2C frequency calc so it doesn't exceed requested rate. 2 years ago
yn386 65d82066a8 stm32/pyb_i2c: Fix failing pyb.I2C(dma=True) after receiving 1 byte. 2 years ago
David Lechner 4dcfd19bbf extmod/extmod.cmake: Add MICROPY_PY_BTREE compiler definition. 2 years ago
TPReal 859d0e9529 docs/library/framebuf: Clarify docs for blit regarding palette. 2 years ago
Jim Mussared 4ff10b5976 tests/run-tests.py: Use host arch for mpy-cross for target=unix. 2 years ago
Damien George beb9b85c59 github/workflows: Run unix port workflow if mpy-cross changes. 2 years ago
Jim Mussared f31a358eb2 mpy-cross/main: Don't set a default native architecture. 2 years ago
Jim Mussared 5ef3aec33c stm32/Makefile: Set MPY_CROSS_FLAGS based on MCU type. 2 years ago
Jim Mussared f34eedeb1b samd/Makefile: Set MPY_CROSS_FLAGS. 2 years ago
Jim Mussared 92c35efb63 samd: Move MCU-specific CFLAGS to mpconfigmcu.mk. 2 years ago
Jim Mussared 72817a179c mimxrt/Makefile: Set MPY_CROSS_FLAGS. 2 years ago
robert-hh 3459a4fa3d mimxrt/network: Rename the argument clock_mode to ref_clk_mode. 2 years ago
robert-hh 2a4825848c mimxrt/usb: Change macro name MICROPY_HW_USB_STR_MANUF. 2 years ago
Patrick Joy f44246c4c9 mimxrt/README: Add build and flashing instructions. 2 years ago
robert-hh 5e990cc27f mimxrt: Add support for MIMXRT1176 MCUs, and MIMXRT1170_EVK board. 3 years ago
Peter Hinch d1ed0f1610 docs/library/uasyncio: Describe restriction on ThreadSafeFlag. 2 years ago
Damien George 3927ce6035 tools/ci.sh: Remove one build from zephyr CI to speed it up. 2 years ago
iabdalkader 3bae10417e tools/ci.sh: Add ARDUINO_NANO_RP2040_CONNECT to rp2 CI build. 2 years ago
iabdalkader b9c1e4c205 drivers/ninaw10: Connect to WiFi asynchronously. 2 years ago
PGE 8a91c71966 esp32/boards/GENERIC_S3_SPIRAM: Enable BLE support. 2 years ago
Jim Mussared 1504204606 tools/gendoc.py: Remove unused script. 2 years ago
Andrew Scheller 02ad71468f tools/gen-cpydiff.py: Use os.path.join and os.path.isdir. 4 years ago
Sky c1ae7d7534 docs/library/pyb.CAN: Update the recv example to take a 5-tuple. 2 years ago
Howard Lovatt d2f8127258 docs/library/array: Add docs for dunder methods. 4 years ago
Jan Willeke 40a3aa709c py/nlrmips: Add native NLR support for MIPS architecture. 3 years ago
Jan Willeke 043dc4dd0c minimal/Makefile: Set linker to $(CC). 3 years ago
stijn fbc96009f8 windows: Make project file read-only for IDE. 2 years ago
Koen De Vleeschauwer e7875829c2 stm32/usbd_desc: Support USB strings on CDC interface descriptors. 4 years ago