11703 Commits (f271b96b5c8d6a4abedc81459a1c5710eb187abb)
 

Author SHA1 Message Date
Josh Lloyd fe7d47971f docs/esp32: Fix machine.Timer quickref to specify HW timers. 4 years ago
Howard Lovatt 47289f4bc9 docs/library: Update pyb.UART to correct pyboard UART availability. 4 years ago
Howard Lovatt 4a7c2731c5 docs/library: Update pyb.Timer to add missing args and defaults to init. 4 years ago
Howard Lovatt cf9be201d7 docs/library: Update pyb.SPI init method to add descr about "ti" arg. 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
Damien George d9b7261024 lib/libc: Fix string0's implementation of strncpy. 4 years ago
Zoltán Vörös 27767aafa2 lib/libm_dbl: Add round.c source code. 5 years ago
Damien George a853fff838 py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy. 4 years ago
Damien George 895b1dbdda tests/basics: Split out memoryview slice-assign tests to separate file. 4 years ago
Damien George f80b1d8535 lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0. 4 years ago
Kenneth Ryerson 76fefad18b esp32/network_lan: Add support for IP101 PHY. 5 years ago
Jonathan Hogg 5f0e9d1bac docs/library: Update documentation of esp32's RMT. 4 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
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