mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-14 03:30:02 +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... |
||
---|---|---|
.. | ||
buttons.c | ||
emulator.h | ||
flash.c | ||
Makefile | ||
oled.c | ||
rng.c | ||
setup.c | ||
strl.c | ||
strl.h | ||
timer.c | ||
udp.c |