mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 05:58:09 +00:00
c09590b54d
Use `FLASH_PTR` macro to convert a flash address to a const pointer. For real hardware it is just a cast, for emulator we subtract the `FLASH_ORIGIN` and use it as index into the memory mapped flash file. Make write access to flash with volatile pointers Also use FLASH_PTR in DebugMemory* for now. This allows for reading and writing the flash in the emulator or just crash it by reading outside the flash... |
||
---|---|---|
.. | ||
combine | ||
.gitignore | ||
bootloader.c | ||
bootloader.h | ||
ChangeLog | ||
firmware_align.py | ||
firmware_sign_split.py | ||
firmware_sign.py | ||
Makefile | ||
signatures.c | ||
signatures.h | ||
usb.c | ||
usb.h |