#include <stdint.h>
#include <string.h>
#include "app_storage_internal.h"
#include "os.h"
#include "io.h"
#include "ledger_assert.h"
#include "swap.h"
#include "swap_error_code_helpers.h"
Go to the source code of this file.
◆ app_exit()
Exit the application and go back to the dashboard.
Definition at line 40 of file main.c.
◆ common_app_init()
| WEAK void common_app_init |
( |
void |
| ) |
|
Common init of the App.
Definition at line 48 of file main.c.
◆ library_app_main()
◆ main()
◆ standalone_app_main()
| WEAK void standalone_app_main |
( |
void |
| ) |
|
Main entry point of the App, in standalone mode. It calls (inside a try/catch):
- common_app_init
- app_main (should be defined in the App)
Definition at line 59 of file main.c.
◆ G_ux
◆ G_ux_params
| bolos_ux_params_t G_ux_params |
UX command parameters passed to the OS via os_ux()
Definition at line 35 of file main.c.