1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-29 18:08:19 +00:00
trezor-firmware/core
Ondrej Mikle 6ac9f7c1e5 Build T3W1 zephyr+NCS with mcuboot bootloader, mcumgr serial recovery
Currently this will enter bootloader recovery due some pin

To build with bootloader without serial recovery so application runs:

west build -b t3w1_nrf52833 testapp3 -- -Dmcuboot_OVERLAY_CONFIG=/home/ondro/work/satoshilabs/repos/ncs/testapp3/mcuboot.conf.without_serial_recovery

Build with serial recovery (gets stuck in bootloader serial recovery):

west build -b t3w1_nrf52833 testapp3 -- -Dmcuboot_OVERLAY_CONFIG=/home/ondro/work/satoshilabs/repos/ncs/testapp3/mcuboot.conf
2024-06-12 17:32:59 +02:00
..
.changelog.d fix(core/ui): fix skipped confirm_address on TS3 2023-11-30 09:27:57 +01:00
assets fix(core/ui): T2T1: nudge page_prev_ellipsis to the right 2023-10-27 11:50:12 +02:00
embed Build T3W1 zephyr+NCS with mcuboot bootloader, mcumgr serial recovery 2024-06-12 17:32:59 +02:00
mocks STM 2023-12-01 14:53:45 +01:00
prof feat(core): adjust the coverage file output for multicore tests 2023-03-09 16:50:32 +01:00
site_scons STM 2023-12-01 14:53:45 +01:00
src TEST: poll ble events 2023-12-01 14:53:45 +01:00
tests refactor(core): unify touch and button handling, enable usage of both in one model 2023-11-30 16:41:55 +01:00
tools NRF 2023-12-01 12:52:05 +01:00
vendor
.coveragerc chore(core): silence false alarms in coverage report 2023-03-09 16:50:32 +01:00
.dockerignore
.gitignore zephyr app 2024-02-06 10:52:01 +01:00
.towncrier.template.md docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
asan_blacklist.txt
asan_suppressions.txt ci: Suppress libSDL memory leaks. 2022-01-19 15:22:03 +01:00
AUTHORS
CHANGELOG.md docs(core): changelog for 2.6.3 2023-11-02 12:22:09 +01:00
CHANGELOG.T2B1.md docs(core): changelog for 2.6.3 2023-11-02 12:22:09 +01:00
CHANGELOG.T2T1.md docs(core): changelog for 2.6.3 2023-11-02 12:22:09 +01:00
CHANGELOG.unreleased docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00
COPYING
emu.py feat(core): add support for gdb scripts to emulator 2023-05-11 21:02:21 +02:00
emu.sh core: remove src1 2020-08-03 15:59:57 +02:00
Makefile Build T3W1 zephyr+NCS with mcuboot bootloader, mcumgr serial recovery 2024-06-12 17:32:59 +02:00
pyrightconfig.json feat(tools): make pyright_tool more user-friendly 2022-03-23 14:55:05 +01:00
README.md ci: enable editorconfig checks, fix whitespace issues 2020-11-11 14:43:50 +01:00
SConscript.ble_bootloader NRF 2023-12-01 12:52:05 +01:00
SConscript.ble_firmware NRF 2023-12-01 12:52:05 +01:00
SConscript.boardloader feat(core): Copy firmware image header to bootloader RAM to be able to skip directly to firmware install, jumping from firmware to bootloader 2023-09-11 14:36:11 +02:00
SConscript.bootloader STM 2023-12-01 14:53:45 +01:00
SConscript.bootloader_ci feat(core): add hardware support for T3W1 2023-11-30 16:41:59 +01:00
SConscript.bootloader_emu feat(core): add hardware support for T3W1 2023-11-30 16:41:59 +01:00
SConscript.firmware STM 2023-12-01 14:53:45 +01:00
SConscript.prodtest feat(core): add hardware support for T3W1 2023-11-30 16:41:59 +01:00
SConscript.reflash feat(core): add hardware support for T3W1 2023-11-30 16:41:59 +01:00
SConscript.unix STM 2023-12-01 14:53:45 +01:00
SConstruct NRF 2023-12-01 12:52:05 +01:00
towncrier.toml docs(core): use towncrier for generating CHANGELOG.md 2021-05-04 14:18:01 +02:00

Trezor Core

Firmware currently running on Model T.

See docs/core for more info.