1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-22 22:48:20 +00:00
Commit Graph

12027 Commits

Author SHA1 Message Date
tychovrahe
47ef418835 fixup! feat(core): trezorctl working via BLE 2023-04-25 15:58:30 +02:00
tychovrahe
01c3fe399b TEST: Homescreen notification 2023-04-25 12:14:22 +02:00
tychovrahe
7153a8dc10 TEST: Compile for DISC1 by default 2023-04-25 12:14:22 +02:00
tychovrahe
8b739404ce TEST: poll ble events 2023-04-25 12:14:22 +02:00
tychovrahe
a65ec700ec feat(core): adjust bootloader screens to look better on rectangular screens
[no changelog]
2023-04-25 12:14:22 +02:00
tychovrahe
d799c66860 feat(core/ble): improved cooperation between stm and nrf, divided ble_firmware source files
[no changelog]
2023-04-25 12:14:22 +02:00
tychovrahe
68653b7718 refactor(core/ble): use protobuf for internal messages on nrf
[no changelog]
2023-04-25 12:14:22 +02:00
tychovrahe
f203932f54 fixup! feat(core): trezorctl working via BLE 2023-04-25 12:14:22 +02:00
tychovrahe
f56a8710a8 feat(core): allow different screens sizes for TT UI
[no changelog]
2023-04-25 12:13:05 +02:00
tychovrahe
1481783d27 feat(core/ble): randomize BLE MAC address
[no changelog]
2023-04-25 12:13:05 +02:00
tychovrahe
939b3cacd2 chore(core): add BLE dependencies
[no changelog]
2023-04-25 12:13:02 +02:00
tychovrahe
420b1043f5 fix(core): disable IRQ before initializing DMA
[no changelog]
2023-04-25 12:11:56 +02:00
tychovrahe
bab7c1fef1 feat(core): support for BLE on discovery 2023-04-25 12:11:56 +02:00
tychovrahe
f04d8da661 feat(core): ble in bootloader
[no changelog]
2023-04-25 12:11:53 +02:00
tychovrahe
e1381f901b refactor(core): conditional inclusion of BLE 2023-04-25 12:11:42 +02:00
tychovrahe
03dee83036 feat(core): faster and more robust BLE communication 2023-04-25 12:11:42 +02:00
tychovrahe
32e5d9eb4e feat(core): ble tunnel via SPI 2023-04-25 12:11:42 +02:00
tychovrahe
926f200609 feat(core): added Device Information Service 2023-04-25 12:11:42 +02:00
tychovrahe
afe0d1cc2e feat(core): allow some messages only over specific interfaces 2023-04-25 12:11:42 +02:00
tychovrahe
4506974a1f feat(core): internal events between nrf and stm 2023-04-25 12:11:42 +02:00
tychovrahe
5fdb06adaf feat(core): re-pairing request/dialog 2023-04-25 12:11:42 +02:00
tychovrahe
0b147f1c5e feat(core): ble pairing 2023-04-25 12:11:42 +02:00
tychovrahe
55cea0c4ae feat(core): prevent interruption of workflows from other communication interfaces 2023-04-25 12:11:42 +02:00
tychovrahe
0b887a733f feat(core): trezorctl working via BLE 2023-04-25 12:11:42 +02:00
tychovrahe
ea8dac8957 feat(core): upload BLE firmware through STM 2023-04-25 12:11:42 +02:00
tychovrahe
3d8ec3acb5 build(core): added initial builds for ble_bootloader and ble_firmware 2023-04-25 12:11:41 +02:00
tychovrahe
bfdbf5bad3 build(core): added SDK for nrf52 2023-04-25 12:11:41 +02:00
tychovrahe
7f79a9bd7f feat(core): support STM32F429 discovery board 2023-04-25 12:11:36 +02:00
tychovrahe
d29870b1bb refactor(core): make emulated dma2d usable outside of emulator 2023-04-25 12:10:37 +02:00
tychovrahe
9ae58745e4 feat(core): support 16bit i8080 display bus
[no changelog]
2023-04-25 12:10:37 +02:00
tychovrahe
0a8981d643 refactor(core): rewrite display_image into rust
[no changelog]
2023-04-25 10:28:33 +02:00
tychovrahe
e578f7f0f8 refactor(core): remove unused C display_icon and display_loader functions
[no changelog]
2023-04-25 10:28:33 +02:00
tychovrahe
69be9b1edf refactor(core): improve safety of buffer handling
[no changelog]
2023-04-25 10:28:33 +02:00
matejcik
640685a41f chore(core/tools): add decomobine snippet, add readme 2023-04-24 12:21:24 +02:00
matejcik
9f597a6072 feat(core/tools): make combine_firmware script a bit smarter and more opinionated 2023-04-24 12:21:24 +02:00
Martin Milata
3fb3f108cc chore(vendor): bump micropython to 1.19.1
Relevant micropython commits:
  01374d941f9d7398e35990b574769b20c6779457 py/mpconfig.h: Define initial templates for "feature levels".
  7b89ad8dbf432ab51eea6d138e179bf51394c786 py/vm: Add a fast path for LOAD_ATTR on instance types.
  68219a295c75457c096ac42dbe8411b84e1e1a51 stm32: Enable LOAD_ATTR fast path, and map lookup caching on >M0.
  e0bf4611c3a8b23b3c52e6a7804aac341ac3a87d py: Only search frozen modules when '.frozen' is found in sys.path.
  f2040bfc7ee033e48acef9f289790f3b4e6b74e5 py: Rework bytecode and .mpy file format to be mostly static data.
  926b554dafffa1e9bd80aa12fea5c621221c9d79 extmod/moduos: Create general uos module to be used by all ports.
  2b409ef8a46015f8f3bd20bc44e644637dbe9bd3 unix/moduos: Convert module to use extmod version.
  47f634300c5572571816817f16836113c98814ae py: Change makemoduledefs process so it uses output of qstr extraction.
  0e7bfc88c6ac6b5d64240f91183a3cfe2ab67ade all: Use mp_obj_malloc everywhere it's applicable.
  2a6ba47110be88ff1e1f5abd1bd76c353447884c py/obj: Add static safety checks to mp_obj_is_type().
