Skip to content

Commit

Permalink
Add Timelock verification on device
Browse files Browse the repository at this point in the history
  • Loading branch information
cslashm committed Apr 3, 2020
1 parent 63e6831 commit 2e2692f
Show file tree
Hide file tree
Showing 15 changed files with 454 additions and 114 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ ICONNAME = images/icon_monero.gif
endif

#DEFINES += MONERO_ALPHA
#DEFINES += MONERO_BETA

APPVERSION_M=1
APPVERSION_N=5
APPVERSION_P=1
APPVERSION_N=6
APPVERSION_P=0

APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
SPECVERSION="1.0"
Expand Down Expand Up @@ -160,7 +161,7 @@ CFLAGS += -O3 -Os
AS := $(GCCPATH)arm-none-eabi-gcc

LD := $(GCCPATH)arm-none-eabi-gcc
#SCRIPT_LD:=script.ld
SCRIPT_LD:=script.ld

#LDFLAGS += -O0 -gdwarf-2 -gstrict-dwarf
LDFLAGS += -O3 -Os
Expand Down
Loading

0 comments on commit 2e2692f

Please sign in to comment.