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