1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-18 16:19:02 +00:00
trezor-firmware/core/embed
Roman Zeyde fabb5e8c6c perf(core): don't allocate if BLE event data is empty
BLE event data is not empty only on pairing:
```
core/embed/io/ble/stm32/ble.c
176:      ble_event_t event = {.type = BLE_CONNECTED};
182:      ble_event_t event = {.type = BLE_DISCONNECTED};
227:  ble_event_t event = {.type = BLE_PAIRING_REQUEST, .data_len = 6};
244:  ble_event_t event = {.type = BLE_PAIRING_CANCELLED, .data_len = 0};
```

[no changelog]
2025-03-20 15:22:32 +02:00
..
gfx feat(core): double glyphs on t3w1 terminal 2025-03-05 08:33:15 +01:00
io refactor(core): refactor button events 2025-03-20 11:07:34 +01:00
models feat(core): add support T3W1 rev C board 2025-03-20 11:07:49 +01:00
projects refactor(core): refactor button events 2025-03-20 11:07:34 +01:00
rtl feat(core/prodtest): Introduce unit test extension into prodtest [no changelog] 2025-03-07 17:24:24 +01:00
rust refactor(core): refactor button events 2025-03-20 11:07:34 +01:00
sec feat(core): add libtropic to the unix build 2025-03-13 15:08:48 +01:00
sys refactor(core): refactor button events 2025-03-20 11:07:34 +01:00
upymod perf(core): don't allocate if BLE event data is empty 2025-03-20 15:22:32 +02:00
util feat(core/prodtest): add hw-revision command and driver 2025-03-03 13:28:10 +01:00