12416 Commits (08e0e065f4fa26cb1f52567ad53052310bc656e6)
 

Author SHA1 Message Date
Damien George 08e0e065f4 py/makeqstrdefs.py: Don't include .h files explicitly in preprocessing. 3 years ago
David Lechner 115acadf92 mpy-cross: Disable stack check when building with Emscripten. 4 years ago
David Lechner 8cebd56a11 tools/ci.sh: Run apt-get update in ci_powerpc_setup. 3 years ago
Krzysztof Adamski feb7e2e864 rp2/machine_rtc: In RTC.datetime, compute weekday automatically. 3 years ago
Krzysztof Adamski 35b1359a3a rp2: Use 0=Monday datetime convention in RTC. 3 years ago
Krzysztof Adamski 6409bbcb72 mimxrt: Move calc_weekday helper function to timeutils. 3 years ago
David Lechner b51ae20c07 py/mperrno: Add MP_ECANCELED error code. 6 years ago
Amir Gonnen cb332ddae8 unix/modffi: Add option to lock GC in callback, and cfun access. 3 years ago
Jeff Epler 413f34cd8f all: Fix signed shifts and NULL access errors from -fsanitize=undefined. 3 years ago
Damien George 0009a7dc30 esp32/main: Allow MICROPY_DIR to be overridden. 3 years ago
Damien George c99e4995fd tools: Remove obsolete build-stm-latest.sh script. 3 years ago
Damien George 3588d14ae6 tools/autobuild: Add scripts to build release firmware. 3 years ago
Damien George 63b8b79610 stm32/usb: Make irq's default trigger enable all events. 3 years ago
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