12432 Commits (4ada56d4cb4c518d2a78f7d7a600a4537188310a)
 

Author SHA1 Message Date
Yonatan Goldschmidt 4ada56d4cb tools/makemanifest.py: Allow passing flags to mpy-tool.py. 5 years ago
Damien George 7ec95c2768 extmod/uasyncio: Get addr and bind server socket before creating task. 3 years ago
robert-hh cbc9a591a4 mimxrt/modmachine: Add a few minor methods to the machine module. 3 years ago
robert-hh 552e11bf64 mimxrt/mimxrt_flash: Remove commented-out code. 3 years ago
robert-hh c8284c9b50 mimxrt/main: Extend the information returned by help(). 3 years ago
robert-hh 4eabff53cb mimxrt/main: Skip running main.py if boot.py failed. 3 years ago
robert-hh b35566af79 mimxrt/boards: Set vfs partition start to 1 MBbyte. 3 years ago
robert-hh a262faa227 mimxrt/moduos: Seed the PRNG on boot using the TRNG. 3 years ago
robert-hh f45412793e mimxrt/machine_spi: Add the SPI class to the machine module. 3 years ago
Damien George f3e4ed82a1 github/workflows: Switch from lcov to gcov. 3 years ago
Damien George c940597314 github/workflows: Switch from Coveralls to Codecov. 3 years ago
Jonathan Hogg 30422ca7c2 esp32/esp32_rmt: Fix RMT looping in newer IDF versions. 3 years ago
Damien George 180c54d6cc tests/extmod: Make uasyncio_heaplock test more deterministic. 3 years ago
Damien George 2dc4f843bc github/workflows: Add workflow to build and test javascript port. 3 years ago
Damien George c13853f4da javascript: Rework Makefile and GC so it works with latest Emscripten. 3 years ago
Damien George cfd08448a1 py: Mark unused arguments from bytecode decoding macros. 3 years ago
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. 5 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