summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02tools/mpremote: Swap order of PID and VID in connect-list output.Andrew Scheller
2021-07-02javascript/Makefile: Suppress compiler errors from array bounds.Damien George
2021-07-01docs/library: Document new esp32.RMT features and fix wait_done.Jonathan Hogg
2021-07-01esp32/esp32_rmt: Enhance RMT with idle_level and write_pulses modes.Jonathan Hogg
2021-07-01py/objexcept: Pretty print OSError also when it has 2 arguments.David Lechner
2021-07-01tools/pyboard.py: Add cmd-line option to make soft reset configurable.Frank Pilhofer
2021-07-01tools/autobuild: Add mimxrt port to build scripts for nightly builds.robert-hh
2021-07-01stm32/main: Call mp_deinit() at end of main.David Lechner
2021-07-01stm32/dma: Add DMAMUX configuration for H7 to fix dma_nohal_init.iabdalkader
2021-07-01stm32/sdio: Fix undefined reference to DMA stream on H7.iabdalkader
2021-06-30stm32/boardctrl: Skip running main.py if boot.py had an error.Damien George
2021-06-28tools/makemanifest.py: Allow passing flags to mpy-tool.py.Yonatan Goldschmidt
2021-06-26extmod/uasyncio: Get addr and bind server socket before creating task.Damien George
2021-06-26mimxrt/modmachine: Add a few minor methods to the machine module.robert-hh
2021-06-26mimxrt/mimxrt_flash: Remove commented-out code.robert-hh
2021-06-26mimxrt/main: Extend the information returned by help().robert-hh
2021-06-26mimxrt/main: Skip running main.py if boot.py failed.robert-hh
2021-06-26mimxrt/boards: Set vfs partition start to 1 MBbyte.robert-hh
2021-06-26mimxrt/moduos: Seed the PRNG on boot using the TRNG.robert-hh
2021-06-26mimxrt/machine_spi: Add the SPI class to the machine module.robert-hh
2021-06-26github/workflows: Switch from lcov to gcov.Damien George
2021-06-25github/workflows: Switch from Coveralls to Codecov.Damien George
2021-06-25esp32/esp32_rmt: Fix RMT looping in newer IDF versions.Jonathan Hogg
2021-06-25tests/extmod: Make uasyncio_heaplock test more deterministic.Damien George
2021-06-25github/workflows: Add workflow to build and test javascript port.Damien George
2021-06-25javascript: Rework Makefile and GC so it works with latest Emscripten.Damien George
2021-06-25py: Mark unused arguments from bytecode decoding macros.Damien George
2021-06-25py/makeqstrdefs.py: Don't include .h files explicitly in preprocessing.Damien George
2021-06-25mpy-cross: Disable stack check when building with Emscripten.David Lechner
2021-06-25tools/ci.sh: Run apt-get update in ci_powerpc_setup.David Lechner
2021-06-25rp2/machine_rtc: In RTC.datetime, compute weekday automatically.Krzysztof Adamski
2021-06-25rp2: Use 0=Monday datetime convention in RTC.Krzysztof Adamski
2021-06-25mimxrt: Move calc_weekday helper function to timeutils.Krzysztof Adamski
2021-06-24py/mperrno: Add MP_ECANCELED error code.David Lechner
2021-06-24unix/modffi: Add option to lock GC in callback, and cfun access.Amir Gonnen
2021-06-24all: Fix signed shifts and NULL access errors from -fsanitize=undefined.Jeff Epler
2021-06-24esp32/main: Allow MICROPY_DIR to be overridden.Damien George
2021-06-23tools: Remove obsolete build-stm-latest.sh script.Damien George
2021-06-23tools/autobuild: Add scripts to build release firmware.Damien George
2021-06-23stm32/usb: Make irq's default trigger enable all events.Damien George
2021-06-23extmod/btstack: Check that BLE is active before performing operations.Damien George
2021-06-23extmod/btstack: Add missing call to mp_bluetooth_hci_uart_deinit.Damien George
2021-06-23stm32: Provide a custom BTstack runloop that integrates with soft timer.Damien George
2021-06-23stm32/mpbthciport: Change from systick to soft-timer for BT scheduling.Damien George
2021-06-23stm32/softtimer: Add soft_timer_reinsert() helper function.Damien George
2021-06-22esp32,esp8266: Add __len__ to NeoPixel driver to support iterating.Michael Weiss
2021-06-22LICENSE: Reference third-party licenses.Jim Mussared
2021-06-20esp32/boards/sdkconfig.base: Disable MEMPROT_FEATURE to alloc from IRAM.Damien George
2021-06-19py/mpstate: Schedule KeyboardInterrupt on main thread.David Lechner
2021-06-19py/mpstate: Make exceptions thread-local.David Lechner