1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-19 21:08:07 +00:00
trezor-firmware/core/embed
Jan Pochyla 5eefcffc7c chore(core): prepare for fuzzing targets
First, we change the Protobuf definition includes to use an exact path relative to our crate's directory, instead of the OUT_DIR. This fixes build when a combination of stable and nightly toolchains is used (nightly is needed for the fuzzing targets).

Another change is a slight fix in the panic handler conditional compilation. Fuzzing is using the crate with `features = ["test"]`, but doesn't turn on the `test` cfg.

[no changelog]
2021-10-07 15:01:55 +02:00
..
boardloader fix(core): avoid accidental build with broken stack protector (boardloader) 2021-09-29 12:48:31 +02:00
bootloader chore(legacy & core): changelogs added 2021-09-27 15:42:29 +02:00
bootloader_ci docs(core+legacy): use towncrier for generating CHANGELOG.md 2021-07-21 14:27:20 +02:00
extmod feat(core): add Rust UI components, layouts, text rendering 2021-10-07 15:01:55 +02:00
firmware feat(core): add Rust UI components, layouts, text rendering 2021-10-07 15:01:55 +02:00
prodtest refactor(core): rename shutdown to shutdown_privileged 2021-06-23 16:40:45 +02:00
reflash refactor(core): rename shutdown to shutdown_privileged 2021-06-23 16:40:45 +02:00
rust chore(core): prepare for fuzzing targets 2021-10-07 15:01:55 +02:00
segger style(core): systemview editorconfig reformat 2021-01-26 20:53:38 +01:00
trezorhal fix(core & legacy): explicit compiler versions 2021-09-27 15:42:29 +02:00
unix feat(core): add Rust UI components, layouts, text rendering 2021-10-07 15:01:55 +02:00
vendorheader core/headertool: support generating vendor headers with explicit size 2020-02-05 12:23:34 +01:00