1369 Commits (ed2be79b4930f620083256fcb5b4faf9091c9ffc)

Author SHA1 Message Date
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
Josh Lloyd 82d358510b esp32/rtc: Set system microseconds when setting time via RTC.datetime(). 5 years ago
Mike Causer 258b147830 stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1. 5 years ago
Jim Mussared 71299d3224 esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB. 5 years ago
Damien George 799b6d1e0c extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports. 5 years ago
Damien George cea9209e0f esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2. 5 years ago
Damien George 6eee5413ff esp8266/modules/flashbdev.py: Support extended block protocol. 5 years ago
Damien George 4be316fb07 esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems. 5 years ago
Damien George d01ca7888b esp32/esp32_partition: Support extended block protocol. 5 years ago
Andreas Motl d209f9ebe7 esp32: Remove unused "esponewire.c" in favour of extmod/modonewire. 5 years ago
Damien George cddb2dd0c3 stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg. 5 years ago
Damien George c13f9f209d all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x). 5 years ago
Damien George 742030945c esp32/Makefile: Add correct arch to MPY_CROSS_FLAGS for native code. 5 years ago
Damien George 32eae53fbc stm32/boards: Enable support for bluetooth on WB55 boards. 5 years ago