1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 14:58:09 +00:00
trezor-firmware/core/embed/rust/src/micropython
2022-01-28 09:58:49 +01:00
..
buffer.rs feat(core/rust): add support for T1 UI 2021-11-24 15:36:34 +01:00
dict.rs feat(core/rust): catch, handle and propagate uPy exceptions 2021-09-21 12:43:31 +02:00
ffi.rs feat(core): Add Rust bindings to MicroPython and trezorhal 2021-05-05 16:00:21 +02:00
func.rs feat(core/rust): exposing vararg functions to uPy 2021-11-24 15:36:34 +01:00
gc.rs feat(core): add Rust UI components, layouts, text rendering 2021-10-07 15:01:55 +02:00
iter.rs chore(core/rust): fixes and formatting 2021-10-07 15:01:55 +02:00
list.rs feat(core/rust): catch, handle and propagate uPy exceptions 2021-09-21 12:43:31 +02:00
macros.rs feat(core/rust): exposing vararg functions to uPy 2021-11-24 15:36:34 +01:00
map.rs feat(core/rust): add support for T1 UI 2021-11-24 15:36:34 +01:00
mod.rs feat(core): Add Instant and Duration types 2022-01-28 09:58:49 +01:00
obj.rs feat(core/rust): add example layout for T1 2021-11-24 15:36:34 +01:00
qstr.rs feat(core/rust): catch, handle and propagate uPy exceptions 2021-09-21 12:43:31 +02:00
runtime.rs style(core/rust): enable clippy lints 2021-09-23 14:22:40 +02:00
time.rs chore(core/rust): Add micropython::time::sleep 2022-01-28 09:58:49 +01:00
typ.rs chore(core/rust): fixes and formatting 2021-10-07 15:01:55 +02:00