14701 Commits (38243cd8e0792fd6e597e4761f9d9949a9d41599)
 

Author SHA1 Message Date
Damien George 38243cd8e0 extmod/machine_pwm: Remove PWM_INIT and PWM_DUTY_U16_NS config options. 2 years ago
robert-hh 7952694a3c rp2/machine_pwm: Add duty_x() checks and return 0 if PWM is not started. 2 years ago
robert-hh 0b3b508d1d rp2/machine_pwm: Add support for inverting a PWM channel output. 2 years ago
robert-hh 2ac643c15b esp8266/machine_pwm: Implement duty_u16() and duty_ns() for consistency. 2 years ago
robert-hh dc8f9d22ca docs: Update the PWM examples based on recent API improvements. 2 years ago
robert-hh 84302b2854 rp2/machine_pwm: Enable keyword args in constructor and add init method. 2 years ago
robert-hh 250757716a samd/machine_pwm: Add init() method to PWM and simplify the PWM code. 2 years ago
robert-hh 9c7ad68165 mimxrt/machine_pwm: Start PWM only if freq and duty are set. 2 years ago
Damien George 0264465585 tools/pyboard.py: Import serial.tools.list_ports. 2 years ago
Damien George f1c6cb7725 py/stackctrl: Add gcc pragmas to ignore dangling-pointer warning. 2 years ago
Carlosgg 61b8e1b2d8 lib/mbedtls: Update to mbedtls v2.28.3. 2 years ago
Damien George 1b980c9dbe py/compile: Remove over-eager optimisation of tuples as if condition. 2 years ago
Damien George 957bd51184 py/parse: Fix build when COMP_CONST_FOLDING=0 and COMP_MODULE_CONST=1. 2 years ago
Christian Clauss 78a1aa1711 github/workflows: Add GitHub Action to lint Python code with ruff. 2 years ago
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