aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2019-12-27py: Introduce MP_ROM_FALSE/MP_ROM_TRUE for ROM to refer to bool objects.Damien George
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-12-21stm32/mbedtls: Resize mbedtls output buffer from 16 down to 4 kiB.Jim Mussared
2019-12-20stm32/boards/PYBD: Include webrepl helper scripts in frozen manifest.Damien George
2019-12-20extmod/webrepl: Move webrepl scripts to common place and use manifest.Jim Mussared
2019-12-20esp32/esp32_rmt: Add initial support for RMT peripheral.Matt Trentini
2019-12-19qemu-arm/Makefile: Allow overriding CROSS_COMPILE from another makefile.David Lechner
2019-12-19stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs.iabdalkader
2019-12-19stm32/boards/NUCLEO_H743ZI: Add extra pins and peripheral definitions.roland van straten
2019-12-19stm32/boards/NUCLEO_F767ZI: Update pins, peripherals and total flash.roland van straten
2019-12-19stm32/boards/NUCLEO_F767ZI: Add pins and config for using an SD card.roland van straten
2019-12-19esp32/boards/TINYPICO: Add tinypico.py, dotstar.py with custom manifest.Seon Rozenblum
2019-12-17qemu-arm: Let tinytest.o be built by standard build rules.Damien George
2019-12-13stm32/boards/PYBD_SF2: Configure LEDs as inverted, for LED.intensity().Damien George
2019-12-13stm32/modusocket: Handle case of NULL NIC in socket ioctl.Damien George
2019-12-13stm32/Makefile: Enable max buffer size on W5200 NIC when used with lwIP.Damien George
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-12-09stm32/main: Fix SKIPSD file detection so SD card is mounted by default.Jim Mussared
2019-12-09nrf/boards/particle_xenon: Enable USB CDC on Particle Xenon board.Daniel Mizyrycki
2019-12-09stm32/boards/xxx_WB55: Enable littlefs2 on WB55 boards.Damiano Mazzella
2019-12-05nrf/main: Execute boot.py/main.py frozen modules without a file system.Andrej Krejcir
2019-12-05stm32/uart: Add support for UART4/5 on L0 MCUs.Chris Mason
2019-12-05esp32/boards: Enable ULP in base sdk configuration.Andrew Leech
2019-12-04stm32/mpconfigport.h: Use IRQ_PRI_PENDSV to protect bluetooth ringbuf.Damien George
2019-11-27stm32/main: Fix auto creation of pyb.Flash on boot with kw-only args.Damien George
2019-11-27stm32/boards/NUCLEO_L073RZ: Skip board-pin names for CPU only pins.Damien George
2019-11-27stm32/qstrdefsport.h: Remove unused qstrs and make USB ones conditional.Damien George
2019-11-26stm32/storage: Make start/len args of pyb.Flash keyword only.Damien George
2019-11-26stm32/storage: Change storage_read/write_blocks to return int type.Damien George
2019-11-26stm32/boards: Enable LFS2 on PYBv1.x and PYBD boards.Damien George
2019-11-26stm32/moduos: Add VfsLfs1 and VfsLfs2 to uos module, if enabled.Damien George
2019-11-26stm32/main: Auto detect block device used for main filesystem.Damien George
2019-11-26stm32/storage: Make pyb.Flash configurable, and support ext block proto.Damien George
2019-11-25stm32: Generalise flash mounting code so it supports arbitrary FS.Damien George
2019-11-25stm32/nimble_hci_uart.c: Prevent scheduler running during CYW-BT wakeup.Jim Mussared
2019-11-21esp32/machine_rtc: Reduce memory footprint of user mem functionality.Josh Lloyd
2019-11-21esp32/machine_rtc: Make RTC.memory size and availability configurable.Josh Lloyd
2019-11-21unix/modtermios: Fix output speed setter in tcsetattr.Laurens Valk
2019-11-15qemu-arm: Add ldscript dependency in the final firmware.elf target.Yonatan Goldschmidt
2019-11-13esp32/rtc: Set system microseconds when setting time via RTC.datetime().Josh Lloyd
2019-11-11stm32/boards/stm32f405_af.csv: Fix typo in ETH_RMII_REF_CLK on PA1.Mike Causer
2019-11-11esp32/boards/sdkconfig.base: Resize SSL output buffer from 16 to 4kiB.Jim Mussared
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-11-07esp8266/moduos: Add optional support for VfsLfs1 and VfsLfs2.Damien George
2019-11-07esp8266/modules/flashbdev.py: Support extended block protocol.Damien George
2019-11-06esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems.Damien George
2019-11-06esp32/esp32_partition: Support extended block protocol.Damien George
2019-11-05esp32: Remove unused "esponewire.c" in favour of extmod/modonewire.Andreas Motl
2019-11-05stm32/mpthreadport: Include runtime.h to get defn of mp_raise_msg.Damien George
2019-11-05all: Convert nlr_raise(mp_obj_new_exception_msg(x)) to mp_raise_msg(x).Damien George