14687 Commits (2a1db770ce8d024b31bd1680e501e8b2a65f6570)
 

Author SHA1 Message Date
Christian Clauss 2a1db770ce all: Fix cases of Python variable assigned but never used. 2 years ago
Christian Clauss 79e57473b2 all: Fix various Python coding inconsistencies found by ruff. 2 years ago
Christian Clauss 8f8bd98164 all: Fix strings with backslash by using raw string literals. 2 years ago
Christian Clauss cda292935d tools/mpremote: Remove unused import of serial. 2 years ago
Glenn Moloney 7fa322afb8 esp32,esp8266: Add support for the Espressif ESP-NOW protocol. 4 years ago
glenn20 9d735d1be7 py/ringbuf: Implement put_bytes/get_bytes functions. 2 years ago
algonell a39e2827b7 docs/reference: Remove double 'are' in glossary. 2 years ago
Damien George 4ff148de45 lib/mbedtls_errors: Update patch and error list for new mbedtls. 2 years ago
Carlosgg b5f4611969 lib/mbedtls_errors: Add esp32-specific mbedtls error file. 2 years ago
Carlosgg 7e0a38f7f7 lib/mbedtls: Update to mbedtls v2.28.1. 2 years ago
Damien George c2bf91219c lib/mbedtls_errors: Update error list for current version of mbedtls. 2 years ago
Damien George 867e4dd3dc top: Add Black configuration section to pyproject.toml. 2 years ago
Damien George 7ad41bc2d8 top: Update .git-blame-ignore-revs for latest spelling fix commit. 2 years ago
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check. 2 years ago
Damien George e160fe7bc6 tools/pyboard.py: Rename ProcessPtyToTerminal member "ser" to "serial". 2 years ago
Damien George e131b53fdf github/workflows: Add spell check to code formatting workflow. 2 years ago
Damien George d77c35f110 tools/ci.sh: Add functions to check code spelling using codespell. 2 years ago
Damien George 07a719a315 tools/ci.sh: Build both SAMD21 and SAMD51 boards as part of samd CI. 2 years ago
Damien George 143b863f54 zephyr/modutime: Use extmod version of time module. 2 years ago
Damien George fa8a81ae23 webassembly/modutime: Use extmod version of time module. 2 years ago
Damien George 127fd170c8 unix/modutime: Use extmod version of time module. 2 years ago
Damien George 996a1f911b stm32/modutime: Use extmod version of time module. 2 years ago
Damien George d7cb53cb60 samd/modutime: Use extmod version of time module. 2 years ago
Damien George 67e917609f rp2/modutime: Use extmod version of time module. 2 years ago
Damien George 322c53bbc9 renesas-ra/modutime: Use extmod version of time module. 2 years ago
Damien George a3c427898e nrf/modules/utime: Use extmod version of time module. 2 years ago
Damien George c234a26954 mimxrt/modutime: Use extmod version of time module. 2 years ago
Damien George 4a4046d825 esp8266/modutime: Use extmod version of time module. 2 years ago
Damien George 5be20b67df esp32/modutime: Use extmod version of time module. 2 years ago
Damien George 8ad2da93be cc3200/mods/modutime: Use extmod version of time module. 2 years ago
Damien George 9955553001 extmod/modutime: Provide a generic time module. 2 years ago
Damien George 083dc1f082 ports: Use extmod version of mktime instead of port-specific one. 2 years ago
Damien George 26cc647fce extmod/utime_mphal: Provide a general mktime function. 2 years ago
Takeo Takahashi dc7de6ed83 renesas-ra: Change MICROPY_HW_BOARD_NAME definition to product name. 2 years ago
Jim Mussared 82a59a824c github/workflows: Fetch full history for mpremote workflow. 2 years ago
Damien George 294baf52b3 all: Bump version to 1.20.0. 2 years ago
Damien George 57ca8b71ee LICENSE,docs: Update copyright year range to include 2023. 2 years ago
Damien George c27d686d80 lib/micropython-lib: Update submodule to latest. 2 years ago
Damien George a14e79bcfb stm32/cyw43_configport: Provide cyw43_hal_pin_config_irq_falling func. 2 years ago
Damien George 41a2415e08 lib/cyw43-driver: Update driver to latest version v1.0.0. 2 years ago
Damien George fe4ac49d7f rp2/memmap_mp.ld: Allow a board to reserve memory for the C heap. 2 years ago
IcedRooibos 7ea06a3e26 esp32/esp32_rmt: Fix looping behaviour for RMT on ESP32-S3. 2 years ago
Jim Mussared 67fb0beddb extmod/btstack/modbluetooth_btstack: Add default services. 2 years ago
Jim Mussared a42a8022d8 extmod/modbluetooth: Make all HCI transports trace in the same format. 2 years ago
Jim Mussared ab31e23f7a tests/multi_bluetooth: Use multitest.broadcast instead of sleep. 2 years ago
Jim Mussared 201f5df91e examples/bluetooth/ble_temperature_central.py: Remove service tuple. 2 years ago
Jim Mussared 419017e1e4 tests/multi_bluetooth/ble_characteristic.py: Add write-no-response. 2 years ago
Jim Mussared 80fc1c8fbf tests/multi_bluetooth: Add test for descriptors. 2 years ago
Jim Mussared e6de6656f4 extmod/nimble: Fix flags for descriptor registration. 2 years ago
Jim Mussared bb4ee06d98 extmod/btstack: Add support for CCCD to allow client subscriptions. 2 years ago