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

B2CA-1558: Port Standard Makefile #570

Merged
merged 14 commits into from
Apr 26, 2024

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    27fe6ed View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    b427eb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a72d741 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f218fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89607ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85a0ebb View commit details
    Browse the repository at this point in the history
  6. Remove useless clones and their icons

    - flare
    - flare_coston
    - goerli
    - ropsten
    cedelavergne-ledger committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    60a0fa2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e21c7c View commit details
    Browse the repository at this point in the history
  8. Cleanup src_plugin_sdk directory

    - No need to copy local files
    - No need to keep local copy of 'etherum-plugin-sdk' files
    - Select needed files directly from the Makefile
    cedelavergne-ledger committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1ddd0e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90d5364 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Code improvements / Fix warnings

    - Fix CodeQL warnings
    - Port lots of improvements/fixes from PR #225
    - replace 'array_hexstr' and '%*H' format by sdk function 'format_hex'
    - Add 'noreturn' attribute in 'main.c'
    cedelavergne-ledger committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    aa38ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65da95e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a8a58 View commit details
    Browse the repository at this point in the history
  4. Fix Makefile

    - Fix default APPNAME typo (waiting VSCode fix to remove the init here)
    - Find dynamically ethereum-plugin-sdk src instead of add them manually
    - Typo/Syntax
    cedelavergne-ledger committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    076077f View commit details
    Browse the repository at this point in the history