1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-04 13:38:28 +00:00
trezor-firmware/core/embed/rust/src/micropython
2023-06-21 14:19:03 +02:00
..
buffer.rs feat(all): add UI for Model R 2023-05-31 10:14:54 +02:00
dict.rs feat(core/rust): catch, handle and propagate uPy exceptions 2021-09-21 12:43:31 +02:00
ffi.rs style(core): fix clippy lints 2023-04-19 13:05:03 +02:00
func.rs feat(core/rust): exposing vararg functions to uPy 2021-11-24 15:36:34 +01:00
gc.rs feat(core/rust): homescreen background image 2023-01-19 14:11:42 +01:00
iter.rs refactor(core/rust): improve ergonomy of IterBuf 2023-06-21 14:19:03 +02:00
list.rs refactor(core/rust): improve ergonomy of IterBuf 2023-06-21 14:19:03 +02:00
macros.rs feat(core): show welcome screen after device is connected 2023-02-27 13:22:09 +01:00
map.rs feat(core/rust): unwrap! macro to trigger nicer behavior than the built-in 2022-08-18 15:22:48 +02:00
mod.rs feat(rust): add print! macro for logging into terminal 2022-07-20 12:46:01 +02:00
module.rs feat(core/rust): Add obj_module! macro 2022-04-04 13:32:07 +02:00
obj.rs refactor(core/rust): improve ergonomy of IterBuf 2023-06-21 14:19:03 +02:00
print.rs feat(rust): add print! macro for logging into terminal 2022-07-20 12:46:01 +02:00
qstr.rs refactor(core/rust): expose obj types and (debug only) type names 2023-06-21 14:19:03 +02:00
runtime.rs style(core/rust): enable clippy lints 2021-09-23 14:22:40 +02:00
testutil.rs fix(core/rust): disable stack checking in tests (fixes spurious "recursion exceeded" errors) 2023-06-21 14:19:03 +02:00
time.rs chore(core/rust): Add micropython::time::sleep 2022-01-28 09:58:49 +01:00
typ.rs refactor(core/rust): expose obj types and (debug only) type names 2023-06-21 14:19:03 +02:00
util.rs chore(core/rust): flag or delete unused code 2023-05-11 21:02:21 +02:00