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

Add support for NBGL on LNS #70

Closed
wants to merge 14 commits into from
Closed

Add support for NBGL on LNS #70

wants to merge 14 commits into from

Commits on Apr 25, 2024

  1. Fix lint

    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    685ee89 View commit details
    Browse the repository at this point in the history
  2. Makefiles: Remove DISABLE_UI feature

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

    (cherry picked from commit b106c7b)
    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    17d4a99 View commit details
    Browse the repository at this point in the history
  4. os_io_seproxyhal: Introduce new IO_RECEIVE_DATA flag for io_exchange()

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

    …flag
    
    (cherry picked from commit e255f0f)
    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    94883cd View commit details
    Browse the repository at this point in the history
  6. lib_ux_sync: First version

    (cherry picked from commit cbe3ba5343d7ae0c64b8f80aa929acdf15dd1ae0)
    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4294418 View commit details
    Browse the repository at this point in the history
  7. ux_sync: add nbgl_useCaseReviewLight

    (cherry picked from commit c951b1c0b8948e2c215fa79fa140d42c5a165329)
    sgliner-ledger authored and Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    744d7ae View commit details
    Browse the repository at this point in the history
  8. 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 2e7edf5300c24e69a3a8a1e8eed37798ca85c521)
    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    840fada View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4586e23 View commit details
    Browse the repository at this point in the history
  10. src: os_io_seproxyhal.c: Remove unused code under SEPROXYHAL_TAG_SCRE…

    …EN_DISPLAY_RAW_STATUS
    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c233a45 View commit details
    Browse the repository at this point in the history
  11. src: os_io_seproxyhal.c: Simplify code considering HAVE_SE_SCREEN is …

    …not defined
    Xavier Chapron committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c78ddfd View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Makefiles: Extract Makefile.target from Makefile.defines

    Xavier Chapron committed May 3, 2024
    Configuration menu
    Copy the full SHA
    6dc9d2f View commit details
    Browse the repository at this point in the history
  2. Makefile.standard_app: Align on SDK master one

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

    Xavier Chapron committed May 3, 2024
    Configuration menu
    Copy the full SHA
    89c8da1 View commit details
    Browse the repository at this point in the history