12403 Commits (6ed5b843cf55a96156328b08b011ba919af22fb4)
 

Author SHA1 Message Date
Damien George 6ed5b843cf extmod/btstack: Check that BLE is active before performing operations. 3 years ago
Damien George 0fc0f7536b extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit. 4 years ago
Damien George 38bc5a9f67 stm32: Provide a custom BTstack runloop that integrates with soft timer. 4 years ago
Damien George 74c2c31811 stm32/mpbthciport: Change from systick to soft-timer for BT scheduling. 4 years ago
Damien George 60f1f76984 stm32/softtimer: Add soft_timer_reinsert() helper function. 4 years ago
Michael Weiss b3a34dde36 esp32,esp8266: Add __len__ to NeoPixel driver to support iterating. 4 years ago
Jim Mussared 2fa975c264 LICENSE: Reference third-party licenses. 6 years ago
Damien George bbf9dd849a esp32/boards/sdkconfig.base: Disable MEMPROT_FEATURE to alloc from IRAM. 3 years ago
David Lechner 259d9b69fe py/mpstate: Schedule KeyboardInterrupt on main thread. 4 years ago
David Lechner ca920f7218 py/mpstate: Make exceptions thread-local. 4 years ago
Damien George 7c51cb2307 all: Bump version to 1.16. 3 years ago
Damien George adf35cbab0 tests/float: Make bytes/bytearray construct tests work with obj repr C. 3 years ago
Damien George bc89cdeb45 py/gc: Only use no_sanitize_address attribute for GCC 4.8 and above. 3 years ago
Damien George eb7ae538f9 esp8266/boards/GENERIC_512K: Add custom minimal _boot.py. 3 years ago
Damien George 4eb13c50cd esp32/machine_sdcard: Use deinit_p to deinit SD bus in SPI mode. 3 years ago
Mike Causer bc7822d8e9 drivers/display/ssd1306.py: Add support for 72x40 displays. 3 years ago
Jonathan Hogg 89945b1989 esp32/machine_hw_spi: Allow None for unused pins in initializer. 3 years ago
Thomas Wenrich 364670ecf1 docs/esp32: Document WLAN "reconnects" config option. 3 years ago
Thomas Wenrich 060066804a esp32/modnetwork: Add "reconnects" option to WLAN STA interface. 3 years ago
Tobias Eydam 48437cec45 esp32/network_lan: Add Ethernet support for IDF v4.1 and above. 4 years ago
Damien George 8107c9b75b extmod/nimble: Remove TODO comment about notify_custom freeing om. 3 years ago
Damien George 514bf1a191 extmod/uasyncio: Fix race with cancelled task waiting on finished task. 3 years ago
robert-hh 8edc3aacdd mimxrt/modutime: Extend the time module. 3 years ago
robert-hh 7417c6ac91 mimxrt/machine_pin: Implement pin.irq() functionality. 3 years ago
robert-hh 689476c576 mimxrt/machine_uart: Add the UART class to the machine module. 3 years ago
Damien George d2dcd05adc tools/mpremote: Use signal to capture and handle ctrl-C on Windows. 3 years ago
Damien George 77c529e8be tools/mpremote: Use available ports instead of auto-connect list. 3 years ago
Mike Teachman b0b8ebc4f6 extmod/uasyncio: Add readinto() method to Stream class. 3 years ago
Pavol Rusnak 95048129b1 unix: Fix build on arm64-darwin due to integer cast. 3 years ago
Krzysztof Adamski e7f7094ef6 rp2/machine_rtc: Check return value from rtc_set_datetime. 3 years ago
iabdalkader 66115a3744 stm32/eth: Fix eth_link_status function to use correct BSR bit. 3 years ago
iabdalkader 51614ce365 stm32/eth: Add low-power mode configuration option. 3 years ago
Zoltán Vörös c4ed17ff34 tests/cpydiff: Add test for array constructor with overflowing value. 3 years ago
robert-hh 3ab8806c0d mimxrt/machine_rtc: Maintain microsecond offset. 3 years ago
robert-hh fd4eec5555 mimxrt/machine_rtc: Change RTC.datetime() tuple to match other ports. 3 years ago
Krzysztof Adamski 37d01d4be3 rp2/machine_rtc: Add initial support for RTC. 4 years ago
Peter Hinch c0499bc2b9 docs/library/machine.RTC.rst: Document datetime method and fix ex code. 5 years ago
IhorNehrutsa da8aad18a4 esp32/README: Describe how to select compatible version of existing IDF. 3 years ago
noslaver f314cac604 esp32/partitions-2MiB.csv: Update table so firmware fits. 4 years ago
Damien George 865abba197 esp32/makeimg.py: Load sizes from partition table and verify data fits. 3 years ago
Damien George 61f91de361 stm32/sdram: Prevent array-bounds warnings with GCC 11. 3 years ago
Damien George cf849d84b9 stm32/boards: Enable MICROPY_HW_SPIFLASH_ENABLE_CACHE on VCC_GND boards. 3 years ago
Damien George 71e3538a32 stm32/usb: Add USB_VCP.irq method, to set a callback on USB data RX. 4 years ago
Zoltán Vörös 8c02b94946 nrf: Add more math sources to Makefile, and enable log2 implementation. 3 years ago
Miguel Grinberg de2e081260 extmod/uasyncio: Fix start_server and wait_closed race condition. 3 years ago
Abilio Marques 525a920ca5 unix/modffi: Fix conversion between Python integers and ffi types. 4 years ago
Damien George 20a8f4f7ec tests/unix: Add ffi test for integer types. 3 years ago
Damien George 7842085434 tests/multi_bluetooth/ble_gap_advertise.py: Allow to work without set. 4 years ago
Damien George da8e47da21 tests/run-multitests.py: Allow to work without sys.stdout on target. 4 years ago
Damien George d00523ba0c zephyr/boards: Enable ubluetooth on nucleo_wb55rg board. 4 years ago