11740 Commits (d4b61b00172ccc231307e3ef33f66f28cb6b051f)
 

Author SHA1 Message Date
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
Thorsten von Eicken 3e758ef235 lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs. 5 years ago
Thorsten von Eicken 98e583430f lib/libc: Add implementation of strncpy. 4 years ago
Thorsten von Eicken 9aa214077e extmod/modussl: Improve exception error messages. 5 years ago
Jim Mussared c7f7c0214c docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE. 4 years ago
Jim Mussared 9d823a5d9a extmod/modbluetooth: Add event for "indicate acknowledgement". 4 years ago
Jim Mussared 3c7ca2004c extmod/modbluetooth: Fix so it builds in peripheral-only mode. 4 years ago
Jim Mussared 43ceadac55 extmod/modbluetooth: Ignore unused self_in in ble_gatts_indicate. 4 years ago
Jim Mussared b7698841b2 docs/library: Add gatts_indicate() doc to ubluetooth.rst. 4 years ago
Jim Mussared 89a95b7c85 examples/bluetooth: Add simple UART demo with central and peripheral. 4 years ago
Jim Mussared e152d0c197 extmod/btstack: Schedule notify/indicate/write ops for bg completion. 4 years ago
Jim Mussared 07aec4681f examples/bluetooth: In ble_advertising.py, skip appearance if not set. 4 years ago
Jim Mussared 5d0be97bd9 unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive. 4 years ago
Glenn Ruben Bakke 342800c9a2 travis: Change nrf pca10056 board to build with s140 SoftDevice. 4 years ago
Matt Trentini 486cb6dd4a nrf: Add board definition for nRF52840-MDK-USB-Dongle. 5 years ago
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