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

API_LEVEL_LNS: Add support for NBGL on LNS #651

Merged
merged 13 commits into from
May 14, 2024

Commits on May 13, 2024

  1. Makefiles: Remove DISABLE_UI feature

    (cherry picked from commit 2b4d131)
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    1a45a69 View commit details
    Browse the repository at this point in the history
  2. ux.h/ux_loc.h: Add redirection to avoid name collision

    (cherry picked from commit b106c7b)
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    480681f View commit details
    Browse the repository at this point in the history
  3. os_io_seproxyhal: Introduce new IO_RECEIVE_DATA flag for io_exchange()

    (cherry picked from commit aaded6e)
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4cf50cb View commit details
    Browse the repository at this point in the history
  4. lib_standard_app/io.c: Send RAPDU immediately and use IO_CONTINUE_RX …

    …flag
    
    (cherry picked from commit e255f0f)
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cd40d49 View commit details
    Browse the repository at this point in the history
  5. lib_ux_sync: First version

    (cherry picked from commit cbe3ba5)
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9398eb4 View commit details
    Browse the repository at this point in the history
  6. ux_sync: add nbgl_useCaseReviewLight

    (cherry picked from commit c951b1c)
    sgliner-ledger authored and Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6b20934 View commit details
    Browse the repository at this point in the history
  7. lib_nbgl / lib_ux_sync: Replace nbgl_layoutTagValueList_t with nbgl_c…

    …ontentTagValueList_t
    
    nbgl_layoutTagValueList_t was already an alias of
    nbgl_contentTagValueList_t. Now with choose to use this directly.
    
    (cherry picked from commit 2e7edf5)
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    e7de8c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8fb43ea View commit details
    Browse the repository at this point in the history
  9. src: os_io_seproxyhal.c: Remove unused code under SEPROXYHAL_TAG_SCRE…

    …EN_DISPLAY_RAW_STATUS
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5704f63 View commit details
    Browse the repository at this point in the history
  10. src: os_io_seproxyhal.c: Simplify code considering HAVE_SE_SCREEN is …

    …not defined
    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5da9af6 View commit details
    Browse the repository at this point in the history
  11. Makefiles: Extract Makefile.target from Makefile.defines

    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    0f6d743 View commit details
    Browse the repository at this point in the history
  12. Makefile.standard_app: Align on SDK master one

    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    41c55f2 View commit details
    Browse the repository at this point in the history
  13. nbgl: Implement NBGL for LNS

    Xavier Chapron committed May 13, 2024
    Configuration menu
    Copy the full SHA
    68c1e17 View commit details
    Browse the repository at this point in the history