aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-12top: Update contribution and commit guide to include optional sign-off.Damien George
2020-06-12stm32/boards/STM32F769DISC: Use macro instead of const for flash size.Damien George
2020-06-12zephyr: Use cmake find_package to locate zephyr.Maureen Helm
2020-06-12zephyr: Increase minimum required cmake version to 3.13.1.Maureen Helm
2020-06-12zephyr: Convert DT_FLASH_AREA usages to new dts macros.Maureen Helm
2020-06-12zephyr: Update to new zephyr timeout API.Maureen Helm
2020-06-12zephyr: Update for refactored zephyr device structures.Maureen Helm
2020-06-12zephyr: Fix floating point configuration.Maureen Helm
2020-06-12zephyr: Fix and rename stacks_analyze function in zephyr module.Maureen Helm
2020-06-10mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld.Albort Xue
2020-06-10docs/esp8266: Add quickref documentation for UART on esp8266.Nick Crabtree
2020-06-10tests/run-multitests.py: Allow passing unique env vars to each instance.Jim Mussared
2020-06-10unix/btstack_usb: Allow choosing adaptor via environment variable.Jim Mussared
2020-06-10examples/bluetooth: Fix event code in ble_temperature_central.py.Jim Mussared
2020-06-10extmod/modbluetooth: Register default GATT service and fix esp32 init.jp-96
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
2020-06-10py/obj.h: Clarify comments about mp_map_t is_fixed and is_ordered.Damien George
2020-06-10py/objtype: Use mp_obj_dict_copy() for creating obj.__dict__ attribute.Andrew Leech
2020-06-10py/objtype: Add __dict__ attribute for class objects.Andrew Leech
2020-06-09mimxrt/boards: Integrate support for MIMXRT1020_EVK board.Philipp Ebensberger
2020-06-09mimxrt/boards: Enable LED class for MIMXRT1060_EVK board.Albort Xue
2020-06-09esp32: Update IDF v4.0 supported hash to v4.0.1.Jim Mussared
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-06-08py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes.Damien George
2020-06-08mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow.Philipp Ebensberger
2020-06-05docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build.David Lechner
2020-06-05github: Add GitHub action to build docs.David Lechner
2020-06-05esp32/mpthreadport: Fix calculation of thread stack size.Damien George
2020-06-05qemu-arm: Support building in debug mode with DEBUG=1.Damien George
2020-06-05examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising.jxltom
2020-06-05extmod/modbluetooth: Support bigger characteristic values.Jim Mussared
2020-06-05extmod/modbluetooth: Ensure status=0 always on success.Jim Mussared
2020-06-05docs/library: Update ubluetooth for new events and discover by uuid.Jim Mussared
2020-06-05tests/multi_bluetooth: Update to work with new BLE events.Jim Mussared
2020-06-05extmod/modbluetooth: Implement read done event.Jim Mussared
2020-06-05extmod/modbluetooth: Allow discovery of svc/char by uuid.Jim Mussared
2020-06-05extmod/modbluetooth: Add discover complete events for svc/char/desc.Jim Mussared
2020-06-05extmod/modbluetooth: Make modbluetooth event not a bitfield.Jim Mussared
2020-06-05mimxrt: Add initial impl of machine.LED class, and basic pin support.Philipp Ebensberger
2020-06-02docs/reference: Add note about multiple exceptions when heap is locked.Andrew Leech
2020-06-02minimal: Make build more flexible and work as 64-bit build.Damien George
2020-06-02lib/utils/pyexec: Add missing MP_ERROR_TEXT when compiler disabled.Damien George
2020-06-02py/modbuiltins: Fix getattr to work with class raising AttributeError.Damien George
2020-06-02stm32/Makefile: Quote libgcc path so spaces are not an issue.stinos
2020-06-02qemu-arm/README: Update link to toolchain.David Spickett
2020-06-02stm32/boards/xxx_WB55: Enable pyb.ADC and hardware SPI on WB55 boards.Damien George
2020-06-02stm32/dma: Add support for DMA on STM32WB, with SPI settings provided.Damien George
2020-06-02stm32/machine_adc: Make setting of ADC1_COMMON->CCR clearer on STM32WB.Damien George
2020-06-02stm32/adc: Add support to pyb.ADC for STM32WB MCUs.Damien George
2020-06-02stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB.Damien George