-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5791bd1
commit 8e82d57
Showing
3 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#define HAVE_NBGL | ||
#define NBGL_USE_CASE | ||
#define HAVE_LOCAL_APDU_BUFFER | ||
#define IO_HID_EP_LENGTH 64 | ||
#define USB_SEGMENT_SIZE 64 | ||
#define OS_IO_SEPROXYHAL | ||
#define HAVE_IO_USB | ||
#define HAVE_L4_USBLIB | ||
#define HAVE_USB_APDU | ||
#define __IO volatile | ||
#define IO_USB_MAX_ENDPOINTS 6 | ||
#define IO_SEPROXYHAL_BUFFER_SIZE_B 128 | ||
#define main _start |