This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-12 10:39:00 +00:00
Code
Issues
Releases
Wiki
Activity
7f224ab36d
trezor-firmware
/
core
/
embed
/
rust
/
rustfmt.toml
3 lines
51 B
TOML
Raw
Normal View
History
Unescape
Escape
feat(core): Add Rust bindings to MicroPython and trezorhal core: Remove dangling module decls core: Use new Cargo feature resolver, use external MacOS debug info core: Rust docs improvements core: Upgrade bindgen core: Add test target to Rust ci: build rust sources build(core): .ARM.exidx.text.__aeabi_ui2f in t1 firmware size It's an unwind table for softfloat function inserted by rustc, probably can be removed to save 8 bytes: https://github.com/rust-embedded/cortex-m-rt/blob/599c58db70c5dd4eb1dfb92e1dad7c80ed848937/link.x.in#L175-L182 scons: Remove dead code core: Move Rust target to build/rust core: Replace extern with a FFI version core: Add some explanatory Rust comments core: Use correct path for the Rust lib core: Remove Buffer::as_mut() Mutable buffer access needs MP_BUFFER_WRITE flag. TBD in the Protobuf PR. core: Improve docs for micropython::Buffer core: Minor Rust docs changes core: Rewrite trezor_obj_get_ll_checked core: Fix incorrect doc comment core: Remove cc from deps fixup! core: Rewrite trezor_obj_get_ll_checked core: update safety comments
2021-03-23 12:14:33 +00:00
wrap_comments
=
true
chore(core/rust): fixes and formatting [no changelog]
2021-10-06 21:21:47 +00:00
imports_granularity
=
"Crate"
Reference in New Issue
Copy Permalink