-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmainpage.dox
More file actions
70 lines (38 loc) · 2.6 KB
/
Copy pathmainpage.dox
File metadata and controls
70 lines (38 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
/** @mainpage Embedded SDK
@section mainpage_intro Introduction
This documentation describes the different interfaces of Embedded SDK,
for \b Nano X, \b Nano S+ \b Stax and \b Flex applications development.
@section address_book_presentation Address Book
The @subpage address_book_mainpage page contains all information necessary to use the Address Book feature,
which allows a Ledger device to securely associate human-readable names with blockchain identifiers
or Ledger-managed accounts.
@section ble_presentation BlueTooth Low-Energy Interface
This section contains the interfaces necessary to interact with the BLE stack.
@section cxng_presentation Cryptographic Library
The @subpage cxng_mainpage page contains all information necessary to understand Cryptographic Library
@section list_presentation Generic Linked List Library
The @subpage list_mainpage page contains all information necessary to use the Generic Linked List library.
@section mem_presentation Dynamic Memory Allocator Interface
The @subpage mem_alloc_mainpage page contains all information necessary to interact with Dynamic Memory Allocator.
@section nbgl_presentation Display & Screen drawing API
The @subpage nbgl_mainpage page contains all information necessary to understand the Graphical Library for
\b Stax, \b Flex, \b NanoX and \b NanoS+ applications development.
@section nfc_presentation NFC Interface
The @subpage nfc_mainpage page contains all information necessary to interact with NFC stack.
@section standard_app_presentation Standard Application Framework
The @subpage standard_app_mainpage page contains all information necessary to use the Standard Application framework.
@section usb_presentation USB
@subsection usb_core_presentation USB Core
This section contains all information necessary to use the USB Core.
@subsection usb_impl_presentation USB Classes API
This section contains all information necessary to use the USB Classes API.
@subsection u2f_presentation U2F (Universal 2nd Factor) API
This section contains all information necessary to use the U2F API.
@section ux_presentation User eXperience
@subsection ux_nanos_presentation User eXperience on Nanos
The @subpage ux_mainpage page contains all information necessary to user the User eXperience (and partially Graphical Library) for
\b Nanos applications development (using \b BAGL).
@subsection ux_nbgl_presentation User eXperience on Applications using \b NBGL
The @subpage ux_nbgl_mainpage page contains all information necessary to user the User eXperience for
\b Stax, \b Flex, \b NanoX and \b NanoS+ applications development using \b NBGL (most recent ones).
*/