1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-09 16:18:10 +00:00
trezor-firmware/core/embed/extmod/modtrezorio
obrusvit f35ffa0c18 feat(core/sdbackup): insert/eject emulator SD card
- access through DebugLink
- card can be initialized with
    - serial_number (used for filename and later for shamir backup
      functionality)
    - capacity in bytes
    - manufacturer ID (used for recognition of Trezor card together with
      capacity)
- one debug protobuf message added serial_number set to None means
  ejecting the card from emulator
- TODO: initialize the card with preexisting data
2024-01-16 15:27:13 +01:00
..
diskio.h docs: fix typos in comments 2021-06-30 15:41:55 +02:00
ff_unifdef.sh feat(core/sdbackup): allow partitioning 2024-01-16 15:27:13 +01:00
ff.c feat(core/sdbackup): allow partitioning 2024-01-16 15:27:13 +01:00
ff.h feat(core/sdbackup): allow partitioning 2024-01-16 15:27:13 +01:00
ffconf.h feat(core/sdbackup): allow partitioning 2024-01-16 15:27:13 +01:00
ffunicode.c fix(core): update fat fs library to R0.15 2023-02-02 16:22:23 +01:00
modtrezorio-fatfs.h feat(core/sdbackup): improve encode/decode 2024-01-16 15:27:13 +01:00
modtrezorio-flash.h chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
modtrezorio-hid.h chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
modtrezorio-poll.h refactor(core): improve conditional compilations based on model 2023-04-19 21:36:51 +02:00
modtrezorio-sbu.h chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
modtrezorio-sdcard_switcher.h feat(core/sdbackup): insert/eject emulator SD card 2024-01-16 15:27:13 +01:00
modtrezorio-sdcard.h feat(core/sdbackup): recognize Trezor card 2024-01-16 15:27:13 +01:00
modtrezorio-usb.h refactor(core/usb): do not require serial number on instantiaton of USB 2021-05-06 13:14:21 +02:00
modtrezorio-vcp.h chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
modtrezorio-webusb.h chore(vendor): bump micropython to 1.19.1 2023-04-21 13:14:07 +02:00
modtrezorio.c feat(core/sdbackup): insert/eject emulator SD card 2024-01-16 15:27:13 +01:00