-
Notifications
You must be signed in to change notification settings - Fork 777
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
TR3FIR-347 usb tbk #3452
Open
TylerGajewski-Token
wants to merge
99
commits into
embassy-rs:main
Choose a base branch
from
tokenize-inc:TR3FIR-347-USB-TBK
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
TR3FIR-347 usb tbk #3452
TylerGajewski-Token
wants to merge
99
commits into
embassy-rs:main
from
tokenize-inc:TR3FIR-347-USB-TBK
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not all example code can be fully compiled. This avoids errors being thrown by the CI server from this known issue.
Currently there is a substantial amount hard coded to make things work with our setup. It will be generalized later
Requires removing implementation of embedded-hal, otherwise it creates a recursive loop
Resolved conflicts by keeping Taylor's changes (sometimes with modifications).
These don't exist anymore.
Pull upstream
Merging after Taylor's merge.
We did another upstream sync after the original. Merge that so we get those new pieces too.
Now that I've gotten it all working, go back to using artifactory instead of paths.
This was something that Taylor fixed in 20faa0a and I had noticed when resolving the conflict, but I accepted the wrong side.
[TR3FIR-141] Update embassy to latest
I missed this with my other number bumps and the bootloader needs it.
…on_number [TR3FIR-141] update version number
use internal hci package
…uple_version_updates [TR3FIR-197] I missed a couple dependency version updates for embassy-boot-stm32.
This practice should end the issues we have with version confusion after updating.
TR3FIR-197 Add SOP document for how to update embassy.
## Overview This change fixes AES CCM breaking our First Time Setup procedure. Turns out it was down to resetting the peripheral too rarely, since we have only been doing it on the creation of the `Aes` struct, not on creation of every algorithm instance (`AesCcm` struct). ## Changes Add `rcc::enable_and_reset` call while constructing new `AesCcm` instance. ## Commits [TR3FIR-237] Fix AES CCM breaking authentication
- Replace core matching values with shifted ones - Change magic values for cores to named constants - add defmt derived impl for HSEM error - Bump embassy-stm32 version to 0.1003.2
…UID-check fix: [TR3FIR-238] Replace coreid detection values with shifted ones - Replace core matching values with shifted ones - Change magic values for cores to named constants - add a derived implementation of `defmt` for the HSEM error - Bump embassy-stm32 version to 0.1003.2
Needed for proper arbitration of flash access between the two CPUs.
…ntrol [TR3FIR-198] add flash control
I've kept our inversion of the rust-toolchain .toml files, but I'm not sure why we did this.
Not needed now that we're using submodules. Notable exceptions are stm32wb-hci and stm32-metapac, because those are consumed, not published.
It is now incorrect.
It was annoying me.
No more: "warning: /home/matt/workspace/code/halo/embassy/embassy-boot/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition (in the `ed25519-dalek` dependency)"
[TR3FIR-275] update embassy
Work in progres, there is a problem with exponent. Fix modular exponent Add finished PKA implementation with RSA operations Fix constexpression calculations Replace bytemuck with custom data conversion
[TR3FIR-217] Remove RSA struct from PKA driver [TR3FIR-217] Add padding for PKA RAM writes [TR3FIR-217] Fix modulus padding in PKA mod exp method [TR3FIR-217] Fix modular exp in PKA [TR3FIR-217] Fix Mongtomery param in PKA
[TR3FIR-217] Add PKA controller with RSA functionalities
…en_changes_to_embassy [TR3FIR-336] DOCS Document Token changes to baseline embassy.
New version fixes handling of the `ACI_L2CAP_CONNECTION_UPDATE_RESP_EVENT` event and in turn gets rid of the `BadLength` errors.
…update-response-evt-parsing [TR3FIR-345] Bump stm32wb-hci version
Bump stm32-metapac
This version fixes incorrect parsing of pairing success event
[TR3FIR-440] Bump stm32wb-hci version
New version fixes parsing of indication and notification events
[TR3FIR-449] Bump stm32wb-hci version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.