13533 Commits (47f634300c5572571816817f16836113c98814ae)
 

Author SHA1 Message Date
Damien George 761d2f6741 tests/micropython: Add more test cases for native generators. 3 years ago
Damien George 80938839c1 tests/extmod: Use bytearray instead of bytes for uctypes test. 3 years ago
Damien George 8588525868 py/compile: De-duplicate constant objects in module's constant table. 3 years ago
Damien George b3d0f5f67c tests/micropython: Fully unlink nested list in extreme exc test. 3 years ago
Damien George 90682f43af py/compile: Allow new qstrs to be allocated at all compiler passes. 3 years ago
Damien George 1fb01bd6c5 py/emitnative: Put a pointer to the native prelude in child_table array. 3 years ago
Damien George 8725a32f41 tools/ci.sh: For esp8266 CI install esptool 3.3.1. 3 years ago
Damien George f8d3956c63 tools/ci.sh: Run full test suite on stackless and settrace builds. 3 years ago
Damien George acfc3bbdf8 tests/multi_net: Skip SSL test if relevant modules aren't available. 3 years ago
Damien George ab0a8f3086 tests/run-tests.py: Exclude settrace tests when using native emitter. 3 years ago
Damien George 5f650b7b7a tests/thread: Use less resources for stress_aes if settrace enabled. 3 years ago
Damien George 1762990579 py/bc: Provide separate code-state setup funcs for bytecode and native. 3 years ago
Damien George 8e1db993cd py/asmx64: Support full range of regs in asm_x64_lea_disp_to_r64. 3 years ago
Damien George 6f68a8c240 tests/run-perfbench.py: Return error code if any test fails on target. 3 years ago
Damien George d7cf8a3b9d tests/perf_bench: Update .mpy file header to remove old unicode flag. 3 years ago
Damien George 2a366e183e docs/reference/mpyfiles: Remove docs about mpy flags and qstr win size. 3 years ago
Damien George c49d5207e9 py/persistentcode: Remove unicode feature flag from .mpy file. 3 years ago
Damien George b295b6f1f3 py/persistentcode: Remove obsolete comment about qstr window size. 3 years ago
Damien George 2ed4f7a130 tools/mpy_ld.py: Remove obsolete QSTR_WINDOW_SIZE constant. 3 years ago
Damien George 8aa254c369 tests: Fix tests to use sys.implementation._mpy. 3 years ago
Takeo Takahashi e3c880a569 tools/autobuild: Update for ports/renesas-ra. 3 years ago
Damien George 1e72580fd8 top: Update .git-blame-ignore-revs for latest formatting commit. 3 years ago
Damien George 5b700b0af9 all: Reformat remaining C code that doesn't have a space after a comma. 3 years ago
Damien George aec8db3cd1 tools/uncrustify: Make sure a space exists after a comma. 3 years ago
Damien George b0a1b60a9b extmod: Move font_petme128_8x8.h from ports/stm32 to extmod. 3 years ago
Damien George 1216c9fffa py/objmodule: Move stray #include to top of file. 3 years ago
Damien George da31ad7aad mimxrt/mbedtls: Use core-provided tracked alloc instead of custom funcs. 3 years ago
Damien George 39c96b543f stm32/mbedtls: Use core-provided tracked alloc instead of custom funcs. 3 years ago
Damien George fca5701f74 py/malloc: Introduce m_tracked_calloc, m_tracked_free functions. 3 years ago
Takeo Takahashi 965747bd97 renesas-ra: Rename pyb_rtc_ to machine_rtc_. 3 years ago
Takeo Takahashi 5f57ec464a renesas-ra: Rename pyb_uart_ to machine_uart_. 3 years ago
stijn 20028c7c80 windows: Avoid busy loop when using scheduler. 3 years ago
stijn 8aa79c95bd windows: Consolidate all sleep-related functions into windows_mphal.c. 3 years ago
Damien George c90f097519 tests/extmod: Increase timing on uasyncio tests to make more reliable. 3 years ago
Jim Mussared 0e7bfc88c6 all: Use mp_obj_malloc everywhere it's applicable. 3 years ago
Jim Mussared 6a3bc0e1a1 py/objfloat: Explain why mp_obj_malloc isn't used. 3 years ago
Jim Mussared 709e8328d9 py/obj: Introduce mp_obj_malloc macro to allocate, and set object type. 3 years ago
Damien George 590de399f0 py/emitcommon: Don't implicitly close class vars that are assigned to. 3 years ago
Takeo Takahashi a21fd7cc21 docs/renesas-ra: Remove unused image files. 3 years ago
Takeo Takahashi a204365df1 renesas-ra/boards: Change device name information to show properly. 3 years ago
Takeo Takahashi 52add7b45c docs: Update files for renesas-ra port. 3 years ago
Takeo Takahashi 1b61800530 docs/renesas-ra: Add renesas-ra docs files. 3 years ago
Takeo Takahashi 3717d599e2 tests/run-tests.py: Update for renesas-ra port. 3 years ago
Takeo Takahashi 4753913253 tests/renesas-ra: Add tests for renesas-ra port. 3 years ago
Takeo Takahashi 3a941cce51 tools/ci.sh: Update for ports/renesas-ra. 3 years ago
Takeo Takahashi e214ae0e64 github/workflows: Add workflow for renesas-ra port. 3 years ago
Takeo Takahashi 86e35178e6 drivers/dht/dht.py: Change default import module as machine. 3 years ago
Takeo Takahashi 0f57ccf7f2 renesas-ra: Add new port to Renesas RA. 3 years ago
TakeoTakahashi2020 4c9b00b425 lib/fsp: Add renesas fsp git repository as submodule. 4 years ago
Damien George 44186ef59b qemu-arm/mpconfigport: Define MICROPY_PY_SYS_PLATFORM. 3 years ago