2023-04-21 13:14:07 +02:00
tychovrahe
eea52174ac fix(tests): set homescreen test uses colorful image, to better test homescreen rednering
[no changelog]
2023-04-21 09:07:18 +02:00
tychovrahe
dd5468fe88 fix(core): fix homescreen shade positioning
[no changelog]
2023-04-21 09:07:18 +02:00
dependabot[bot]
2727a23d57 chore(deps): bump cryptography from 36.0.1 to 39.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/36.0.1...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 10:57:35 +02:00
tychovrahe
33fb590f44 refactor(core): decouple i2c driver and touch driver
[no changelog]
2023-04-19 21:36:51 +02:00
tychovrahe
83500487b8 refactor(core): improve conditional compilations based on model
[no changelog]
2023-04-19 21:36:51 +02:00
tychovrahe
eb72fb4241 refactor(core): remove unused functions
[no changelog]
2023-04-19 21:36:51 +02:00
tychovrahe
6ea68baf34 refactor(core): move files out of extmod
[no changelog]
2023-04-19 21:36:51 +02:00
Martin Milata
7a3ab389f8 style(core/rust): fix indent
[no changelog]
2023-04-19 19:53:33 +02:00
Martin Milata
3dccc09201 Merge branch 'release/23.04' 2023-04-19 15:26:30 +02:00
Martin Milata
58be59529d style(core): fix clippy lints
[no changelog]
2023-04-19 13:05:03 +02:00
Martin Milata
56491a0530 test(crypto): use newer OpenSSL API
[no changelog]
2023-04-19 13:05:03 +02:00
matejcik
c9ae02442e chore(tools): improve check-bitcoin-only exception list 2023-04-19 13:05:03 +02:00
Pavol Rusnak
955c129bed chore: poetry lock --no-update
[no changelog]
2023-04-19 13:05:03 +02:00
Pavol Rusnak
a0aa414aa0 ci: bump nixpkgs to latest nixpkgs-unstable
[no changelog]
2023-04-19 13:05:03 +02:00