13303 Commits (752fe759104172af2e8cbd7a3713b29134bd5a7f)
 

Author SHA1 Message Date
robert-hh 752fe75910 mimxrt/machine_spi: Improve handling of busy SPI peripheral. 3 years ago
robert-hh b70b8ce3e4 mimxrt/machine_rtc: Start RTC at boot and set datetime if not set. 3 years ago
robert-hh e3030f7436 mimxrt/modules: Append /flash/lib to the default sys.path. 3 years ago
robert-hh 798a29f629 mimxrt/boards: Add board.json file for OLIMEX RT1010Py. 3 years ago
Damien George 66b5c4c770 stm32/machine_bitstream: Include all clobbered regs in Cortex-M0 impl. 3 years ago
Damien George 43d50f006d stm32/mpconfigport.h: Let MICROPY_PY_IO_FILEIO take its default value. 3 years ago
Martin Fischer 5873390226 rp2/mphalport: Fix USB CDC RX handling to not block when unprocessed. 3 years ago
iabdalkader 5682595d75 esp32: Allow overriding cmake frozen manifest from the command line. 3 years ago
Damien George 86e6744ff5 rp2: Enable ucryptolib, using mbedtls for backend functions. 3 years ago
Damien George 11ab90391d extmod/extmod.cmake: Add micropy_lib_mbedtls component. 3 years ago
Andrew Leech 8db93dc016 stm32/Makefile: Allow overriding COPT in Makefile. 3 years ago
Andrew Leech 3b99b4d675 docs/reference/mpremote: Add details about mount usage over soft reboot. 3 years ago
Andrew Leech 79c05bd522 tools/mpremote: Improve reliability of mount after soft reboot. 3 years ago
robert-hh 56b331ace6 drivers/codec: Add driver for the WM8960 codec. 3 years ago
robert-hh 7a447e08b2 docs: Add quickref and docs for mimxrt, including network.LAN docs. 3 years ago
Damien George 71344c15f4 tests/pyb: Update CAN tests to match revised CAN API. 3 years ago
iabdalkader 5cdf964571 docs/library/pyb.CAN: Update CAN docs to match revised API. 3 years ago
iabdalkader 5562ed3f43 stm32/pyb_can: Replace CAN.initfilterbanks with CAN.init keyword arg. 3 years ago
iabdalkader a79706fb39 stm32/pyb_can: Define the maximum bit timing parameters. 3 years ago
iabdalkader 95104c9f6e stm32/pyb_can: Return the filter ID and type of received messages. 3 years ago
iabdalkader e7264e9532 stm32/pyb_can: Add support for bus with mixed Classic/FD nodes. 3 years ago
iabdalkader 3320ec44ed stm32/pyb_can: Add support for CAN FD extended frame ID. 3 years ago
iabdalkader ff287d085f stm32/pyb_can: Enable CAN FD frame support and BRS. 3 years ago
Daniel Jour 8baf05af8c py/makeqstrdefs: Cleanup and extend source file classification. 3 years ago
Damien George 1dbf393962 tests/basics/fun_callstardblstar: Add test for large arg allocation. 3 years ago
Damien George 40f5c743db py/runtime: Remove unnecessary check for kw_value == MP_OBJ_NULL. 3 years ago
Damien George bd556b6996 py: Fix compiling and decoding of *args at large arg positions. 3 years ago
Damien George e3de723e2d py/emitbc: Assert that a small int fits its encoding when emitting one. 3 years ago
David Lechner 2e3f2045f9 py/runtime: Use size_t/ssize_t instead of uint/int. 3 years ago
David Lechner 47685180f0 tests/basics/fun_callstardblstar: Add coverage test. 3 years ago
David Lechner 9b74d71aa7 py/runtime: Drop new_alloc < 4 check. 3 years ago
David Lechner 3679a47eb0 py/runtime: Do not overallocate when len is known. 3 years ago
David Lechner 783b1a868f py/runtime: Allow multiple *args in a function call. 5 years ago
David Lechner 1e99d29f36 py/runtime: Allow multiple **args in a function call. 5 years ago
Damien George bb70874111 py/vm: Prevent array bound warning when using -MP_OBJ_ITER_BUF_NSLOTS. 3 years ago
Damien George 7e8222ae06 py/emitnative: Don't store prelude at end of machine code if not needed. 3 years ago
Damien George bf3585b33c py/asmxtensa: Fix use of l32i/s32i when offset won't fit in encoding. 3 years ago
Damien George df9a412206 py/compile: Only show raw code that is bytecode. 3 years ago
stijn 594c753c27 py/bc.h: Fix C++20 compilation with "volatile". 3 years ago
Damien George 90aaf2dbef extmod/uasyncio: Fix gather cancelling and handling of exceptions. 3 years ago
Damien George 335002a4c0 extmod/uasyncio: Allow task state to be a callable. 3 years ago
Andrew Leech a41bc5a7ca stm32/modmachine: Add deepsleep support to reset_cause() for WB55. 3 years ago
Meriç SARIIŞIK 6b23f7d301 stm32/sdio: Use runtime calculation for clock divider of sdio on H7. 3 years ago
Andrew Leech 303e222f70 nrf/modules: Include uasyncio in default board manifest. 3 years ago
Andrew Leech f92da1adc4 nrf/drivers/usb: Fix MP_STREAM_POLL_RD support on USB CDC. 3 years ago
Andrew Leech dc8b43adc7 nrf/drivers/usb: Fix background events/scheduling while at USB REPL. 3 years ago
Waterlens 4c252ae067 tools/mpremote: Allow running mpremote with `python -m`. 3 years ago
Damien George 3e70be8ee9 tests/extmod: Update I2S rate test to work on mimxrt. 3 years ago
MikeTeachman 1f6cb8f047 mixmrt/machine_i2s: Add I2S protocol support. 3 years ago
Damien George 5e685a9c6f docs/library/machine.I2S: Clarify what rate refers to. 3 years ago