Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from Zondax/fix/splus-appflags
Browse files Browse the repository at this point in the history
fix splus appflag
  • Loading branch information
ftheirs authored Apr 4, 2022
2 parents 67b1ba4 + b1d393a commit a3a29e3
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 514 deletions.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ OUTPUT_INSTALLER:= $(CURDIR)/pkg/installer_x.sh
endif

ifeq ($(TARGET_NAME),TARGET_NANOS2)
APP_LOAD_PARAMS += --appFlags 0x200
APP_LOAD_PARAMS += --appFlags 0x000
SCRIPT_LD:=$(CURDIR)/script_s2.ld
ICONNAME:=$(CURDIR)/nanox_icon.gif
OUTPUT_ELF ?= $(CURDIR)/output/app_s2.elf
Expand Down
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=1
# This is the `spec_version` field of `Runtime`
APPVERSION_N=46
# This is the patch version of this release
APPVERSION_P=6
APPVERSION_P=7
2 changes: 1 addition & 1 deletion deps/nanosplus-secure-sdk
Loading

0 comments on commit a3a29e3

Please sign in to comment.