1694 Commits (5e69926ea06cc035e831fcb657e756764682e0b5)

Author SHA1 Message Date
Damien George 5e69926ea0 stm32/mpconfigport.h: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS. 4 years ago
Damien George a909c21587 unix/fatfs_port: Fix month offset in timestamp calculation. 4 years ago
Damien George 2a72e90ab8 extmod/vfs: Add option to use 1970 as Epoch. 4 years ago
Damien George 0385b21597 unix/modos: Support larger integer range in uos.stat fields. 4 years ago
Damien George 40153b800a esp32/mphalport: Fix mp_hal_time_ns offset. 4 years ago
Damien George 836bca9956 unix/variants: Fix fast and freedos variants so they build again. 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Damien George 40d174ac7d stm32/powerctrl.h: Include stdbool.h to get definition of bool. 4 years ago
Damien George a93a378e93 zephyr/README: Update required Zephyr version and mention new features. 4 years ago
Roberto Colistete Jr 91c5d168c0 nrf/Makefile: Improve user C modules support. 4 years ago
Damien George ee50a6effe py/mphal.h: Introduce mp_hal_time_ns and implement on various ports. 4 years ago
Damien George 92899354d9 unix/fatfs_port: Implement get_fattime. 4 years ago
Dave Hylands 8727c4e2ec stm32/pin_defs_stm32: Fix pin printing to show IN mode correctly. 4 years ago
Maureen Helm ac94e06f0b zephyr: Include storage/flash_map.h unconditionally. 4 years ago
Damien George fd2ff867a0 stm32/usbdev: Fix calculation of SCSI LUN size with multiple LUNs. 4 years ago
Glenn Ruben Bakke caaaa2b1f4 nrf: Enable more features for all targets. 4 years ago
Glenn Ruben Bakke 0a79e18398 nrf: Split mpconfigport.h into multiple files. 4 years ago
Zoltán Vörös 27767aafa2 lib/libm_dbl: Add round.c source code. 5 years ago
Kenneth Ryerson 76fefad18b esp32/network_lan: Add support for IP101 PHY. 5 years ago
Jonathan Hogg 7dbef5377c esp32/esp32_rmt: Properly fix looping behaviour of RMT. 4 years ago
Thorsten von Eicken 5264478007 extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
Jim Mussared 5d0be97bd9 unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive. 4 years ago
Matt Trentini 486cb6dd4a nrf: Add board definition for nRF52840-MDK-USB-Dongle. 5 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
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 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 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 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
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