aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-25docs/library: Update pyb.SPI init method to add descr about "ti" arg.Howard Lovatt
2020-07-22nrf: Enable more features for all targets.Glenn Ruben Bakke
2020-07-22nrf: Split mpconfigport.h into multiple files.Glenn Ruben Bakke
2020-07-22lib/libc: Fix string0's implementation of strncpy.Damien George
2020-07-21lib/libm_dbl: Add round.c source code.Zoltán Vörös
2020-07-21py/obj.h: Fix mp_seq_replace_slice_no_grow to use memmove not memcpy.Damien George
2020-07-21tests/basics: Split out memoryview slice-assign tests to separate file.Damien George
2020-07-21lib/stm32lib: Update library for H7 v1.6.0 and WB v1.6.0.Damien George
2020-07-21esp32/network_lan: Add support for IP101 PHY.Kenneth Ryerson
2020-07-21docs/library: Update documentation of esp32's RMT.Jonathan Hogg
2020-07-21esp32/esp32_rmt: Properly fix looping behaviour of RMT.Jonathan Hogg
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-20lib/mbedtls_errors: Add code to patch mbedtls for shortened error strs.Thorsten von Eicken
2020-07-20lib/libc: Add implementation of strncpy.Thorsten von Eicken
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-07-20docs/library: For ubluetooth, add docs for _IRQ_GATTS_INDICATE_DONE.Jim Mussared
2020-07-20extmod/modbluetooth: Add event for "indicate acknowledgement".Jim Mussared
2020-07-20extmod/modbluetooth: Fix so it builds in peripheral-only mode.Jim Mussared
2020-07-20extmod/modbluetooth: Ignore unused self_in in ble_gatts_indicate.Jim Mussared
2020-07-18docs/library: Add gatts_indicate() doc to ubluetooth.rst.Jim Mussared
2020-07-18examples/bluetooth: Add simple UART demo with central and peripheral.Jim Mussared
2020-07-18extmod/btstack: Schedule notify/indicate/write ops for bg completion.Jim Mussared
2020-07-18examples/bluetooth: In ble_advertising.py, skip appearance if not set.Jim Mussared
2020-07-18unix: Make the MICROPY_xxx_ATOMIC_SECTION mutex recursive.Jim Mussared
2020-07-17travis: Change nrf pca10056 board to build with s140 SoftDevice.Glenn Ruben Bakke
2020-07-16nrf: Add board definition for nRF52840-MDK-USB-Dongle.Matt Trentini
2020-07-16travis: Add pca10090 build to nrf job.Glenn Ruben Bakke
2020-07-16travis: Install newer toolchain for nrf job.Glenn Ruben Bakke
2020-07-16nrf/boards: Enable RTCounter machine module for nrf9160 boards.Glenn Ruben Bakke
2020-07-16nrf/nrfx_config: Disable RTC2 for nRF9160 targets.Glenn Ruben Bakke
2020-07-10nrf/boards: Add initial support for Actinius Icarus.Alex Tsamakos
2020-07-09extmod/nimble: Fix attr NULL ptr dereference in ble_gatt_attr_read_cb.Thomas Friebel
2020-07-09stm32/pyb_can: Handle timeout arg for FDCAN in pyb_can_send.iabdalkader
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