1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-07 22:10:57 +00:00
trezor-firmware/core/embed/rust/src/micropython
2023-03-09 23:36:36 +01:00
..
buffer.rs feat(core/rust/ui): implement Clone for StrBuffer 2023-03-09 23:36:36 +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/rust): homescreen background image 2023-01-19 14:11:42 +01:00
iter.rs chore(core/rust): fixes and formatting 2021-10-07 15:01:55 +02:00
list.rs fix(core/rust): improve & document safety of slice operations 2022-11-24 13:03:34 +01: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 feat(core/rust/ui): on-the-fly conversion of bytes to hexadecimal representation 2022-11-29 21:03:06 +01:00
print.rs feat(rust): add print! macro for logging into terminal 2022-07-20 12:46:01 +02: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
testutil.rs tests(core/rust): ability to set up MicroPython env for testing 2022-05-17 15:56:26 +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
util.rs feat(core/rust): make Rust buildable without Micropython 2022-06-16 13:08:07 +02:00