Process | Developers

Process

Estimated reading time: 2 minutes

1. Adapt your app

These are all the steps you need to do to port your Nano App to Ledger Stax devices:

  • Create icons in 32*32px and 64*64px. Read more.
  • Update your Makefile for Ledger Stax Specific defines (check the app-boilerplate repository). You should look at:
    • ICONNAME
    • BLE: Same AppFlags, defines and SDK_SOURCE_PATH as for NanoX
    • UX sdk lib and defines
  • Update io_event() to handle SEPROXYHAL_TAG_FINGER_EVENT
  • In main(), make sure to call os_setting_get(OS_SETTING_PLANEMODE, NULL, 0) and BLE_power() depending on ifdef HAVE_BLE so that Stax is included.
  • Create new UX flow for Stax using NBGL library. Make sure to follow the design guidelines. Read more.
  • Use the Ledger framework to:
    • test your build
    • add CI tests
    • add functional tests with Ragger
Tip
You can have a look at the app-boilerplate corresponding commits to see the different changes and how they were made.

2. Open a PR and submit the form

Open a PR on your application’s repository and submit the form to inform us of the update.

Important
To ensure a quick review of your update, do not make any other change than those needed to port your app.

Did you find this page helpful?


How would you improve this page for developers?



2 - All other paths
Global architecture
Getting Started
Theme Features
Customization

Embedded Apps