aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-09stm32/fdcan: Support maximum timeout of HAL_MAX_DELAY in can_receive.iabdalkader
2020-07-09stm32/fdcan: Use FDCAN_RXFxS_FxFL instead of hard-coded value.iabdalkader
2020-07-09stm32/fdcan: Use the right FIFO to calc element address in can_receive.iabdalkader
2020-07-08unix/variants: Enable VFS and all supported filesystems on dev variant.Damien George
2020-07-08nrf: Enable nrf tick support on all boards by default.Martin Fischer
2020-07-08nrf: Add support for time.ticks_xxx functions using RTC1.Martin Fischer
2020-07-01nrf/Makefile: Disable ROM text compression when compiling for debug.Glenn Ruben Bakke
2020-07-01nrf/bluetooth/ble_uart: Swap end character on cooked strings.Glenn Ruben Bakke
2020-07-01nrf/bluetooth/ble_uart: Fix random advertisement name.Glenn Ruben Bakke
2020-07-01nrf/bluetooth/ble_uart: Add mp_hal_stdio_poll function.Glenn Ruben Bakke
2020-07-01nrf/bluetooth: Handle data length update request.Glenn Ruben Bakke
2020-07-01nrf/bluetooth/ble_uart: Fix implicit declaration of function.Glenn Ruben Bakke
2020-07-01unix: Enable uasyncio on dev variant.Jim Mussared
2020-07-01unix: Make manifest selection match other ports.Jim Mussared
2020-07-01Revert "tools/pydfu.py: Respect longer timeouts requested by DFU dev..."Andrew Leech
2020-07-01stm32/mboot: Disable polling mode by default and use IRQ mode instead.Andrew Leech
2020-07-01stm32/mboot: Remove the use of timeout in DFU_GETSTATUS.Andrew Leech
2020-06-30py: Rework mp_convert_member_lookup to properly handle built-ins.Damien George
2020-06-30py/obj.h: Make existing MP_TYPE_FLAG_xxx macros sequential.Damien George
2020-06-30zephyr/make-minimal: Disable FAT and LFS2 options to make it build.Damien George
2020-06-30zephyr: Implement machine.Pin.irq() for setting callbacks on pin change.Damien George
2020-06-30lib/utils: Protect all of mpirq.c with MICROPY_ENABLE_SCHEDULER.Damien George
2020-06-30docs/esp32: Add info about PWM duty cycle range to esp32 quickref.spacemanspiff2007
2020-06-30docs/library: Clarify that the arg to esp.deepsleep is in microseconds.victor
2020-06-30stm32/mboot: Add DFU logic to respond to DFU_GETSTATE request.Damien George
2020-06-30stm32/flash: Update flash_get_sector_info to return -1 on invalid addr.Andrew Leech
2020-06-30stm32/mboot: Implement DFU mass erase.Andrew Leech
2020-06-30tools/pydfu.py: Respect longer timeouts requested by DFU device/mboot.Andrew Leech
2020-06-29stm32/timer: Properly initialise timer deadtime/brk on WB MCUs.Damien George
2020-06-29stm32/usbd_cdc_interface: Remove full==size-1 limitation on tx ringbuf.Andrew Leech
2020-06-27py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op.Damien George
2020-06-27py/emitnative: Implement binary operations for viper uint operands.Damien George
2020-06-27py/asm: Add condition codes for signed comparisons.Damien George
2020-06-27py/asm: Add funcs/macros to emit machine code for logical-shift-right.Damien George
2020-06-26stm32/i2cslave: Pass I2C instance to callbacks to support multi I2Cs.Damien George
2020-06-26travis: Build mboot for PYBV10 with LFS2 enabled in stm32 job.Damien George
2020-06-26stm32/mboot: Update README to describe WB and littlefs support.Damien George
2020-06-26stm32/mboot: Add support for littlefs.Damien George
2020-06-26stm32/mboot: Decouple stream, filesystem and top-level loading code.Damien George
2020-06-26stm32/mboot: Don't search for firmware on FS, just attempt to open it.Damien George
2020-06-25stm32/boards: Enable LFS2 on PYBD_SF3 and PYBD_SF6.Damien George
2020-06-25stm32/timer: Support TIM1 on WB MCUs.Damien George
2020-06-25stm32/mpconfigport.h: Enable PY_IO_FILEIO when any VFS is enabled.Damien George
2020-06-25extmod/vfs_lfs: Fix littlefs bindings to build in nan-box mode.Damien George
2020-06-24tools/makemanifest.py: Support freezing a subdirectory recursively.Damien George
2020-06-24py/objtype: Support passing in an OrderedDict to type() as the locals.Damien George
2020-06-24extmod/moductypes: Use mp_obj_is_dict_or_ordereddict to simplify code.Damien George
2020-06-24py/obj.h: Add public mp_obj_is_dict_or_ordereddict() helper macro.Damien George
2020-06-23stm32/mboot: Use additional CFLAGS to compile string0.c.Damien George
2020-06-23stm32/mboot: Set VTOR on start up to ensure it has the correct value.Damien George