Skip to content

Commit 7e67c01

Browse files
committed
Activate BT on Flex OK
1 parent a87eade commit 7e67c01

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

ledger_secure_sdk_sys/sdk_flex.h

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
#define ST33K1M5
2-
#define HAVE_DISPLAY_FAST_MODE
31
#define HAVE_SPRINTF
4-
#define NBGL_QRCODE
5-
#define HAVE_SE_EINK_DISPLAY
6-
#define SCREEN_SIZE_WALLET
7-
#define HAVE_NBGL
8-
#define NBGL_USE_CASE
9-
#define HAVE_SE_TOUCH
10-
#define HAVE_PIEZO_SOUND
11-
#define NBGL_PAGE
122
#define HAVE_LOCAL_APDU_BUFFER
133
#define IO_HID_EP_LENGTH 64
144
#define USB_SEGMENT_SIZE 64
@@ -18,7 +8,26 @@
188
#define HAVE_USB_APDU
199
#define __IO volatile
2010
#define IO_USB_MAX_ENDPOINTS 6
21-
#define IO_SEPROXYHAL_BUFFER_SIZE_B 128
11+
#define IO_SEPROXYHAL_BUFFER_SIZE_B 300
2212
#define main _start
13+
14+
#define NBGL_QRCODE
15+
16+
// from Makefile.defines
17+
#define HAVE_BAGL_FONT_INTER_REGULAR_28PX
18+
#define HAVE_BAGL_FONT_INTER_SEMIBOLD_28PX
19+
#define HAVE_BAGL_FONT_INTER_MEDIUM_36PX
20+
#define HAVE_INAPP_BLE_PAIRING
21+
#define HAVE_NBGL
22+
#define HAVE_PIEZO_SOUND
23+
#define HAVE_SE_TOUCH
24+
#define HAVE_SE_EINK_DISPLAY
25+
#define NBGL_PAGE
26+
#define NBGL_USE_CASE
27+
#define SCREEN_SIZE_WALLET
28+
#define HAVE_FAST_HOLD_TO_APPROVE
29+
2330
#define HAVE_BLE
24-
#define HAVE_BLE_APDU
31+
#define HAVE_BLE_APDU
32+
#define BLE_COMMAND_TIMEOUT_MS 2000
33+
#define BLE_SEGMENT_SIZE 32

0 commit comments

Comments
 (0)