File tree Expand file tree Collapse file tree 1 file changed +21
-12
lines changed Expand file tree Collapse file tree 1 file changed +21
-12
lines changed Original file line number Diff line number Diff line change 1
- #define ST33K1M5
2
- #define HAVE_DISPLAY_FAST_MODE
3
1
#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
12
2
#define HAVE_LOCAL_APDU_BUFFER
13
3
#define IO_HID_EP_LENGTH 64
14
4
#define USB_SEGMENT_SIZE 64
18
8
#define HAVE_USB_APDU
19
9
#define __IO volatile
20
10
#define IO_USB_MAX_ENDPOINTS 6
21
- #define IO_SEPROXYHAL_BUFFER_SIZE_B 128
11
+ #define IO_SEPROXYHAL_BUFFER_SIZE_B 300
22
12
#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
+
23
30
#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
You can’t perform that action at this time.
0 commit comments