14669 Commits (143b863f544f53bbec46e34ad437570bdacaabc0)
 

Author SHA1 Message Date
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
Jim Mussared f9b60a240a tests/multi_bluetooth/ble_subscribe: Use end_handle in desc discovery. 2 years ago
Jim Mussared a2df439dd3 extmod/btstack: Fix MTU handling. 2 years ago
Jim Mussared a652695153 tests/multi_bluetooth/ble_mtu: Split peripheral/central-initiated. 2 years ago
Jim Mussared dcb863ebfb tests/multi_bluetooth: Use time.sleep_ms instead of time.sleep. 2 years ago
Jim Mussared a6aa7397d8 extmod/btstack: Include value handle in client read/write events. 2 years ago
Jim Mussared 256f47e2f8 extmod/btstack: Fix indicate/notify queuing. 2 years ago
Jim Mussared bc9ec1cf71 extmod/modbluetooth: Merge gatts_notify/indicate implementation. 2 years ago
Damien George 9e6885ad82 extmod/btstack: Switch to use hci_dump_init instead of hci_dump_open. 2 years ago
Damien George ec1eeccab4 shared/tinyusb: Revert setting of CFG_TUD_CDC_EP_BUFSIZE to 256. 2 years ago
David (Pololu) bf3eb9dc39 rp2/machine_i2c: Add timeout parameter for machine.I2C(). 2 years ago
Jonas Scharpf b525f1c9ec tools/mpremote: Add ctrl-x as additonal mpremote disconnect shortcut. 2 years ago
iabdalkader 0acc73344a mimxrt: Fix the build for boards without ROM API. 2 years ago
iabdalkader bde222ce84 mimxrt/modmachine: Implement machine.bootloader(). 2 years ago
iabdalkader 8b72721b29 mimxrt/mpconfigport: Allow configuring different network interfaces. 2 years ago
iabdalkader 944b4c2058 mimxrt/boards/MIMXRT1064_EVK: Fix board config to use internal flash. 2 years ago
iabdalkader ed5e3598f1 mimxrt/Makefile: Fix internal flash configuration and build. 2 years ago
Alex Riesen a22136a732 py/makeqstrdefs.py: Fix handling GreenHills C/C++ preprocessor output. 2 years ago
Jim Mussared cfd3b70934 tools/manifestfile.py: Add support for publishing packages to PyPI. 2 years ago