Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: rudimentary BLE support #3501

Closed
wants to merge 3 commits into from
Closed

core: rudimentary BLE support #3501

wants to merge 3 commits into from

Conversation

mmilata
Copy link
Member

@mmilata mmilata commented Jan 24, 2024

This is based on @TychoVrahe's tychovrahe/T3W1/devkit1_with_ble_crypto3 but keeps only subset of hardware-independent changes. For working devkit firmware I've rebased everything on top of this branch at mmilata/ble-rebased. Notably left out from this PR:

  • nRF firmware and bootloader
  • core bootloader changes
  • STM drivers
  • unix BLE mockup (via UDP)
  • trezorctl/python changes

Fixes #2725. Related: #3083, #2299, #79.

TychoVrahe and others added 3 commits January 24, 2024 18:49
[no changelog]

Co-authored-by: Martin Milata <martin@martinmilata.cz>
[no changelog]

Co-authored-by: Martin Milata <martin@martinmilata.cz>
[no changelog]

Co-authored-by: Martin Milata <martin@martinmilata.cz>
@mmilata mmilata self-assigned this Jan 24, 2024
@mmilata mmilata removed the request for review from prusnak January 24, 2024 23:46
MessageType_BLERepairRequest = 8005 [(bitcoin_only) = true, (wire_in) = true];
MessageType_BLEEraseBonds = 8006 [(bitcoin_only) = true, (wire_in) = true];
MessageType_BLEDisconnect = 8007 [(bitcoin_only) = true, (wire_in) = true];
MessageType_BLEComparisonRequest = 8008 [(bitcoin_only) = true, (wire_in) = true];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The internal messages probably deserve their own wire_... flag.

@matejcik
Copy link
Contributor

matejcik commented Dec 3, 2024

is this maybe deprecated and should be closed?

@mmilata mmilata closed this Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔎 Needs review
Development

Successfully merging this pull request may close these issues.

Prepare FW for bluetooth integration
3 participants