11502 Commits (026fda605e03113d6e753290d65fed774418bc53)
 

Author SHA1 Message Date
Damien George 026fda605e tools/codeformat.py: Include extmod/{btstack,nimble} in code formatting. 4 years ago
Damien George ce02d5e348 stm32/boards/NUCLEO_WB55: Add more CPU pins and aliases to SW1/2/3. 4 years ago
Damien George c521c178e9 github: Add FUNDING.yml file pointing to micropython GitHub sponsorship. 4 years ago
Damien George cba3e25cb3 travis: Change nrf pca10056 board to build with soft-device enabled. 4 years ago
Glenn Ruben Bakke 8d71cc2e7d nrf/bluetooth: Use MP_ERROR_TEXT for all error messages. 4 years ago
Damien George 4b5dd012e0 stm32/rfcore: Leave txpower level as default when initialising rfcore. 4 years ago
Damien George 289be6b352 stm32/usb: Add support for 2xVCP on L0, L432 and WB MCUs. 4 years ago
Damien George da99e0f979 stm32/factoryreset: Provide empty create-FS function when FAT disabled. 4 years ago
Jon Rob 1678f41744 esp32/esp32_rmt: Extend RMT to support carrier feature. 4 years ago
Damien George a51eef4471 tests/basics: Add tests for variable annotations. 4 years ago
Damien George f2e267da68 py/compile: Implement PEP 526, syntax for variable annotations. 4 years ago
Damien George 131b0de70a py/grammar.h: Consolidate duplicate sub-rules for :test and =test. 4 years ago
Damien George a3c89cf907 tests/cpydiff: Add CPy diff test for assignment expression behaviour. 4 years ago
Damien George e0fe8ea644 tests/basics: Add tests for assignment operator :=. 4 years ago
Damien George 2c5993c59e ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports. 4 years ago
Damien George 1783950311 py/compile: Implement PEP 572, assignment expressions with := operator. 4 years ago
Damien George 0fd91e39b1 py/compile: Convert scope test to SCOPE_IS_COMP_LIKE macro. 4 years ago
David Lechner b4d0d7bf03 tools/uncrustify: Update config for v0.71.0. 4 years ago
David Lechner ecd7826316 tools/codeformat.py: Remove sizeof fixup. 4 years ago
David Lechner bd7c92e17d tools/uncrustify.cfg: Remove deprecated sp_word_brace option. 4 years ago
Damien George 5093597542 top: Update contribution and commit guide to include optional sign-off. 4 years ago
Damien George 2b9900380a stm32/boards/STM32F769DISC: Use macro instead of const for flash size. 4 years ago
Maureen Helm 1ae861819d zephyr: Use cmake find_package to locate zephyr. 4 years ago
Maureen Helm b1651ff092 zephyr: Increase minimum required cmake version to 3.13.1. 4 years ago
Maureen Helm 4837b1caa2 zephyr: Convert DT_FLASH_AREA usages to new dts macros. 4 years ago
Maureen Helm 6aff27ac3c zephyr: Update to new zephyr timeout API. 5 years ago
Maureen Helm db02cb061d zephyr: Update for refactored zephyr device structures. 5 years ago
Maureen Helm 8b061f2d79 zephyr: Fix floating point configuration. 5 years ago
Maureen Helm 38b4f1569e zephyr: Fix and rename stacks_analyze function in zephyr module. 5 years ago
Albort Xue 05e5d411b5 mimxrt/boards: Set __heap_size__ to 0 in MIMXRT1011.ld. 4 years ago
Nick Crabtree 2934e41df0 docs/esp8266: Add quickref documentation for UART on esp8266. 4 years ago
Jim Mussared 00c3e2156a tests/run-multitests.py: Allow passing unique env vars to each instance. 4 years ago
Jim Mussared 3f77f2c60c unix/btstack_usb: Allow choosing adaptor via environment variable. 4 years ago
Jim Mussared c6fd6a0d72 examples/bluetooth: Fix event code in ble_temperature_central.py. 4 years ago
jp-96 3705bc418c extmod/modbluetooth: Register default GATT service and fix esp32 init. 4 years ago
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
Damien George f3062b5cbd py/obj.h: Clarify comments about mp_map_t is_fixed and is_ordered. 4 years ago
Andrew Leech 95cbe6b65e py/objtype: Use mp_obj_dict_copy() for creating obj.__dict__ attribute. 4 years ago
Andrew Leech 28370c0450 py/objtype: Add __dict__ attribute for class objects. 4 years ago
Philipp Ebensberger 29e258611a mimxrt/boards: Integrate support for MIMXRT1020_EVK board. 5 years ago
Albort Xue e0d539f79d mimxrt/boards: Enable LED class for MIMXRT1060_EVK board. 4 years ago
Jim Mussared 8e8dcdd34b esp32: Update IDF v4.0 supported hash to v4.0.1. 5 years ago
stijn 51fd6c9777 extmod/ure: Use single function for match/search/sub. 4 years ago
Damien George bd06c698f0 py/dynruntime.h: Make mp_obj_str_get_str raise if arg not a str/bytes. 4 years ago
Philipp Ebensberger 6ac05af8e1 mimxrt/tusb_config.h: Preliminary fix for TinyUSB HS endpoint overflow. 4 years ago
David Lechner 1e6d18c915 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
David Lechner eeca2c3cbe github: Add GitHub action to build docs. 4 years ago
Damien George 621f40b12c esp32/mpthreadport: Fix calculation of thread stack size. 4 years ago
Damien George 596fb73927 qemu-arm: Support building in debug mode with DEBUG=1. 4 years ago
jxltom 834b482e67 examples/bluetooth: Fix incorrect value of BR/EDR flag in advertising. 5 years ago