aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Expand)Author
2020-01-07stm32/boards/PYBD: Change RTC asynch prediv from 1 to 4.Damien George
2020-01-06esp32/Makefile: Assign result of $call to dummy var for older make.Damien George
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-28nrf/examples: Fix typo in mountsd.py, wireing -> wiring.Tim Gates
2019-12-28unix/modos: Add uos.rename and uos.rmdir.Damien George
2019-12-28unix/modtime: Add utime.mktime function, to complement utime.localtime.Andrew Leech
2019-12-28nrf/main: Remove unnecessary repl_info(0) call.Yonatan Goldschmidt
2019-12-28lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.Yonatan Goldschmidt
2019-12-27ports: Allow overriding CROSS_COMPILE in a custom makefile.David Lechner
2019-12-27stm32: Add configuration to build in nanbox mode.Damien George
2019-12-27stm32: Fix to build in nanbox mode.Damien George
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