1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-21 10:35:43 +00:00
trezor-firmware/core/mocks/generated
Roman Zeyde 5fd168c363 feat(core): dump GC arena on OOM
Enabled for debug firmware and non-frozen emulator.

JSON dump can be extracted from debug log and analyzed using:

$ awk '/^\[$/,/^\]$/' <debug.log >dump.json
$ core/tools/analyze-memory-dump.py dump.json

[no changelog]
2025-03-17 20:17:42 +02:00
..
trezorcrypto feat(core): add libtropic to the unix build 2025-03-13 15:08:48 +01:00
trezorio feat(core): adjust codec_v1 to work with differently sized RX and TX packets 2025-01-23 16:46:12 +01:00
gc.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
micropython.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
trezorconfig.pyi refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
trezorproto.pyi chore(core): allow encoding protobuf into memoryview 2024-11-15 08:47:24 +01:00
trezortranslate_keys.pyi feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
trezortranslate.pyi feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00
trezorui_api.pyi fix(core): use correct fonts for staking confirmation on Delizia 2025-03-05 12:23:03 +02:00
trezorui.pyi refactor(core): get rid of font IDs in micropython 2025-02-06 13:32:29 +01:00
trezorutils.pyi feat(core): dump GC arena on OOM 2025-03-17 20:17:42 +02:00
ubinascii.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
uctypes.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
uio.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
uos.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
ustruct.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
utime.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00
utimeq.pyi build(core): rewrite build_mocks with pathlib, add symlinks to ../mocks 2022-01-07 21:41:17 +01:00