1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-04 12:31:02 +00:00
trezor-firmware/core/embed/rust/src/micropython
2022-09-06 16:27:22 +02:00
..
buffer.rs refactor(core/rust): more explicit buffer semantics, StrBuffer::alloc 2022-09-06 16:27:22 +02: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): List::from_iter 2022-05-17 15:56:26 +02:00
macros.rs feat(rust): add print! macro for logging into terminal 2022-07-20 12:46:01 +02: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): unwrap! macro to trigger nicer behavior than the built-in 2022-08-18 15:22:48 +02: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