Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
edd04ff
gc: add optional allocation counter (#3)
mmilata Oct 27, 2020
252ba4c
py/runtime: systemview debug print redirection
hiviah Dec 11, 2020
1b0e245
trezor: forward-portable script to drop unwanted submodules
matejcik Aug 4, 2021
86c202f
chore(trezor): drop unwanted submodules
mmilata Jul 13, 2026
aa4342b
uzlib(trezor): partially optimize decompression for speed
TychoVrahe Apr 25, 2023
5db7036
uzlib(trezor): add user context for source callback
cepetr May 7, 2024
95ae10c
mpprint: prefix pointer with `0x`
romanz Mar 6, 2025
4c70346
gc: support user-defined OOM callback
romanz Mar 16, 2025
cfb83f5
py/runtime: make `__main__` preallocate to a configurable size
romanz Mar 25, 2025
c265862
py/misc: zero stack memory allocated by `VSTR_FIXED`
romanz Apr 3, 2025
9e786fe
py: allow presizing dicts
romanz Apr 21, 2025
8048dee
py/objstr: export `str_modulo_format` for efficient logging from Rust
romanz May 16, 2025
9b3ec27
py/obj: allow disabling traceback allocation
romanz Sep 11, 2025
589b37c
py: Allow mpy-cross to exclude source lines.
romanz Apr 9, 2026
51d712c
py: export mp_type_cell for modtrezorutils-meminfo.h
mmilata Jul 9, 2026
d307a64
py/builtinimport: fix compilation with -Werror
mmilata Jul 10, 2026
c5ef7ea
fixup! gc: support user-defined OOM callback
mmilata Jul 17, 2026
5734936
fixup! py/runtime: systemview debug print redirection
mmilata Jul 17, 2026
980c2f6
fixup! py/obj: allow disabling traceback allocation
mmilata Jul 17, 2026
bd6e2f1
trezor: run subset of CI workflows
mmilata Jul 17, 2026
8841470
extmod/modvfs: Fix build without FFCONF_H
mmilata Jul 29, 2026
dac0a23
fixup! uzlib(trezor): partially optimize decompression for speed
mmilata Jul 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/biome.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/code_size.yml

This file was deleted.

105 changes: 0 additions & 105 deletions .github/workflows/code_size_comment.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/commit_formatting.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/docs.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/mpremote.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/mpy_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 30
- run: tools/undrop_submodules.sh
- name: Install packages
run: tools/ci.sh mpy_format_setup
- name: Test mpy-tool.py
Expand Down
33 changes: 0 additions & 33 deletions .github/workflows/ports_alif.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/ports_cc3200.yml

This file was deleted.

Loading
Loading