aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-22qemu-arm/Makefile: Add CFLAGS_EXTRA to CFLAGS.Damien George
2020-06-22py/misc.h: Add missing semi-colon in mp_float_union_t for big-endian.Damien George
2020-06-19esp32/esp32_rmt: Call rmt_driver_install before rmt_config.Jonathan Hogg
2020-06-19tools/uncrustify: Enable more opts to remove space between func and '('.David Lechner
2020-06-18tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting.Damien George
2020-06-18stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3.Damien George
2020-06-18github: Add FUNDING.yml file pointing to micropython GitHub sponsorship.Damien George
2020-06-17travis: Change nrf pca10056 board to build with soft-device enabled.Damien George
2020-06-17nrf/bluetooth: Use MP_ERROR_TEXT for all error messages.Glenn Ruben Bakke
2020-06-17stm32/rfcore: Leave txpower level as default when initialising rfcore.Damien George
2020-06-17stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs.Damien George
2020-06-17stm32/factoryreset: Provide empty create-FS function when FAT disabled.Damien George
2020-06-17esp32/esp32_rmt: Extend RMT to support carrier feature.Jon Rob
2020-06-16tests/basics: Add tests for variable annotations.Damien George
2020-06-16py/compile: Implement PEP 526, syntax for variable annotations.Damien George
2020-06-16py/grammar.h: Consolidate duplicate sub-rules for :test and =test.Damien George
2020-06-16tests/cpydiff: Add CPy diff test for assignment expression behaviour.Damien George
2020-06-16tests/basics: Add tests for assignment operator :=.Damien George
2020-06-16ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.Damien George
2020-06-16py/compile: Implement PEP 572, assignment expressions with := operator.Damien George
2020-06-16py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro.Damien George
2020-06-14tools/uncrustify: Update config for v0.71.0.David Lechner
2020-06-14tools/codeformat.py: Remove sizeof fixup.David Lechner
2020-06-14tools/uncrustify.cfg: Remove deprecated sp_word_brace option.David Lechner
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