Skip to content

Commit

Permalink
update to work with 1.6.0 firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Apr 26, 2020
1 parent 7d6c5f5 commit 8ddb467
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#*******************************************************************************

TARGET_NAME := TARGET_NANOX
TARGET_OPTS ?= ""

-include Makefile.env
ifeq ($(BOLOS_SDK),)
Expand Down Expand Up @@ -64,6 +65,7 @@ endif
#DEFINES += DEBUG_HWDEVICE
#DEFINES += IODUMMYCRYPT
#DEFINES += IONOCRYPT
DEFINES += $(TARGET_OPTS)

################
# Default rule #
Expand Down Expand Up @@ -108,6 +110,7 @@ DEFINES += HAVE_BLE BLE_COMMAND_TIMEOUT_MS=2000
DEFINES += HAVE_BLE_APDU # basic ledger apdu transport over BLE
else
DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=128
DEFINES += HAVE_BOLOS_UX COMPLIANCE_UX_160 HAVE_UX_LEGACY
endif


Expand Down

0 comments on commit 8ddb467

Please sign in to comment.