aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-02windows/msvc: Use same default python command as core.stijn
2021-02-02tests/run-tests: Change default Python command used on Windows.stijn
2021-02-02stm32/mboot: Change debug compiler optimisation from -O0 to -Og.Andrew Leech
2021-02-02stm32/usbd_cdc_interface: Don't wait in usbd_cdc_tx_always if suspended.Damien George
2021-02-02examples/rp2: Add pio_uart_rx.py example.Tim Radvan
2021-02-02rp2/rp2_pio: Add JMP PIN support for PIO.Tim Radvan
2021-02-02lib/pico-sdk: Update to latest version v1.0.1.Damien George
2021-02-02rp2/memmap_mp.ld: Update for latest SDK.graham sanderson
2021-02-02rp2/machine_pin: Change N_GPIOS to NUM_BANK0_GPIOS for pico-sdk compat.Andrew Scheller
2021-02-01zephyr/machine_uart: Fix arg of machine_uart_ioctl to make it uintptr_t.Damien George
2021-02-01tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement.Damien George
2021-02-01github/workflows/ports_unix.yml: Add job for a reproducible build.iTitou
2021-01-31py/makeversionhdr: Honor SOURCE_DATE_EPOCH if present.iTitou
2021-01-31LICENSE,docs: Update copyright year range to include 2021.Damien George
2021-01-30docs/develop/natmod: Fix a small typo, con->can.Samuelson
2021-01-30py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.David CARLIER
2021-01-30py/gc: Fix debug printing of pointer.stijn
2021-01-30tools: Remove obsolete upip bootstrap script.stijn
2021-01-30docs/esp8266/quickref: Add warning block about NeoPixel timing.Christopher Tse
2021-01-30esp8266/modules/neopixel.py: Add timing param to NeoPixel constructor.Christopher Tse
2021-01-30nrf/README: Add use of "make submodules" in alternative build paragraph.Chris Hemingway
2021-01-30tools/makemanifest.py: Add check that freeze path is a directory.Jim Mussared
2021-01-30docs,stm32: Fix minor typos in RTC docs, and->an.Andrew Scheller
2021-01-30github/workflows: Add workflow to verify commit message format.stijn
2021-01-30tools/verifygitlog.py: Add script for verifying commit message format.stijn
2021-01-30lib/utils/pyexec: Remove obsolete LCD initialization.stijn
2021-01-30py/qstr.h: Remove QSTR_FROM_STR_STATIC macro.stijn
2021-01-30extmod/nimble: Improve the flow control for l2cap recv path.Jim Mussared
2021-01-30stm32/rfcore: Fix flow control for IPCC RX IRQ.Jim Mussared
2021-01-30github/workflows: Add CI workflow for rp2 port.Damien George
2021-01-30rp2: Add new port to Raspberry Pi RP2 microcontroller.Damien George
2021-01-29lib/pico-sdk: Add new pico-sdk submodule, for the rp2 port.Damien George
2021-01-29extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.Damien George
2021-01-29py/emitnative: Support binary ops on ARMv6M without use of ite instr.graham sanderson
2021-01-29extmod/modframebuf: Change int to unsigned int in format methods args.Damien George
2021-01-29lib/timeutils: Provide simple impl of extra funcs when Epoch is 1970.Damien George
2021-01-29py/emitinlinethumb: Exclude code using #if when ARMV7M disabled.Damien George
2021-01-29tests: Move native for test from pybnative to micropython.Damien George
2021-01-29py/emitnative: Ensure encoding to load prelude_offset doesn't change sz.Damien George
2021-01-29py/asmthumb: Add support for ARMv6M in native emitter.graham sanderson
2021-01-29tools/mpy-tool.py: List frozen modules in MICROPY_FROZEN_LIST_ITEM.Damien George
2021-01-29py/objfun: Support fun.__globals__ attribute.Damien George
2021-01-29tools/ci.sh: For ci_code_size_setup, update apt to install gcc-multilib.Damien George
2021-01-29stm32/main: Introduce MICROPY_HW_FLASH_MOUNT_AT_BOOT config option.Damien George
2021-01-29stm32/mboot/fwupdate.py: Refactor update_mpy with support for STATUS.Damien George
2021-01-29stm32/mboot: Introduce MBOOT_ERRNO_xxx constants and use them.Damien George
2021-01-29stm32/mboot: Add ELEM_TYPE_STATUS element so application can get status.Damien George
2021-01-29stm32/mboot: Don't auto-detect littlefs block size.Damien George
2021-01-29stm32/main: Check block 0 and 1 when auto-detecting littlefs.Damien George
2021-01-29extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.Damien George