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

Cherry pick for API_LEVEL_5 #441

Merged
merged 16 commits into from
Oct 6, 2023
Merged

Cherry pick for API_LEVEL_5 #441

merged 16 commits into from
Oct 6, 2023

Commits on Oct 2, 2023

  1. Revert "Formatting: Format sources"

    This reverts commit 59a948f.
    Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    e639173 View commit details
    Browse the repository at this point in the history
  2. Pass a destination buffer for HID comms

    (cherry picked from commit 86bce9c)
    yhql authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    f950251 View commit details
    Browse the repository at this point in the history
  3. lib_stusb_impl: fix warning

    (cherry picked from commit bdaf22f)
    sgliner-ledger authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    bd96476 View commit details
    Browse the repository at this point in the history
  4. BLE: reset transfer mode when disconnected.

    (cherry picked from commit aa4e38c)
    Stephane Portron authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1c3a84d View commit details
    Browse the repository at this point in the history
  5. BLE: don't update apdu_media when sending next chunks

    (cherry picked from commit d739c7e)
    Stephane Portron authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    0a02583 View commit details
    Browse the repository at this point in the history
  6. Formatting: Format sources

    Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8c5ba3b View commit details
    Browse the repository at this point in the history
  7. Formatting: Update .git-blame-ignore-revs

    Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    cbd6891 View commit details
    Browse the repository at this point in the history
  8. refactor(ble): make pointers const where possible

    (cherry picked from commit 13fad8d)
    yhql authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b316ef2 View commit details
    Browse the repository at this point in the history
  9. fix(ble): remove globals usage

    (cherry picked from commit dc5ed4a)
    yhql authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    02d2724 View commit details
    Browse the repository at this point in the history
  10. cleanup(ble): gate in-app BLE pairing

    (cherry picked from commit 2a8c8c6)
    yhql authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    da2b06d View commit details
    Browse the repository at this point in the history
  11. Add io_send_response_buffers() to lib_standard_app

    Also: inline io_send_{sw,reponse_{buffer,pointer}}()
    (cherry picked from commit 19f892c)
    elric1 authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    798b81b View commit details
    Browse the repository at this point in the history
  12. CI: Update app-flow build path following app refactoring

    (cherry picked from commit ec02f80)
    Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    024ecfd View commit details
    Browse the repository at this point in the history
  13. Deprecate CX_APILEVEL related function anddefines

    This mecanism is replaced by the API_LEVEL one handle which is fully
    handled by the OS.
    
    (cherry picked from commit 5a6d52d)
    tdejoigny-ledger authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    4eaa71f View commit details
    Browse the repository at this point in the history
  14. Deprecate cx_ecdsa_verify

    (cherry picked from commit bc35028)
    fbeutin-ledger authored and Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c8dc865 View commit details
    Browse the repository at this point in the history
  15. cx_wrappers: Implement cx_ecdsa_sign_rs_no_throw

    (cherry picked from commit 727bc55)
    Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    984b988 View commit details
    Browse the repository at this point in the history
  16. lib_standard_app: crypto_helpers: Implement bip32_derive_ecdsa_sign_r…

    …s_hash_256
    
    (cherry picked from commit 1acd091)
    Xavier Chapron committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    c298bcf View commit details
    Browse the repository at this point in the history