11624 Commits (badd351150df70bea6644db98f48fbc3a1e5ffea)
 

Author SHA1 Message Date
Glenn Ruben Bakke d9e8edc8bc travis: Add pca10090 build to nrf job. 4 years ago
Glenn Ruben Bakke 411e1157e7 travis: Install newer toolchain for nrf job. 4 years ago
Glenn Ruben Bakke 95d0d1c486 nrf/boards: Enable RTCounter machine module for nrf9160 boards. 4 years ago
Glenn Ruben Bakke b776fe6969 nrf/nrfx_config: Disable RTC2 for nRF9160 targets. 4 years ago
Alex Tsamakos f743bd3d25
nrf/boards: Add initial support for Actinius Icarus. 4 years ago
Thomas Friebel b6146ca1a1 extmod/nimble: Fix attr NULL ptr dereference in ble_gatt_attr_read_cb. 4 years ago
iabdalkader c299cc94e3 stm32/pyb_can: Handle timeout arg for FDCAN in pyb_can_send. 4 years ago
iabdalkader d07073f4e2 stm32/fdcan: Support maximum timeout of HAL_MAX_DELAY in can_receive. 4 years ago
iabdalkader 63b2eb27d4 stm32/fdcan: Use FDCAN_RXFxS_FxFL instead of hard-coded value. 4 years ago
iabdalkader 8594389fe7 stm32/fdcan: Use the right FIFO to calc element address in can_receive. 4 years ago
Damien George f5dd46b479 unix/variants: Enable VFS and all supported filesystems on dev variant. 4 years ago
Martin Fischer 59ed3bdd9f nrf: Enable nrf tick support on all boards by default. 4 years ago
Martin Fischer 15574cd665 nrf: Add support for time.ticks_xxx functions using RTC1. 4 years ago
Glenn Ruben Bakke c2317a3a8d nrf/Makefile: Disable ROM text compression when compiling for debug. 4 years ago
Glenn Ruben Bakke f22f7b285e nrf/bluetooth/ble_uart: Swap end character on cooked strings. 4 years ago
Glenn Ruben Bakke 5996bf72f1 nrf/bluetooth/ble_uart: Fix random advertisement name. 4 years ago
Glenn Ruben Bakke ab0c14dba0 nrf/bluetooth/ble_uart: Add mp_hal_stdio_poll function. 4 years ago
Glenn Ruben Bakke fc1f22a097 nrf/bluetooth: Handle data length update request. 4 years ago
Glenn Ruben Bakke 9dfb4ae6aa nrf/bluetooth/ble_uart: Fix implicit declaration of function. 4 years ago
Jim Mussared 4050281311 unix: Enable uasyncio on dev variant. 4 years ago
Jim Mussared 27abac95d8 unix: Make manifest selection match other ports. 4 years ago
Andrew Leech 07f181a216 Revert "tools/pydfu.py: Respect longer timeouts requested by DFU dev..." 4 years ago
Andrew Leech 494bcad8ab stm32/mboot: Disable polling mode by default and use IRQ mode instead. 4 years ago
Andrew Leech 95ec0debec stm32/mboot: Remove the use of timeout in DFU_GETSTATUS. 4 years ago
Damien George 332d83343f py: Rework mp_convert_member_lookup to properly handle built-ins. 4 years ago
Damien George d06ae1d2b1 py/obj.h: Make existing MP_TYPE_FLAG_xxx macros sequential. 4 years ago
Damien George 41b7734c46 zephyr/make-minimal: Disable FAT and LFS2 options to make it build. 4 years ago
Damien George f84145bea1 zephyr: Implement machine.Pin.irq() for setting callbacks on pin change. 4 years ago
Damien George 9d5edb3559 lib/utils: Protect all of mpirq.c with MICROPY_ENABLE_SCHEDULER. 4 years ago
spacemanspiff2007 b572aa5721 docs/esp32: Add info about PWM duty cycle range to esp32 quickref. 4 years ago
victor cb9aafbf8f docs/library: Clarify that the arg to esp.deepsleep is in microseconds. 4 years ago
Damien George 65a7e00078 stm32/mboot: Add DFU logic to respond to DFU_GETSTATE request. 4 years ago
Andrew Leech 40006813c3 stm32/flash: Update flash_get_sector_info to return -1 on invalid addr. 4 years ago
Andrew Leech 8bbaa20227 stm32/mboot: Implement DFU mass erase. 5 years ago
Andrew Leech 4d6f60d428 tools/pydfu.py: Respect longer timeouts requested by DFU device/mboot. 5 years ago
Damien George 048a1d675d stm32/timer: Properly initialise timer deadtime/brk on WB MCUs. 4 years ago
Andrew Leech e4fcd216e0 stm32/usbd_cdc_interface: Remove full==size-1 limitation on tx ringbuf. 4 years ago
Damien George 9f911d822e py/objcomplex: Add mp_obj_get_complex_maybe for use in complex bin-op. 4 years ago
Damien George 41fa8b5482 py/emitnative: Implement binary operations for viper uint operands. 4 years ago
Damien George b3b8706d27 py/asm: Add condition codes for signed comparisons. 4 years ago
Damien George aa26fe62d8 py/asm: Add funcs/macros to emit machine code for logical-shift-right. 4 years ago
Damien George 137df81757 stm32/i2cslave: Pass I2C instance to callbacks to support multi I2Cs. 4 years ago
Damien George 6475cdb7d0 travis: Build mboot for PYBV10 with LFS2 enabled in stm32 job. 4 years ago
Damien George 0a8ce0d568 stm32/mboot: Update README to describe WB and littlefs support. 4 years ago
Damien George 67fd58bbd2 stm32/mboot: Add support for littlefs. 4 years ago
Damien George 390f32922d stm32/mboot: Decouple stream, filesystem and top-level loading code. 4 years ago
Damien George 763bd448a4 stm32/mboot: Don't search for firmware on FS, just attempt to open it. 4 years ago
Damien George 717b5073aa stm32/boards: Enable LFS2 on PYBD_SF3 and PYBD_SF6. 4 years ago
Damien George c5af3217d9 stm32/timer: Support TIM1 on WB MCUs. 4 years ago
Damien George eb9850ef6c stm32/mpconfigport.h: Enable PY_IO_FILEIO when any VFS is enabled. 4 years ago