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

Samples/Nucleo-TPM: drop USB CDC and replace with SPI (WIP) #3

Open
wants to merge 8 commits into
base: cmd_parsing
Choose a base branch
from

Commits on Jul 3, 2022

  1. Samples/Nucleo-TPM: drop USB CDC and replace with SPI (WIP)

    Signed-off-by: Maciej Pijanowski <[email protected]>
    macpijan committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    a46caa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    2bb6e76 View commit details
    Browse the repository at this point in the history
  2. Samples/Nucleo-TPM: receive TPM command from SPI

    Signed-off-by: Artur Kowalski <[email protected]>
    arturkow2000 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    5464dd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Samples/Nucleo-TPM: relocate nvfile and integrity

    After update HAL_FLASHEx_Erase can't erase higher areas of flash.
    As a workaround relocate nvfile and integrity sections into lower
    addresses.
    
    Signed-off-by: Artur Kowalski <[email protected]>
    arturkow2000 committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    eb38e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0de223 View commit details
    Browse the repository at this point in the history
  3. Samples/Nucleo-TPM: remove dependency on USB CDC driver

    Signed-off-by: Artur Kowalski <[email protected]>
    arturkow2000 committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    88ed514 View commit details
    Browse the repository at this point in the history
  4. Samples/Nucleo-TPM: Further USB and CDC code removal

    Signed-off-by: Artur Kowalski <[email protected]>
    arturkow2000 committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    005bc21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    968757a View commit details
    Browse the repository at this point in the history