1382 Commits (e3187b052f14872fdb5e2d2338d359013a544fae)

Author SHA1 Message Date
Damien George e3187b052f stm32/boards/PYBD: Change RTC asynch prediv from 1 to 4. 5 years ago
Damien George 99b8c1a937 esp32/Makefile: Assign result of $call to dummy var for older make. 5 years ago
Nicko van Someren 4c93955b7b py/objslice: Add support for indices() method on slice objects. 5 years ago
Tim Gates 007a704d82 nrf/examples: Fix typo in mountsd.py, wireing -> wiring. 5 years ago
Damien George 269c9a08b6 unix/modos: Add uos.rename and uos.rmdir. 5 years ago
Andrew Leech 1b844e908c unix/modtime: Add utime.mktime function, to complement utime.localtime. 5 years ago
Yonatan Goldschmidt b2e4a57289 nrf/main: Remove unnecessary repl_info(0) call. 5 years ago
Yonatan Goldschmidt 61d2b40ad5 lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it. 5 years ago
David Lechner e79424d672 ports: Allow overriding CROSS_COMPILE in a custom makefile. 5 years ago
Damien George 93509ac8c7 stm32: Add configuration to build in nanbox mode. 5 years ago
Damien George d980d51807 stm32: Fix to build in nanbox mode. 5 years ago
Damien George d97b40bdaa py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects. 5 years ago
Damien George 09376f0e47 py: Introduce MP_ROM_NONE macro for ROM to refer to None object. 5 years ago
Jim Mussared 90f286465b stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB. 5 years ago
Damien George 7ac326c424 stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest. 5 years ago
Jim Mussared 7ce1e0b1dc extmod/webrepl: Move webrepl scripts to common place and use manifest. 5 years ago
Matt Trentini 0e0e6132fd esp32/esp32_rmt: Add initial support for RMT peripheral. 5 years ago
David Lechner 882533ad92 qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile. 5 years ago
iabdalkader 3078a4b2e2 stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs. 5 years ago
roland van straten 43b576d88d stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions. 5 years ago
roland van straten 26a78edb49 stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash. 5 years ago
roland van straten 8af139e8a4 stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card. 5 years ago
Seon Rozenblum 0d82f5d8c8 esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest. 5 years ago
Damien George 1e2f751591 qemu-arm: Let tinytest.o be built by standard build rules. 5 years ago
Damien George fb01415599 stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity(). 5 years ago
Damien George 71c6bfd08a stm32/modusocket: Handle case of NULL NIC in socket ioctl. 5 years ago
Damien George c2eaf56634 stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP. 5 years ago
Damien George b47e155bd0 py/persistentcode: Add ability to relocate loaded native code. 5 years ago
Jim Mussared b76f0a73bc stm32/main: Fix SKIPSD file detection so SD card is mounted by default. 5 years ago
Daniel Mizyrycki 2df6a0436d nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board. 5 years ago
Damiano Mazzella cc634b9e92 stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards. 5 years ago
Andrej Krejcir 210d053286 nrf/main: Execute boot.py/main.py frozen modules without a file system. 5 years ago
Chris Mason d61e7a6d8a stm32/uart: Add support for UART4/5 on L0 MCUs. 5 years ago
Andrew Leech 9ca8a503ed esp32/boards: Enable ULP in base sdk configuration. 5 years ago
Damien George 40cc7ec677 stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf. 5 years ago
Damien George ba5e4841ec stm32/main: Fix auto creation of pyb.Flash on boot with kw-only args. 5 years ago
Damien George 11c22430d4 stm32/boards/NUCLEO_L073RZ: Skip board-pin names for CPU only pins. 5 years ago
Damien George 77b8f86a5e stm32/qstrdefsport.h: Remove unused qstrs and make USB ones conditional. 5 years ago
Damien George 797c2e8fc2 stm32/storage: Make start/len args of pyb.Flash keyword only. 5 years ago
Damien George d8057c325a stm32/storage: Change storage_read/write_blocks to return int type. 5 years ago
Damien George 120368ba1a stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards. 5 years ago
Damien George 715e4fc25f stm32/moduos: Add VfsLfs1 and VfsLfs2 to uos module, if enabled. 5 years ago
Damien George 7897f5d9be stm32/main: Auto detect block device used for main filesystem. 5 years ago
Damien George c169094f61 stm32/storage: Make pyb.Flash configurable, and support ext block proto. 5 years ago
Damien George 7723dac337 stm32: Generalise flash mounting code so it supports arbitrary FS. 5 years ago
Jim Mussared fbb7646e3b stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup. 5 years ago
Josh Lloyd 1530fda9cf esp32/machine_rtc: Reduce memory footprint of user mem functionality. 5 years ago
Josh Lloyd ed2314f35a esp32/machine_rtc: Make RTC.memory size and availability configurable. 5 years ago
Laurens Valk 2679c9e116 unix/modtermios: Fix output speed setter in tcsetattr. 5 years ago
Yonatan Goldschmidt 973f68780d qemu-arm: Add ldscript dependency in the final firmware.elf target. 5 years ago