13835 Commits (9a1b7d8448346b353e3aa7ae11ff2b441b6d5313)
 

Author SHA1 Message Date
Damien George 1842efbdd9 stm32/Makefile: Set CSUPEROPT to -Os for F0 and G0 MCUs to save space. 2 years ago
Damien George 5d3a0bb59c py/objcell: Make cell get/set funcs static-inline to reduce code size. 2 years ago
Damien George a506335524 py/emit: Suppress unreachable bytecode/native code that follows jump. 2 years ago
Damien George e85a096302 py/emit: Remove logic to detect last-emit-was-return-value. 2 years ago
Damien George 0db046b67b py/vm: Change comparison for finally handler search from > to >=. 2 years ago
Jim Mussared 794773cdf2 github/ISSUE_TEMPLATE: Make minor improvements to placeholder text. 2 years ago
iabdalkader 6e868d47dc docs: Update to use new WLAN argument names for ssid/security/key. 2 years ago
iabdalkader 82b8a2d193 esp8266/modnetwork: Rename WLAN keyword args to ssid/security/key. 2 years ago
iabdalkader a7c7febe0b esp32/network_wlan: Rename WLAN keyword args to ssid/security/key. 2 years ago
iabdalkader efa73ca833 extmod/network_ninaw10: Rename WLAN connect argument from essid to ssid. 2 years ago
iabdalkader c502cf73e0 extmod/network_cyw43: Rename WLAN keyword args to ssid/security/key. 2 years ago
chrismas9 868f23b362 stm32/boards/NUCLEO_F091RC: Enable LFS1 filesystem. 2 years ago
chrismas9 fdbca3c143 stm32/boards/stm32f091xc.ld: Allocate space for a small filesystem. 2 years ago
David Lechner 17f0297c1a tools/ci.sh: Drop ppa requirement for code formatting CI. 2 years ago
Maureen Helm bada8b3cad zephyr: Upgrade to Zephyr v3.1.0. 2 years ago
Maureen Helm 4fd54a4756 zephyr: Update include paths to use the zephyr namespace. 2 years ago
Damien George 49c23ac08f renesas-ra/machine_i2c: Remove unnecessary start/stop dummy functions. 2 years ago
Damien George dea1ba3309 tools/metrics.py: Add mimxrt and renesas-ra to list of available ports. 2 years ago
Damien George d8e7ecd231 stm32/modmachine: Factor out mboot enter code to a function. 2 years ago
iabdalkader c5d26ee5e7 renesas-ra/modmachine: Allow boards to provide custom bootloader code. 2 years ago
iabdalkader f522aabab2 rp2/modmachine: Allow boards to provide custom bootloader code. 3 years ago
iabdalkader d8f5669532 nrf/modmachine: Add machine.bootloader() and make it customisable. 3 years ago
iabdalkader 0adf0dd3d7 stm32/modmachine: Allow boards to provide custom bootloader code. 3 years ago
iabdalkader 921dd94676 nrf/main: Add startup and early-init board hook macros. 4 years ago
Damien George 9b486340da all: Bump version to 1.19.1. 2 years ago
Damien George 5233fb3a3d extmod/machine_i2c: Only use WRITE1 option if transfer supports it. 2 years ago
Damien George d7919ea71e all: Bump version to 1.19. 2 years ago
Damien George 096954337f stm32/mboot: Only include UI code if at least one board LED is defined. 2 years ago
Damien George d75892c0b0 zephyr/modusocket: Fix function object wrapper for listen method. 2 years ago
Phil Howard 37d5114cec py/makemoduledefs.py: Emit useful error for legacy MP_REGISTER_MODULE. 2 years ago
Andrew Scheller cedb93c179 docs: Update Raspberry Pi URLs from .org to .com. 2 years ago
iabdalkader 99d3a73d59 nrf/modules/uos/microbitfs: Fix MICROPY_MBFS build to use mp_obj_malloc. 2 years ago
iabdalkader 58b35c9abd extmod/extmod.cmake: Fix hard-coded mbedtls config file path. 2 years ago
Damien George cf7d962cf3 docs/reference/mpyfiles: Update .mpy description to match latest format. 2 years ago
Damien George 1f1afae622 examples/natmod/features3: Add example to test more natmod features. 2 years ago
Damien George 0e556f22a2 py/dynruntime: Add macros to access more types and mp_const_empty_bytes. 2 years ago
Jeremy Herbert 148d12252b py/dynruntime: Add macros to create a new dict and store to dicts. 5 years ago
Damien George 17a0d65ee4 tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table. 2 years ago
Damien George ee9feacc00 drivers/sdcard: Fix address calculation on v2 SDSC cards. 2 years ago
Damien George 203b98c42b drivers/sdcard: Make ioctl(4), ioctl(5) return num blocks, block size. 2 years ago
Yukai Li ab6ad86793 drivers/sdcard: Fix CSD version 1.0 device size calculation. 3 years ago
Damien George f63b4f85aa py/parse: Work around xtensa esp-2020r3 compiler bug. 2 years ago
Damien George 3452ee58d3 stm32/boards/LEGO_HUB_NO6: Add comment to readme about powering off. 2 years ago
Damien George 45a0c6da5b stm32/mboot: Remove MP_WEAK on led funcs and make some of them static. 2 years ago
Damien George bd5152c928 stm32/mboot: Add board-configurable SysTick hook. 2 years ago
Damien George 313f082896 tools/ci.sh: Build native .mpy examples for armv7emsp, xtensawin in CI. 2 years ago
Damien George abb3850398 tools/mpy_ld.py: Support R_XTENSA_PDIFF32 relocation. 2 years ago
Damien George 85597aa68e esp32/machine_pin: Only expose IO20 on esp32 for IDF 4.3.2 and above. 2 years ago
Damien George 6a1dbaad1c tools/ci.sh: Build NUCLEO_H743ZI with -O2 optimisation level. 2 years ago
Damien George 182256dc13 tests/stress: Adjust bytecode_limit test so it can SKIP if no memory. 2 years ago