13468 Commits (8af5e2551fb2605c03e36400003feccb6d1acafd)
 

Author SHA1 Message Date
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
Damien George 402df833fe py/modsys: Introduce sys.implementation._machine constant. 3 years ago
Damien George 59c5d41611 py/modsys: Rename sys.implementation.mpy to sys.implementation._mpy. 3 years ago
Damien George 40047823bc py/modsys: Append MicroPython git version and build date to sys.version. 3 years ago
Asensio Lorenzo Sempere 9d08eb0247 stm32/boards/NUCLEO_G0B1RE: Add NUCLEO_G0B1RE board definition. 3 years ago
Asensio Lorenzo Sempere 010012c7c3 stm32: Add support for G0 MCUs. 3 years ago
Asensio Lorenzo Sempere 3587d8e808 stm32/storage: Add support for internal storage on Cortex-M0 MCUs. 3 years ago
Damien George 7f445e3d39 lib/stm32lib: Update library for G0 v1.5.1. 3 years ago
iabdalkader 96ad86ed2b stm32/boards/ARDUINO_PORTENTA_H7: Add support for Arduino Portenta H7. 3 years ago
iabdalkader 1f33ec140a stm32/ulpi: Include missing py/mperrno.h header. 3 years ago
iabdalkader 014912daae stm32/ulpi: Add USB3320 ULPI low-power functions. 3 years ago
iabdalkader 32914c53ef stm32/qspi: Workaround for SR set immediately after setting AR. 3 years ago
iabdalkader 5974ac256b stm32/qspi: Wait for a free FIFO location before writing to DR. 3 years ago
iabdalkader b28839420d stm32/qspi: Support common flash sizes in MPU configuration. 3 years ago
Damien George 0e6873840b rp2/mpconfigport: Enable execfile, NotImplemented and REPL EMACS keys. 3 years ago
Damien George eb9674822b esp32/modnetwork: Fix build when MICROPY_PY_NETWORK_WLAN is disabled. 3 years ago