628 Commits (46ae3b5a34d33d3c696e1fb66661983315686712)

Author SHA1 Message Date
Damien George 6967ff3c58 py/persistentcode: Bump .mpy sub-version. 1 year ago
Andrew Leech d2a9d70c09 tools/ci.sh: Ensure enough commits are fetched for a common ancestor. 1 year ago
Jim Mussared 69e34b6b6b all: Switch to new preview build versioning scheme. 1 year ago
Damien George 040a96d00e docs,tools: Change remaining "urequests" references to "requests". 1 year ago
Damien George 92717a95c0 tools/metrics.py: Fix esp32 and esp8266 board names after renaming. 1 year ago
Damien George cf490a7091 all: Fix various spelling mistakes found by codespell 2.2.6. 1 year ago
Jos Verlinde 58c2c503a9 tools/mpremote: Add support for rfc2217, serial over TCP. 1 year ago
Jim Mussared 88ecc78eb3 tools/autobuild/build-downloads.py: Verify standard features. 1 year ago
Damien George b0e03b3e07 tools/autobuild: Include .bin firmware in renesas-ra build output. 1 year ago
iabdalkader 174bb28d8e tools/ci.sh: Add ARDUINO_PORTENTA_C33 to RA CI build. 1 year ago
Damien George 6aa404ca53 tools/metrics.py: Fix nrf and rp2 board names after renaming. 1 year ago
Jim Mussared 607548f32d examples/natmod: Add features4 as a class definition example. 1 year ago
Jim Mussared a64f2fdca0 py/dynruntime.h: Implement MP_OBJ_NEW_QSTR. 1 year ago
Jon Nordby 4837ec336a tools/mpy_ld.py: Support more complex rodata sections. 1 year ago
Jim Mussared bc1af5ab7f cc3200/Makefile: Build firmware.zip. 1 year ago
Jim Mussared 873bd00ad4 rp2: Rename PICO, PICO_W to RPI_PICO, RPI_PICO_W. 1 year ago
Jim Mussared ef03ca8bf2 esp8266: Add board variant support. 1 year ago
Jim Mussared aa23698119 esp32: Rename GENERIC* boards to ESP32_GENERIC*. 1 year ago
Jim Mussared b5836e7252 esp32: Use uppercase variant names. 1 year ago
Jim Mussared f007d0aa3d nrf/boards: Rename all nRF boards to use uppercase. 1 year ago
Angus Gratton 1a5c9b9da4 tools/mpy-tool.py: Ignore linter failure in Python 2 compatibility code. 1 year ago
Angus Gratton b8189d039d tools/mpy_ld.py: Pre-declare some local variables to appease linter. 1 year ago
Jim Mussared 91674c41b8 tools/autobuild: Automatically build all variants for each board. 1 year ago
Jim Mussared 4bbe879c26 tools/mpremote: Make soft-reset count as an action. 1 year ago
Jos Verlinde 232c29c2ed tools/codeformat.py: Use pyproject.toml for black config. 1 year ago
Daniël van de Giessen 8dbb29da3f tools/codeformat.py: Skip formatting ESP-IDF managed components. 1 year ago
Angus Gratton 597fcb4751 tools/mpy-tool.py: Use isinstance() for type checking. 1 year ago
Damien George d14ddcbdb5 tools/autobuild: Add support for application .bin files for esp32. 1 year ago
Jim Mussared ea1a5e43d0 examples/natmod/deflate: Add deflate as a dynamic native module. 1 year ago
Jim Mussared add1200343 all: Remove the zlib module. 1 year ago
Damien George 273ba28c07 tools/autobuild: Update auto-build code to build esp32 port with IDF v5. 1 year ago
Damien George 6a9db521ed github/workflows: Update esp32 CI to use IDF v5.0. 2 years ago
Damien George 0908d00453 tools/ci.sh: Add a H5 board to stm32 CI build. 1 year ago
Damien George 33b403dfb4 tools/ci.sh: Build PICO_W board as part of rp2 CI. 1 year ago
Wilko Nienhaus 034502bc72 esp32/esp32_ulp: Fix ULP (FSM) support for S2 and S3. 1 year ago
Jim Mussared b4de697ad1 tools/mpremote: Fix exec_ -> exec in commands.py. 1 year ago
Damien George 0832fc53ce tools/ci.sh: Add mimxrt and samd ports to code size build. 1 year ago
Jim Mussared a1fbb1980c extmod/modtimeq: Remove timeq module. 1 year ago
Jim Mussared 5fd042e7d1 all: Replace all uses of umodule in Python code. 2 years ago
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere. 2 years ago
Jim Mussared eb85f4d4c9 examples/natmod: Rename umodule to module. 2 years ago
Jim Mussared 45ac651d1a all: Rename *umodule*.c to remove the "u" prefix. 2 years ago
Jim Mussared f5f9edf645 all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2 years ago
Damien George a61d40e5e8 tools/mpremote: Fix use of stdout_write_bytes function. 1 year ago
Jim Mussared b4d785fa20 tools/mpremote: Detach mpremote from pyboard.py. 1 year ago
Jim Mussared bd5d0163c4 docs/reference/mpremote.rst: Extend the mpremote guide. 1 year ago
Jim Mussared b6b19798c2 tools/mpremote: Handle `cp` without destination. 1 year ago
Jim Mussared 46715e370d tools/mpremote: Add `rtc` commands to get and set the RTC. 1 year ago
Jim Mussared d736a2f3f3 tools/mpremote: Allow terminator for shortcut commands. 1 year ago
Jim Mussared 7c2c9ea21c tools/mpremote: Add `sleep` command. 1 year ago